mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
18 lines
335 B
Makefile
18 lines
335 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/PageCompiler/Makefile#1 $
|
|
#
|
|
# Makefile for Poco C++ Server Page Compiler
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Page PageCompiler
|
|
|
|
target = cpspc
|
|
target_version = 1
|
|
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|