xmlreaderimpl/trunk/Make.proto
changeset 78 56c9c2a8ee0d
parent 67 89f0a7da1beb
child 88 9da20530b215
--- a/xmlreaderimpl/trunk/Make.proto	Mon Mar 30 07:56:09 2009 +0000
+++ b/xmlreaderimpl/trunk/Make.proto	Mon Mar 30 07:59:17 2009 +0000
@@ -15,7 +15,7 @@
 # position (of this package) in directory hierarchy:
 # (must point to ST/X top directory, for tools and includes)
 TOP=../../..
-
+INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
 SUBDIRS=
@@ -97,6 +97,8 @@
 
 xerces: XMLv2__XercesCXMLReader.$(SO)
 
+xerces-clean:
+	rm -rf XMLv2__XercesCXMLReader.$(SO) XMLv2__XercesCXMLReader.$(O) 
 
 XMLv2__XercesCXMLReader.$(SO): XMLv2__XercesCXMLReader.$(O)
 	ld -nostdlib -shared -L/usr/lib -Llib -L/usr/local/lib -L/usr/X11/lib -R.,-Rlib,-R/opt/stx/`cat ../../../RELEASE`/lib/lib,-R/usr/local/lib/stx`cat ../../../RELEASE` -o XMLv2__XercesCXMLReader.$(SO) XMLv2__XercesCXMLReader.$(O) support/*.o -lxerces-c