mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2026-01-12 07:05:14 +00:00
22 lines
328 B
Makefile
22 lines
328 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/template/sample.make#4 $
|
|
#
|
|
# Makefile for Poco routes
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
ifeq ($(OSNAME),Linux)
|
|
SYSLIBS += -lmnl
|
|
endif
|
|
|
|
objects = routes
|
|
|
|
target = routes
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoNet PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|