poco/NetSSL_OpenSSL/samples/download/Makefile

20 lines
357 B
Makefile
Raw Normal View History

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