1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/vendor/POCO/PageCompiler/Makefile

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
target_libs = PocoNet PocoUtil PocoXML PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec