-include Makefile.header
all:
cd SAX2DOM; ${MAKE}
cd XPath; ${MAKE}
clean:
cd SAX2DOM; ${MAKE} clean
cd XPath; ${MAKE} clean