1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-04 07:27:23 +01:00

22 lines
398 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco C++ Server Page Compiler
#
include $(POCO_BASE)/build/rules/global
objects = Page PageReader \
CodeWriter ApacheCodeWriter OSPCodeWriter \
PageCompiler
ifdef POCO_UNBUNDLED
SYSLIBS += -lz -lpcre -lexpat
endif
target = cpspc
target_version = 1
2013-01-05 00:04:09 -06:00
target_libs = PocoNet PocoUtil PocoXML PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec