poco/Zip/samples/unzip/Makefile

20 lines
322 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco SampleServer
#
include $(POCO_BASE)/build/rules/global
objects = unzip
target = unzip
target_version = 1
2013-01-05 00:04:09 -06:00
target_libs = PocoZip PocoUtil PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec
2013-01-05 00:04:09 -06:00
ifdef POCO_UNBUNDLED
SYSLIBS += -lz -lpcre -lexpat
endif