]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TTherminator/Makefile
Fix Coverity
[u/mrichter/AliRoot.git] / TTherminator / Makefile
index f14f54eda79b717bd90a3bd63e18ff7996677cb5..e13b0e477c06c77f766659b06bcdcdb56f7eaa4c 100644 (file)
@@ -19,8 +19,11 @@ else
 endif
 
 PACKAGE = TTherminator
-include lib$(PACKAGE).pkg
 
+DHDR =
+HDRS =
+SRCS =
+FSRCS =
 DHDR_TTherminator := $(DHDR)
 HDRS_TTherminator := $(HDRS)
 SRCS_TTherminator := $(SRCS) G__$(PACKAGE).cxx
@@ -31,7 +34,7 @@ PARFILE       = $(PACKAGE).par
 lib$(PACKAGE).so: $(OBJS_TTherminator)
        @echo "Linking" $@ ...
        @/bin/rm -f $@
-ifeq ($(PLATFORM),macosx)
+ifeq ($(ARCH),macosx)
        @$(LD) -bundle -undefined $(UNDEFOPT) $(LDFLAGS) $^ -o $@
 else
        @$(LD) $(SOFLAGS) $(LDFLAGS) $^ -o $@