]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/Makefile
Adding hadron level definition for TPC tracks.
[u/mrichter/AliRoot.git] / ANALYSIS / Makefile
index c10292b8b6225f752ea1a1a6a07fc5200f79d85c..df7f64f5802b3fcabfd5daced50a50211fd7acfe 100644 (file)
@@ -27,12 +27,13 @@ endif
 # only if no par file was loaded before
 ifeq ($(ALICEINC),-I.)
   ifneq ($(ALICE_ROOT),)
-    ALICEINC += -I$(ALICE_ROOT)/include
+    ALICEINC += -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)/ANALYSIS/Tender -I$(ALICE_ROOT)/TOF
   endif
 endif
 
 CXXFLAGS     += $(ALICEINC) -g
 
+CHECKXML      := $(shell root-config --has-xml)
 include lib$(PACKAGE).pkg
 
 DHDR_ANALYSIS := $(DHDR)
@@ -46,7 +47,7 @@ PARFILE       = $(PACKAGE).par
 lib$(PACKAGE).so: $(OBJS_ANALYSIS)
        @echo "Linking" $@ ...
        @/bin/rm -f $@
-ifeq ($(PLATFORM),macosx)
+ifeq ($(ARCH),macosx)
        @$(LD) -bundle -undefined $(UNDEFOPT) $(LDFLAGS) $^ -o $@
 else
        @$(LD) $(SOFLAGS) $(LDFLAGS) $^ -o $@