]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
PAR: gen dicts using compiler's preprocessor
authordberzano <dario.berzano@cern.ch>
Mon, 26 Jan 2015 14:41:40 +0000 (15:41 +0100)
committerdberzano <dario.berzano@cern.ch>
Thu, 29 Jan 2015 11:57:51 +0000 (12:57 +0100)
cmake/PARfiles/Makefile.in

index 6e9d371e1b0e35dd640ed5cf4bbf056f6d196a03..e8d11eff443f28038dae0d834696b1bf5e9be233 100644 (file)
@@ -48,7 +48,7 @@ G__$(PAR_MODULE).h: G__$(PAR_MODULE).cxx
 
 G__$(PAR_MODULE).cxx: $(HDRS) $(DHDR)
        @echo -e "[$(COLM)$(PAR_MODULE)$(COLZ)]" generating dictionary
-       @rootcint -f $@ -c $(PAR_INCLUDES) $^
+       @rootcint -f $@ -c -p $(PAR_INCLUDES) $^
 
 # Delete all
 clean: