arabica/test/Makefile
2005-11-09 21:13:22 +00:00

20 lines
385 B
Makefile

-include Makefile.header
all:
cd DOM; ${MAKE}
cd DOM_wide; ${MAKE}
cd DOM_silly; ${MAKE}
cd SAX2DOM; ${MAKE}
cd XPath; ${MAKE}
cd XPath_wide; ${MAKE}
cd XPath_silly; ${MAKE}
clean:
cd DOM; ${MAKE} clean
cd DOM_wide; ${MAKE} clean
cd DOM_silly; ${MAKE} clean
cd SAX2DOM; ${MAKE} clean
cd XPath; ${MAKE} clean
cd XPath_wide; ${MAKE} clean
cd XPath_silly; ${MAKE} clean