poco/Util/samples/pkill/Makefile

18 lines
292 B
Makefile
Raw Normal View History

#
# Makefile
#
# $Id: //poco/1.4/Util/samples/pkill/Makefile#1 $
#
# Makefile for Poco pkill utility
#
include $(POCO_BASE)/build/rules/global
objects = pkill
target = pkill
target_version = 1
target_libs = PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec