]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
make all-PWG3 for compiling PWG3 libraries
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Mar 2007 17:25:04 +0000 (17:25 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Mar 2007 17:25:04 +0000 (17:25 +0000)
PWG3/PWG3LinkDef.h [new file with mode: 0644]
PWG3/libPWG3.pkg [new file with mode: 0644]

diff --git a/PWG3/PWG3LinkDef.h b/PWG3/PWG3LinkDef.h
new file mode 100644 (file)
index 0000000..ebf39f9
--- /dev/null
@@ -0,0 +1,9 @@
+#ifdef __CINT__
+
+#pragma link off all glols;
+#pragma link off all classes;
+#pragma link off all functions;
+
+
+
+#endif
diff --git a/PWG3/libPWG3.pkg b/PWG3/libPWG3.pkg
new file mode 100644 (file)
index 0000000..83d6da0
--- /dev/null
@@ -0,0 +1,11 @@
+SRCS=
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=PWG3LinkDef.h
+
+EXPORT:=
+
+EINCLUDE:= 
+
+all-PWG3: all-PWG3base