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