]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Name changed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Mar 2008 13:41:34 +0000 (13:41 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Mar 2008 13:41:34 +0000 (13:41 +0000)
PYTHIA6/TPythia8LinkDef.h [deleted file]
PYTHIA6/libTPythia8.pkg [deleted file]

diff --git a/PYTHIA6/TPythia8LinkDef.h b/PYTHIA6/TPythia8LinkDef.h
deleted file mode 100644 (file)
index 96bfff5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __CINT__
-
-#pragma link off all globals;
-#pragma link off all classes;
-#pragma link off all functions;
-#ifdef WITHPYTHIA8
-#pragma link C++ class TPythia8+;
-#pragma link C++ class AliPythia8+;
-#endif
-#endif
diff --git a/PYTHIA6/libTPythia8.pkg b/PYTHIA6/libTPythia8.pkg
deleted file mode 100644 (file)
index 19e4355..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-ifneq ($(PYTHIA8),)
-       SRCS= TPythia8.cxx AliPythia8.cxx
-       HDRS:= $(SRCS:.cxx=.h) 
-
-       DHDR:= TPythia8LinkDef.h        
-       CINTFLAGS += -DWITHPYTHIA8      
-       EINCLUDE:= $(PYTHIA8)/include
-endif