poco/Foundation/testsuite/Makefile

17 lines
331 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/1.4/Foundation/testsuite/Makefile#1 $
#
# Makefile for Poco Foundation testsuite
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -f Makefile-Driver $(MAKECMDGOALS)
2012-07-10 05:58:41 +02:00
ifneq ($(LINKMODE),STATIC)
2012-04-29 20:52:25 +02:00
$(MAKE) -f Makefile-TestLibrary $(MAKECMDGOALS)
2012-07-10 05:58:41 +02:00
endif
2012-04-29 20:52:25 +02:00
$(MAKE) -f Makefile-TestApp $(MAKECMDGOALS)