]> git.ipfire.org Git - thirdparty/cups.git/blame - Makedefs.in
Load cups into easysw/current.
[thirdparty/cups.git] / Makedefs.in
CommitLineData
ef416fc2 1#
e00b005a 2# "$Id: Makedefs.in 5044 2006-02-01 21:35:30Z mike $"
ef416fc2 3#
4# Common makefile definitions for the Common UNIX Printing System (CUPS).
5#
6# Copyright 1997-2005 by Easy Software Products, all rights reserved.
7#
8# These coded instructions, statements, and computer programs are the
9# property of Easy Software Products and are protected by Federal
10# copyright law. Distribution and use rights are outlined in the file
11# "LICENSE.txt" which should have been included with this file. If this
12# file is missing or damaged please contact Easy Software Products
13# at:
14#
15# Attn: CUPS Licensing Information
16# Easy Software Products
17# 44141 Airport View Drive, Suite 204
18# Hollywood, Maryland 20636 USA
19#
20# Voice: (301) 373-9600
21# EMail: cups-info@cups.org
22# WWW: http://www.cups.org
23#
24
25#
26# Programs...
27#
28
29AR = @AR@
30AWK = @AWK@
31CC = @LIBTOOL@ @CC@
32CXX = @LIBTOOL@ @CXX@
33DSO = @DSO@
34HTMLDOC = @HTMLDOC@
35INSTALL = @INSTALL@
36LIBTOOL = @LIBTOOL@
37LN = @LN@ -sf
38MV = @MV@
39RANLIB = @RANLIB@
40RM = @RM@ -f
41SED = @SED@
42SHELL = /bin/sh
43STRIP = @STRIP@
44
45#
46# Installation programs...
47#
48
e00b005a 49INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755
09ec0018 50INSTALL_CONFIG = $(INSTALL) -m @CUPS_CONFIG_FILE_PERM@
ef416fc2 51INSTALL_DATA = $(INSTALL) -m 644
52INSTALL_DIR = $(INSTALL) -d
53INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
54INSTALL_MAN = $(INSTALL) -m 644
55INSTALL_SCRIPT = $(INSTALL) -m 755
56
57#
09ec0018 58# Default user, group, and system groups for the scheduler...
ef416fc2 59#
60
61CUPS_USER = @CUPS_USER@
62CUPS_GROUP = @CUPS_GROUP@
09ec0018 63CUPS_SYSTEM_GROUPS = @CUPS_SYSTEM_GROUPS@
64
65#
66# Default permissions...
67#
68
69CUPS_CONFIG_FILE_PERM = @CUPS_CONFIG_FILE_PERM@
70CUPS_LOG_FILE_PERM = @CUPS_LOG_FILE_PERM@
ef416fc2 71
72#
73# Libraries...
74#
75
76LIBCUPS = @LIBCUPS@
77LIBCUPSIMAGE = @LIBCUPSIMAGE@
78LIBJPEG = @LIBJPEG@
79LIBMALLOC = @LIBMALLOC@
80LIBPAPER = @LIBPAPER@
81LIBPNG = @LIBPNG@
82LIBSLP = @LIBSLP@
83LIBTIFF = @LIBTIFF@
84LIBZ = @LIBZ@
85
923edb68 86#
87# Install static libraries?
88#
89
90INSTALLSTATIC = @INSTALLSTATIC@
91
ef416fc2 92#
93# Program options...
94#
95# OPTIM defines the common compiler optimization/debugging options.
96# OPTIONS defines other compile-time options (currently only -dDEBUG for
97# extra debug info)
98#
99
100ARFLAGS = @ARFLAGS@
101BACKLIBS = @BACKLIBS@
102CFLAGS = -I.. $(RC_CFLAGS) $(SSLFLAGS) @CPPFLAGS@ @CFLAGS@ \
103 @LARGEFILE@ $(OPTIONS)
104COMMONLIBS = @LIBS@
09ec0018 105CUPSDLIBS = @CUPSDLIBS@
ef416fc2 106CXXFLAGS = -I.. $(RC_CFLAGS) $(SSLFLAGS) @CPPFLAGS@ @CXXFLAGS@ \
107 @LARGEFILE@ $(OPTIONS)
108CXXLIBS = @CXXLIBS@
109DSOFLAGS = @DSOFLAGS@
110DSOLIBS = @DSOLIBS@ $(COMMONLIBS)
111IMGLIBS = @IMGLIBS@ -lm
112LDFLAGS = -L../cups -L../filter $(RC_CFLAGS) @LDFLAGS@ $(OPTIM)
113LINKCUPS = @LINKCUPS@ $(SSLLIBS)
114LINKCUPSIMAGE = @LINKCUPSIMAGE@
115LIBS = $(LINKCUPS) $(COMMONLIBS)
116OPTIM = @OPTIM@
117OPTIONS =
118PAMLIBS = @PAMLIBS@
119SSLFLAGS = @SSLFLAGS@
120SSLLIBS = @SSLLIBS@
a4d04587 121LAUNCHDLIBS = @LAUNCHDLIBS@
ef416fc2 122
123#
124# Directories...
125#
126# The first section uses the GNU names (which are *extremely*
127# difficult to find in a makefile because they are lowercase...)
128# We have to define these first because autoconf uses ${prefix}
129# and ${exec_prefix} for most of the other directories...
130#
131# This is immediately followed by definition in ALL CAPS for the
132# needed directories...
133#
134
135bindir = @bindir@
136datadir = @datadir@
137exec_prefix = @exec_prefix@
138includedir = @includedir@
139infodir = @infodir@
140libdir = @libdir@
141libexecdir = @libexecdir@
142localstatedir = @localstatedir@
143mandir = @mandir@
144oldincludedir = @oldincludedir@
145prefix = @prefix@
146sbindir = @sbindir@
147sharedstatedir = @sharedstatedir@
148srcdir = @srcdir@
149sysconfdir = @sysconfdir@
150top_srcdir = @top_srcdir@
151
152BUILDROOT = $(DSTROOT)
153
154AMANDIR = $(BUILDROOT)@AMANDIR@
155BINDIR = $(BUILDROOT)@bindir@
156CACHEDIR = $(BUILDROOT)@CUPS_CACHEDIR@
157DATADIR = $(BUILDROOT)@CUPS_DATADIR@
158DOCDIR = $(BUILDROOT)@CUPS_DOCROOT@
159INCLUDEDIR = $(BUILDROOT)$(includedir)
160INITDIR = @INITDIR@
161INITDDIR = @INITDDIR@
162LIBDIR = $(BUILDROOT)$(libdir)
163LOCALEDIR = $(BUILDROOT)@CUPS_LOCALEDIR@
164LOGDIR = $(BUILDROOT)@CUPS_LOGDIR@
165MANDIR = $(BUILDROOT)@mandir@
166PMANDIR = $(BUILDROOT)@PMANDIR@
167REQUESTS = $(BUILDROOT)@CUPS_REQUESTS@
168SBINDIR = $(BUILDROOT)@sbindir@
169SERVERBIN = $(BUILDROOT)@CUPS_SERVERBIN@
170SERVERROOT = $(BUILDROOT)@CUPS_SERVERROOT@
171STATEDIR = $(BUILDROOT)@CUPS_STATEDIR@
172
173MAN1EXT = @MAN1EXT@
174MAN5EXT = @MAN5EXT@
175MAN8EXT = @MAN8EXT@
176MAN8DIR = @MAN8DIR@
177
178PAMDIR = $(BUILDROOT)@PAMDIR@
179PAMFILE = @PAMFILE@
180
a4d04587 181DEFAULT_LAUNCHD_CONF = @DEFAULT_LAUNCHD_CONF@
182
ef416fc2 183
184#
185# Rules...
186#
187
188.SILENT:
189.SUFFIXES: .1 .1.gz .1m .1m.gz .5 .5.gz .8 .8.gz .a .c .cxx .h .man .o .gz
190
191.c.o:
192 echo Compiling $<...
193 $(CC) $(OPTIM) $(CFLAGS) -c $<
194
195.cxx.o:
196 echo Compiling $<...
197 $(CXX) $(OPTIM) $(CXXFLAGS) -c $<
198
199.man.1 .man.1m .man.5 .man.8:
200 echo Linking $<...
201 $(RM) $@
202 $(LN) $< $@
203
204.man.1.gz .man.1m.gz .man.5.gz .man.8.gz .man.gz:
205 echo -n Compressing $<...
206 $(RM) $@
207 gzip -v9 <$< >$@
208
209
210#
e00b005a 211# End of "$Id: Makedefs.in 5044 2006-02-01 21:35:30Z mike $"
ef416fc2 212#