]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/Makefile
Keep track of missing DCS points in DDL maps (flagged by 'x')
[u/mrichter/AliRoot.git] / JETAN / Makefile
index a13fd6d121887eab7a1373de2de43e732a3fbdc7..af380e14dbf10e353806b49c0281545f5df78c22 100644 (file)
@@ -13,6 +13,9 @@ ifneq ($(ESD_INCLUDE),)
    ALICEINC += -I../$(STEERBase_INCLUDE)
    ALICEINC += -I../$(ANALYSIS_INCLUDE)
    ALICEINC += -I../$(ANALYSISalice_INCLUDE)
+   ifneq ($(JETAN_INCLUDE),)   
+     ALICEINC += -I../$(JETAN_INCLUDE)
+   endif
  else
     ifneq ($(ALICE_ROOT),)
        ALICEINC += -I$(ALICE_ROOT)/include
@@ -44,5 +47,5 @@ clean:
 
 G__$(PACKAGE).cxx G__$(PACKAGE).h: $(HDRS) $(DHDR)
        @echo "Generating dictionary ..."
-       rootcint -f $@ -c $(ALICEINC) $^
+       rootcint -f $@ -c $(CINTFLAGS) $(ALICEINC) $^