mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 10:21:08 +01:00
20 lines
357 B
Makefile
20 lines
357 B
Makefile
|
#
|
||
|
# 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
|