poco/XML/samples/Makefile

16 lines
296 B
Makefile
Raw Normal View History

2006-10-23 18:12:32 +02:00
#
# Makefile
#
2008-01-28 18:26:21 +01:00
# $Id: //poco/svn/XML/samples/Makefile#1 $
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)