18 lines
281 B
Makefile
Raw Normal View History

2006-10-23 15:48:43 +00:00
#
# Makefile
#
2008-01-28 17:23:19 +00:00
# $Id: //poco/svn/Foundation/samples/uuidgen/Makefile#1 $
2006-10-23 15:48:43 +00:00
#
# Makefile for Poco uuidgen
#
include $(POCO_BASE)/build/rules/global
objects = uuidgen
target = uuidgen
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec