mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 20:56:20 +01:00
18 lines
290 B
Makefile
18 lines
290 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/XML/samples/SAXParser/Makefile#1 $
|
|
#
|
|
# Makefile for Poco SAXParser
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = SAXParser
|
|
|
|
target = SAXParser
|
|
target_version = 1
|
|
target_libs = PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|