]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/Makefile
updates in dEtadPhi* cut
[u/mrichter/AliRoot.git] / RAW / Makefile
index bdcf1d29c05d8ec76645d5e15829d238257bf39c..9d29aa1fc2c012d3bfdf0623cfe60e14f006fefa 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for ALICE MDC program for Linux
 
-include $(ROOTSYS)/test/Makefile.arch
+include Makefile.arch
 
 LDFLAGS      += -Wl,-rpath,/ROOT/Linux/CurrentRelease/root/lib \
                 -Wl,-rpath,/date/smi/linux \
@@ -62,25 +62,4 @@ endif
 
 ##### MACROS and TARGETS #####
 
-ifeq ($(PLATFORM),macosx)
-# We need to make both the .dylib and the .so
-               $(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@
-ifneq ($(subst $(MACOSX_MINOR),,1234),1234)
-ifeq ($(MACOSX_MINOR),4)
-               ln -sf $@ $(subst .$(DllSuf),.so,$@)
-else
-               $(LD) -bundle -undefined $(UNDEFOPT) $(LDFLAGS) $^ \
-                  $(OutPutOpt) $(subst .$(DllSuf),.so,$@)
-endif
-endif
-else
-ifeq ($(PLATFORM),win32)
-               bindexplib $* $^ > $*.def
-               lib -nologo -MACHINE:IX86 $^ -def:$*.def \
-                  $(OutPutOpt)$(EVENTLIB)
-               $(LD) $(SOFLAGS) $(LDFLAGS) $^ $*.exp $(LIBS) \
-                  $(OutPutOpt)$@
-else
-               $(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(EXPLLINKLIBS)
-endif
-endif
+       $(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(EXPLLINKLIBS)