File: Makefile

package info (click to toggle)
poco 1.7.6%2Bdfsg1-5%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 59,848 kB
  • sloc: cpp: 230,896; ansic: 169,615; makefile: 1,216; sh: 439; xml: 65; perl: 29
file content (21 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile
#
# $Id: //poco/1.4/PageCompiler/File2Page/Makefile#1 $
#
# Makefile for Poco C++ Server Page Compiler File2Page Utility
#

include $(POCO_BASE)/build/rules/global

objects = File2Page

ifdef POCO_UNBUNDLED
        SYSLIBS += -lz -lpcre -lexpat
endif

target         = f2cpsp
target_version = 1
target_libs    = PocoUtil PocoXML PocoFoundation

include $(POCO_BASE)/build/rules/exec