poco/XML/samples/Makefile

16 lines
311 B
Makefile
Raw Normal View History

2006-07-11 18:33:40 +02:00
#
# Makefile
#
2006-08-29 09:10:35 +02:00
# $Id: //poco/1.2/XML/samples/Makefile#1 $
2006-07-11 18:33:40 +02:00
#
# Makefile for Poco XML Samples
#
2006-08-29 09:10:35 +02:00
.PHONY: projects
clean all: projects
projects:
2006-07-11 18:33:40 +02:00
$(MAKE) -C DOMParser $(MAKECMDGOALS)
$(MAKE) -C DOMWriter $(MAKECMDGOALS)
$(MAKE) -C PrettyPrint $(MAKECMDGOALS)
$(MAKE) -C SAXParser $(MAKECMDGOALS)