Print

Print


Commit in SimDist/packages on MAIN
clhep/GNUmakefile.in+2-21.3 -> 1.4
gdml/GNUmakefile.in+4-41.5 -> 1.6
geant4/GNUmakefile.in+3-31.6 -> 1.7
lcdd/GNUmakefile.in+3-31.4 -> 1.5
lcio/GNUmakefile.in+3-31.4 -> 1.5
lcphys/GNUmakefile.in+3-31.3 -> 1.4
slic/GNUmakefile.in+3-31.3 -> 1.4
xerces/GNUmakefile.in+2-21.4 -> 1.5
+23-23
8 modified files


SimDist/packages/clhep
GNUmakefile.in 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- GNUmakefile.in	22 Nov 2005 01:48:20 -0000	1.3
+++ GNUmakefile.in	30 Nov 2005 08:11:44 -0000	1.4
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/clhep/GNUmakefile.in,v 1.3 2005/11/22 01:48:20 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/clhep/GNUmakefile.in,v 1.4 2005/11/30 08:11:44 jeremy Exp $
 #
 # Build rules for CLHEP package.
 #
@@ -6,7 +6,7 @@
 # build vars
 include $(PWD)/package.gmk
 
-.PHONY: all 
+.PHONY: config install package download source clean distclean
 
 all: source config package install
 

SimDist/packages/gdml
GNUmakefile.in 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- GNUmakefile.in	30 Nov 2005 01:03:23 -0000	1.5
+++ GNUmakefile.in	30 Nov 2005 08:11:44 -0000	1.6
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/gdml/GNUmakefile.in,v 1.5 2005/11/30 01:03:23 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/gdml/GNUmakefile.in,v 1.6 2005/11/30 08:11:44 jeremy Exp $
 #
 # Build rules for GDML package.
 #
@@ -9,15 +9,15 @@
 # deps
 include $(PWD)/deps.gmk
 
-.PHONY: all 
+.PHONY: all config install package source download clean distclean
 
-all: download config package install
+all: download config package 
 
 config:
 	cd $(gdml_build_dir) && ./configure --enable-shared-libs=no
 
 install:
-#	cd $(gdml_build_dir) && $(MAKE) install
+	cd $(gdml_build_dir) && $(MAKE) install
 
 package:
 	cd $(gdml_build_dir) && $(MAKE)

SimDist/packages/geant4
GNUmakefile.in 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- GNUmakefile.in	22 Nov 2005 01:48:20 -0000	1.6
+++ GNUmakefile.in	30 Nov 2005 08:11:44 -0000	1.7
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/geant4/GNUmakefile.in,v 1.6 2005/11/22 01:48:20 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/geant4/GNUmakefile.in,v 1.7 2005/11/30 08:11:44 jeremy Exp $
 #
 # Build rules for Geant4 package.
 #
@@ -12,9 +12,9 @@
 # deps
 include $(PWD)/deps.gmk
 
-.PHONY: all 
+.PHONY: all config install package phys includes lib source download clean distclean
 
-all: source config package install
+all: source config package 
 
 config:
 

SimDist/packages/lcdd
GNUmakefile.in 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- GNUmakefile.in	22 Nov 2005 01:48:21 -0000	1.4
+++ GNUmakefile.in	30 Nov 2005 08:11:44 -0000	1.5
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/lcdd/GNUmakefile.in,v 1.4 2005/11/22 01:48:21 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcdd/GNUmakefile.in,v 1.5 2005/11/30 08:11:44 jeremy Exp $
 #
 # Build rules for LCDD package.
 #
@@ -12,9 +12,9 @@
 # deps
 include $(PWD)/deps.gmk
 
-.PHONY: all 
+.PHONY: all config install package package source cvs clean distclean
 
-all: cvs config package install
+all: cvs config package 
 
 config:
 	cd $(lcdd_build_dir) && ./configure

SimDist/packages/lcio
GNUmakefile.in 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- GNUmakefile.in	22 Nov 2005 01:48:21 -0000	1.4
+++ GNUmakefile.in	30 Nov 2005 08:11:45 -0000	1.5
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/lcio/GNUmakefile.in,v 1.4 2005/11/22 01:48:21 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcio/GNUmakefile.in,v 1.5 2005/11/30 08:11:45 jeremy Exp $
 #
 # Build rules for LCIO package.
 #
@@ -11,9 +11,9 @@
 # LCIO's vars
 include $(PWD)/env.gmk
 
-.PHONY: all 
+.PHONY: all config install package source cvs clean distclean
 
-all: cvs config package install
+all: cvs config package 
 
 config:
 

SimDist/packages/lcphys
GNUmakefile.in 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- GNUmakefile.in	30 Nov 2005 01:03:24 -0000	1.3
+++ GNUmakefile.in	30 Nov 2005 08:11:45 -0000	1.4
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/lcphys/GNUmakefile.in,v 1.3 2005/11/30 01:03:24 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcphys/GNUmakefile.in,v 1.4 2005/11/30 08:11:45 jeremy Exp $
 #
 # Build rules for LCPhys package.
 #
@@ -9,9 +9,9 @@
 # FIXME: hard-coded deps
 include $(PWD)/deps.gmk
 
-.PHONY: all 
+.PHONY: all config install package cvs test source clean distclean 
 
-all: cvs config package install
+all: cvs config package 
 
 config:
 

SimDist/packages/slic
GNUmakefile.in 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- GNUmakefile.in	22 Nov 2005 01:48:21 -0000	1.3
+++ GNUmakefile.in	30 Nov 2005 08:11:46 -0000	1.4
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/slic/GNUmakefile.in,v 1.3 2005/11/22 01:48:21 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/slic/GNUmakefile.in,v 1.4 2005/11/30 08:11:46 jeremy Exp $
 #
 # Build rules for SLIC package.
 #
@@ -12,9 +12,9 @@
 # deps
 include $(PWD)/deps.gmk
 
-.PHONY: all 
+.PHONY: all config install package source cvs clean distclean
 
-all: cvs config package install
+all: cvs config package 
 
 config:
 	cd $(slic_build_dir) && ./configure

SimDist/packages/xerces
GNUmakefile.in 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- GNUmakefile.in	22 Nov 2005 01:48:21 -0000	1.4
+++ GNUmakefile.in	30 Nov 2005 08:11:46 -0000	1.5
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/xerces/GNUmakefile.in,v 1.4 2005/11/22 01:48:21 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/xerces/GNUmakefile.in,v 1.5 2005/11/30 08:11:46 jeremy Exp $
 #
 # Build rules for Xerces package.
 #
@@ -9,7 +9,7 @@
 # Xerces vars
 include $(PWD)/env.gmk
 
-.PHONY: all 
+.PHONY: all config install package source download clean distclean
 
 all: source config package install
 
CVSspam 0.2.8