mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
20 lines
376 B
Makefile
20 lines
376 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.4/PageCompiler/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco C++ Server Page Compiler
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = Page PageReader \
|
||
|
CodeWriter ApacheCodeWriter OSPCodeWriter \
|
||
|
PageCompiler
|
||
|
|
||
|
target = cpspc
|
||
|
target_version = 1
|
||
|
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|