Print

Print


Commit in SimDist/packages/geant4 on MAIN
Makefile.in+9-71.17 -> 1.18
remove G4 patch

SimDist/packages/geant4
Makefile.in 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- Makefile.in	26 Jul 2010 18:32:54 -0000	1.17
+++ Makefile.in	3 Jan 2011 18:29:51 -0000	1.18
@@ -1,22 +1,24 @@
-# $Header: /cvs/lcd/SimDist/packages/geant4/Makefile.in,v 1.17 2010/07/26 18:32:54 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/geant4/Makefile.in,v 1.18 2011/01/03 18:29:51 jeremy Exp $
 
 # package build
 include ../../build/package.gmk
 
 # default rule
-all: packageinfo debuginfo download patch config compile includes install_data_files test
+all: packageinfo debuginfo download config compile install_includes install_data_files 
+
+#test
 
 # physics lists
 phys:
 	@cd $(PACKAGE_BASEDIR)/physics_lists/hadronic && $(MAKE)
 
 # include files
-includes:
+install_includes:
 	@cd $(PACKAGE_BUILDDIR) && $(MAKE) includes
 
 # test geant4 installation by trying to compile one of the examples
-test:
-	@cd $(PACKAGE_BASEDIR)/examples/novice/N01/ && export G4WORKDIR=`pwd` && $(MAKE) all;
+#test:
+#	@cd $(PACKAGE_BASEDIR)/examples/novice/N01/ && export G4WORKDIR=`pwd` && $(MAKE) all;
 
 visclean:
 	cd $(G4INSTALL)/source/visualization; \
@@ -32,8 +34,8 @@
 	cd $(G4INSTALL)/source; \
 	$(MAKE) libmap;
 
-patch:
-	cp ./G4OpenGLViewer.cc $(PACKAGE_BASEDIR)/source/visualization/OpenGL/src;
+#patch:
+#	cp ./G4OpenGLViewer.cc $(PACKAGE_BASEDIR)/source/visualization/OpenGL/src;
 
 GEANT4_DATA_URL := http://geant4.cern.ch/support/source
 
CVSspam 0.2.8