poco/Foundation/samples/dir/Makefile
Guenter Obiltschnig 768642ae98 sources for 1.3
2006-11-17 16:21:51 +00:00

18 lines
265 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/Foundation/samples/dir/Makefile#1 $
#
# Makefile for Poco dir
#
include $(POCO_BASE)/build/rules/global
objects = dir
target = dir
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec