]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added compiler version information and standard include file for rootcint.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 25 Aug 2002 16:19:28 +0000 (16:19 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 25 Aug 2002 16:19:28 +0000 (16:19 +0000)
HLT/src/Makefile

index f0ddc9484f999785a07c18b37b32d4c9f4123671..430f006df0cbf6ac00884069b0b93d6e1754a74c 100644 (file)
@@ -85,7 +85,7 @@ $(LEVELSO) : $(OBJS)
 
 $(DICT) : $(HDRS)
        @echo "Generating dictionary..."
-       @rootcint -f $(DICT) -c $(INCLUDES) $(HDRS)
+       @rootcint -f $(DICT) -c $(INCLUDES) -DGCCVERSION=$(GCCVERSION) -include AliL3StandardIncludes.h $(HDRS)
 
 $(OBJDIR)/%.o : %.cxx 
        $(CXX) $(CXXFLAGS) $(DEFSTR) -c $(INCLUDES) -o $@ $<