mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-10 03:33:08 +01:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.1.0/XML/samples/SAXParser/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco SAXParser
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = SAXParser
|
||
|
|
||
|
target = SAXParser
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation PocoXML
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|