Print

Print


Commit in SimDist/packages on MAIN
heppdt/Makefile.in+2-21.1 -> 1.2
lcdd/Makefile.in+2-21.4 -> 1.5
lcio/Makefile.in+8-41.17 -> 1.18
xerces/Makefile.in+2-21.11 -> 1.12
+14-10
4 modified files


SimDist/packages/heppdt
Makefile.in 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Makefile.in	4 Aug 2008 20:47:16 -0000	1.1
+++ Makefile.in	20 Aug 2010 21:46:17 -0000	1.2
@@ -1,7 +1,7 @@
-# $Header: /cvs/lcd/SimDist/packages/heppdt/Makefile.in,v 1.1 2008/08/04 20:47:16 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/heppdt/Makefile.in,v 1.2 2010/08/20 21:46:17 jeremy Exp $
 
 # generic package targets
 include ../../build/package.gmk
 
 # default rule
-all: download config compile
+all: packageinfo download config compile

SimDist/packages/lcdd
Makefile.in 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- Makefile.in	3 Jul 2007 18:06:30 -0000	1.4
+++ Makefile.in	20 Aug 2010 21:46:17 -0000	1.5
@@ -1,10 +1,10 @@
-# $Header: /cvs/lcd/SimDist/packages/lcdd/Makefile.in,v 1.4 2007/07/03 18:06:30 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcdd/Makefile.in,v 1.5 2010/08/20 21:46:17 jeremy Exp $
 
 # package build
 include ../../build/package.gmk
 
 # default
-all: cvs config compile 
+all: packageinfo cvs config compile 
 
 version:
 	cd $(PACKAGE_BASEDIR) && $(MAKE) version;:

SimDist/packages/lcio
Makefile.in 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- Makefile.in	21 Jul 2010 23:27:38 -0000	1.17
+++ Makefile.in	20 Aug 2010 21:46:17 -0000	1.18
@@ -1,25 +1,29 @@
-# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.17 2010/07/21 23:27:38 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.18 2010/08/20 21:46:17 jeremy Exp $
 # default
 
 # package build
 include ../../build/package.gmk
 
+# Build using ant.
 compile_ant:
 	export PATH="$(LCIO)/tools:$(LCIO)/bin:$(PATH)" ; cd $(PACKAGE_BUILDDIR) ; ant aid.generate cpp; 
 
-
+# Install the sio lib after an ant compile.
 install_sio_lib:
 	cp $(PACKAGE_BUILDDIR)/sio/lib/libsio.a $(PACKAGE_BUILDDIR)/lib;
 
+# Build using cmake.
 compile_cmake:
 	cd $(PACKAGE_BUILDDIR); $(CMAKE) -DBUILD_SHARED_LIBS=OFF .; $(MAKE);
 
-# This example does not compile on Cygwin. 
+# Remove example that does not compile on latest Cygwin. 
 patch:
 	cd $(PACKAGE_BUILDDIR); rm -rf ./src/cpp/src/EXAMPLE/readcalibration.cc;
 
-targets := cvs patch config
+# Set basic make targets.
+targets := packageinfo cvs patch config
 
+# Choose between cmake or ant build based on if cmake is present.
 ifdef CMAKE
 targets += compile_cmake
 else

SimDist/packages/xerces
Makefile.in 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- Makefile.in	26 Jul 2010 21:11:28 -0000	1.11
+++ Makefile.in	20 Aug 2010 21:46:17 -0000	1.12
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/xerces/Makefile.in,v 1.11 2010/07/26 21:11:28 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/xerces/Makefile.in,v 1.12 2010/08/20 21:46:17 jeremy Exp $
 
 # generic package targets
 include ../../build/package.gmk
@@ -33,4 +33,4 @@
 	echo XERCES_USE_SHARED_LIB=$(XERCES_USE_SHARED_LIB) ; \
 	echo XERCES_USE_STATIC_LIB=$(XERCES_USE_STATIC_LIB) ;:
 
-all: download config compile install
+all: packageinfo download config compile install
CVSspam 0.2.8