mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-12 12:27:53 +01:00
18 lines
278 B
Makefile
18 lines
278 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/Main/template/sample.make#4 $
|
||
|
#
|
||
|
# Makefile for Poco download
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = ifconfig
|
||
|
|
||
|
target = ifconfig
|
||
|
target_version = 1
|
||
|
target_libs = PocoNet PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|