]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TAmpt/libTAmpt.pkg
Removing the flat makefiles
[u/mrichter/AliRoot.git] / TAmpt / libTAmpt.pkg
diff --git a/TAmpt/libTAmpt.pkg b/TAmpt/libTAmpt.pkg
deleted file mode 100644 (file)
index a7ef5ca..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#-*- Mode: Makefile -*-
-
-SRCS := AliGenAmpt.cxx \
-        TAmpt.cxx
-
-HDRS := $(SRCS:.cxx=.h) 
-
-DHDR := TAmptLinkDef.h
-
-EINCLUDE := TAmpt/AMPT EVGEN
-
-EXPORT := AliGenAmpt.h TAmpt.h
-
-ifeq (win32gcc,$(ALICE_TARGET))
-PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lEVGEN -lSTEER -lSTEERBase -lampt \
-                         -L$(ROOTLIBDIR) -lEG
-endif