poco/XML/samples/Makefile

16 lines
297 B
Makefile
Raw Normal View History

2006-10-23 18:12:32 +02:00
#
# Makefile
#
2007-02-23 15:31:48 +01:00
# $Id: //poco/Main/XML/samples/Makefile#6 $
2006-10-23 18:12:32 +02:00
#
# 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)