Files
poco/XML/samples/Makefile
Guenter Obiltschnig 7e08e331a8 sources for 1.3
2006-11-17 16:28:01 +00:00

16 lines
296 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/XML/samples/Makefile#1 $
#
# Makefile for Poco XML Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C DOMParser $(MAKECMDGOALS)
$(MAKE) -C DOMWriter $(MAKECMDGOALS)
$(MAKE) -C PrettyPrint $(MAKECMDGOALS)
$(MAKE) -C SAXParser $(MAKECMDGOALS)