# This Makefile automaticly generated by /disk2/local2/src/xmlwrapp-0.5.0/tools/mkmf
# File created on: Thu Sep  8 13:35:20 2005
# DO NOT EDIT THIS FILE!


all:
	@(cd libxml; ${MAKE})
	@(cd libxslt; ${MAKE})

clean: 
	@(cd libxml; ${MAKE} clean)
	@(cd libxslt; ${MAKE} clean)

realclean:
	@(cd libxml; ${MAKE} realclean)
	@(cd libxslt; ${MAKE} realclean)
	rm -f Makefile

test:
	@(cd libxml; ${MAKE} test)
	@(cd libxslt; ${MAKE} test)

