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

18 lines
281 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/Foundation/samples/uuidgen/Makefile#1 $
#
# 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