poco/PageCompiler/Makefile

20 lines
396 B
Makefile
Raw Normal View History

2008-01-16 19:19:08 +01:00
#
# Makefile
#
2008-01-17 16:39:01 +01:00
# $Id: //poco/Main/PageCompiler/Makefile#3 $
2008-01-16 19:19:08 +01:00
#
# Makefile for Poco C++ Server Page Compiler
#
include $(POCO_BASE)/build/rules/global
2008-01-17 16:39:01 +01:00
objects = Page PageReader \
CodeWriter ApacheCodeWriter OSPCodeWriter \
PageCompiler
2008-01-16 19:19:08 +01:00
target = cpspc
target_version = 1
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec