Commit in SimDist/packages/xerces on MAIN
Makefile.in+13-31.3 -> 1.4
JM: Use a statically compiled Xerces lib.

SimDist/packages/xerces
Makefile.in 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Makefile.in	30 Jan 2006 20:48:15 -0000	1.3
+++ Makefile.in	3 May 2006 22:47:41 -0000	1.4
@@ -1,7 +1,17 @@
-# $Header: /cvs/lcd/SimDist/packages/xerces/Makefile.in,v 1.3 2006/01/30 20:48:15 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/xerces/Makefile.in,v 1.4 2006/05/03 22:47:41 jeremy Exp $
 
 # generic package targets
-include @[log in to unmask]
+include ../../build/package.gmk
 
 # default compile rule
-all: download patch config compile install
+all: download patch config compile install delete_shared_libs build_static_lib
+
+delete_shared_libs:
+	cd $(PACKAGE_BASEDIR)/lib; \
+	rm -rf *.so*
+
+build_static_lib:
+	cd $(PACKAGE_BASEDIR)/obj/$$(uname | tr [a-z] [A-Z]); \
+	ar -rc libxerces-c.a *.o; \
+	ranlib libxerces-c.a; \
+	cp libxerces-c.a $(PACKAGE_BASEDIR)/lib
CVSspam 0.2.8