mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 04:35:34 +01:00
18 lines
329 B
Makefile
18 lines
329 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.4/Foundation/samples/LineEndingConverter/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco LineEndingConverter
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = LineEndingConverter
|
||
|
|
||
|
target = LineEndingConverter
|
||
|
target_version = 1
|
||
|
target_libs = PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|