poco/Foundation/samples/URI/Makefile
2006-12-22 09:31:08 +00:00

18 lines
266 B
Makefile

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