mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-30 14:28:50 +01:00
18 lines
307 B
Makefile
18 lines
307 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
|