poco/NetSSL_OpenSSL/samples/download/Makefile
2007-01-04 16:01:28 +00:00

20 lines
352 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/template/sample.make#4 $
#
# Makefile for Poco download
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -lssl -lcrypto
objects = download
target = download
target_version = 1
target_libs = PocoNetSSL PocoNet PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec