1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-30 15:45:55 +02:00
2017-09-09 11:14:06 +02:00

21 lines
267 B
Makefile

#
# Makefile
#
# Makefile for Poco grep
#
include $(POCO_BASE)/build/rules/global
objects = grep
target = grep
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre
endif