]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/Makefile
Merge changes from CUPS 1.4svn-r8162.
[thirdparty/cups.git] / filter / Makefile
CommitLineData
ef416fc2 1#
b19ccc9e 2# "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $"
ef416fc2 3#
4# Filter makefile for the Common UNIX Printing System (CUPS).
5#
91c84a35 6# Copyright 2007-2008 by Apple Inc.
bd7854cb 7# Copyright 1997-2006 by Easy Software Products.
ef416fc2 8#
9# These coded instructions, statements, and computer programs are the
bc44d920 10# property of Apple Inc. and are protected by Federal copyright
11# law. Distribution and use rights are outlined in the file "LICENSE.txt"
12# which should have been included with this file. If this file is
13# file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14#
15# This file is subject to the Apple OS-Developed Software exception.
16#
17
18include ../Makedefs
19
b86bc4cf 20
c9fc04c6 21FILTERS = \
e6013cfa 22 $(BANNERTOPS) \
c9fc04c6
MS
23 commandtops \
24 gziptoany \
25 hpgltops \
e6013cfa 26 $(TEXTTOPS) \
c9fc04c6
MS
27 pstops \
28 $(IMGFILTERS) \
29 $(PDFTOPS) \
30 rastertolabel \
31 rastertoepson \
32 rastertohp
33LIBTARGETS = \
e1d6a774 34 $(LIBCUPSIMAGE) \
35 libcupsimage.a \
36 $(LIB32CUPSIMAGE) \
5f64df29
MS
37 $(LIB64CUPSIMAGE)
38UNITTARGETS = \
39 rasterbench \
40 testimage \
e1d6a774 41 testraster
c9fc04c6
MS
42TARGETS = \
43 $(LIBTARGETS) \
5f64df29 44 $(FILTERS)
ef416fc2 45
46HPGLOBJS = hpgl-attr.o hpgl-config.o hpgl-main.o hpgl-prolog.o \
47 hpgl-char.o hpgl-input.o hpgl-polygon.o hpgl-vector.o
48IMAGEOBJS = image-bmp.o image-colorspace.o image-gif.o image-jpeg.o \
49 image-photocd.o image-pix.o image-png.o image-pnm.o \
50 image-sgi.o image-sgilib.o image-sun.o image-tiff.o \
f7deaa1a 51 image-zoom.o image.o error.o interpret.o raster.o
e1d6a774 52IMAGE32OBJS = $(IMAGEOBJS:.o=.32.o)
53IMAGE64OBJS = $(IMAGEOBJS:.o=.64.o)
ef416fc2 54FORMOBJS = form-attr.o form-main.o form-ps.o form-text.o form-tree.o
55OBJS = $(HPGLOBJS) $(IMAGEOBJS) $(FORMOBJS) \
1f6f3dbc 56 bannertops.o commandtops.o gziptoany.o imagetops.o \
cda47a96 57 imagetoraster.o common.o pdftops.o pstext.o pstops.o \
ed486911 58 rasterbench.o rastertoepson.o rastertohp.o rastertolabel.o \
e1d6a774 59 testimage.o testraster.o textcommon.o texttops.o
ef416fc2 60
61
62#
63# Make all targets...
64#
65
e1d6a774 66all: $(TARGETS)
ef416fc2 67
68
c9fc04c6
MS
69#
70# Make library targets...
71#
72
73libs: $(LIBTARGETS)
74
75
5f64df29
MS
76#
77# Make unit tests...
78#
79
80unittests: $(UNITTARGETS)
81
82
ef416fc2 83#
84# Clean all object files...
85#
86
87clean:
5f64df29 88 $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS)
e1d6a774 89 $(RM) libcupsimage.so libcupsimage.sl libcupsimage.dylib
f301802f 90 $(RM) -r 32bit 64bit
ef416fc2 91
92
93#
94# Update dependencies (without system header dependencies...)
95#
96
97depend:
e1d6a774 98 touch Dependencies.tmp
99 makedepend -Y -I.. -fDependencies.tmp $(OBJS:.o=.c) >/dev/null 2>&1
100 $(RM) Dependencies
101 cp Dependencies.tmp Dependencies
ac884b6a
MS
102 sed -E -e '1,$$s/^([^.]+)\.o:/\1\.32.o: \1\.c /' Dependencies.tmp >>Dependencies
103 sed -E -e '1,$$s/^([^.]+)\.o:/\1\.64.o: \1\.c /' Dependencies.tmp >>Dependencies
e1d6a774 104 $(RM) Dependencies.tmp
ef416fc2 105
106
107#
108# Install all targets...
109#
110
50fe7201
MS
111install: all install-data install-headers install-libs install-exec
112
113
114#
115# Install data files...
116#
117
118install-data:
119
120
121#
122# Install programs...
123#
124
125install-exec:
bd7854cb 126 $(INSTALL_DIR) -m 755 $(SERVERBIN)/filter
ef416fc2 127 for file in $(FILTERS); do \
128 $(INSTALL_BIN) $$file $(SERVERBIN)/filter; \
129 done
130 $(RM) $(SERVERBIN)/filter/rastertodymo
131 $(LN) rastertolabel $(SERVERBIN)/filter/rastertodymo
50fe7201
MS
132 if test "x$(SYMROOT)" != "x"; then \
133 $(INSTALL_DIR) $(SYMROOT); \
134 for file in $(TARGETS); do \
135 cp $$file $(SYMROOT); \
136 done \
137 fi
138
139
140#
141# Install headers...
142#
143
144install-headers:
145 $(INSTALL_DIR) -m 755 $(INCLUDEDIR)/cups
146 $(INSTALL_DATA) image.h $(INCLUDEDIR)/cups
147
148
149#
150# Install libraries...
151#
152
153install-libs: $(INSTALLSTATIC) $(INSTALL32) $(INSTALL64)
923edb68 154 $(INSTALL_DIR) -m 755 $(LIBDIR)
ef416fc2 155 $(INSTALL_LIB) $(LIBCUPSIMAGE) $(LIBDIR)
156 -if test $(LIBCUPSIMAGE) = "libcupsimage.so.2" -o $(LIBCUPSIMAGE) = "libcupsimage.sl.2"; then \
157 $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \
158 $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \
159 fi
160 -if test $(LIBCUPSIMAGE) = "libcupsimage.2.dylib"; then \
ef416fc2 161 $(RM) $(LIBDIR)/libcupsimage.dylib; \
162 $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/libcupsimage.dylib; \
163 fi
923edb68 164
165installstatic:
166 $(INSTALL_DIR) -m 755 $(LIBDIR)
d6ae789d 167 $(INSTALL_LIB) libcupsimage.a $(LIBDIR);
168 $(RANLIB) $(LIBDIR)/libcupsimage.a;
ef416fc2 169
e1d6a774 170install32bit:
171 $(INSTALL_DIR) -m 755 $(LIB32DIR)
f301802f 172 $(INSTALL_LIB) 32bit/libcupsimage.so.2 $(LIB32DIR)/libcupsimage.so.2
ed486911 173 $(LN) libcupsimage.so.2 $(LIB32DIR)/libcupsimage.so
e1d6a774 174
175install64bit:
176 $(INSTALL_DIR) -m 755 $(LIB64DIR)
f301802f 177 $(INSTALL_LIB) 64bit/libcupsimage.so.2 $(LIB64DIR)/libcupsimage.so.2
ed486911 178 $(LN) libcupsimage.so.2 $(LIB64DIR)/libcupsimage.so
e1d6a774 179
ef416fc2 180
757d2cad 181#
182# Uninstall all targets...
183#
184
e1d6a774 185uninstall: $(UNINSTALL32) $(UNINSTALL64)
757d2cad 186 for file in $(FILTERS); do \
187 $(RM) $(SERVERBIN)/filter/$$file; \
188 done
189 $(RM) $(SERVERBIN)/filter/rastertodymo
190 -$(RMDIR) $(SERVERBIN)/filter
191 -$(RMDIR) $(SERVERBIN)
192 $(RM) $(LIBDIR)/libcupsimage.2.dylib
193 $(RM) $(LIBDIR)/libcupsimage.a
194 $(RM) $(LIBDIR)/libcupsimage.dylib
195 $(RM) $(LIBDIR)/libcupsimage_s.a
196 $(RM) $(LIBDIR)/libcupsimage.sl
197 $(RM) $(LIBDIR)/libcupsimage.sl.2
198 $(RM) $(LIBDIR)/libcupsimage.so
199 $(RM) $(LIBDIR)/libcupsimage.so.2
200 -$(RMDIR) $(LIBDIR)
201 $(RM) $(INCLUDEDIR)/cups/image.h
757d2cad 202 -$(RMDIR) $(INCLUDEDIR)/cups
203
e1d6a774 204uninstall32bit:
205 $(RM) $(LIB32DIR)/libcupsimage.so
206 $(RM) $(LIB32DIR)/libcupsimage.so.2
207 -$(RMDIR) $(LIB32DIR)
208
209uninstall64bit:
210 $(RM) $(LIB64DIR)/libcupsimage.so
211 $(RM) $(LIB64DIR)/libcupsimage.so.2
212 -$(RMDIR) $(LIB64DIR)
213
757d2cad 214
b423cd4c 215#
216# Automatic API help files...
217#
218
219apihelp:
220 echo Generating CUPS API help files...
221 mxmldoc --section "Programming" --title "Raster API" \
5a738aea
MS
222 --css ../doc/cups-printable.css \
223 --header api-raster.header --intro api-raster.shtml \
ac884b6a
MS
224 ../cups/raster.h interpret.c raster.c \
225 >../doc/help/api-raster.html
b423cd4c 226
5a738aea
MS
227framedhelp:
228 echo Generating CUPS API help files...
229 mxmldoc --section "Programming" --title "Raster API" \
230 --framed ../cups/api-raster \
231 --css ../doc/cups-printable.css \
232 --header api-raster.header --intro api-raster.shtml \
ac884b6a 233 ../cups/raster.h interpret.c raster.c
5a738aea 234
b423cd4c 235
1f6f3dbc
MS
236#
237# bannertops
238#
239
cda47a96 240bannertops: bannertops.o pstext.o common.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
1f6f3dbc 241 echo Linking $@...
cda47a96
MS
242 $(CC) $(LDFLAGS) -o $@ bannertops.o pstext.o common.o $(LINKCUPSIMAGE) \
243 $(IMGLIBS) $(LIBS)
1f6f3dbc
MS
244
245
7a14d768
MS
246#
247# commandtops
248#
249
250commandtops: commandtops.o ../cups/$(LIBCUPS)
251 echo Linking $@...
252 $(CC) $(LDFLAGS) -o $@ commandtops.o $(LIBS)
253
254
ef416fc2 255#
256# formtops
257#
258
259formtops: $(FORMOBJS) common.o ../cups/$(LIBCUPS)
260 echo Linking $@...
261 $(CC) $(LDFLAGS) -o $@ $(FORMOBJS) common.o $(LIBS) -lm
262
263
264#
265# gziptoany
266#
267
268gziptoany: gziptoany.o ../Makedefs ../cups/$(LIBCUPS)
269 echo Linking $@...
270 $(CC) $(LDFLAGS) -o $@ gziptoany.o $(LIBZ) $(LIBS)
271
272
273#
274# hpgltops
275#
276
277hpgltops: $(HPGLOBJS) common.o ../cups/$(LIBCUPS)
278 echo Linking $@...
279 $(CC) $(LDFLAGS) -o $@ $(HPGLOBJS) common.o $(LIBS) -lm
280
281
282#
283# libcupsimage.so.2, libcupsimage.sl.2
284#
285
286libcupsimage.so.2 libcupsimage.sl.2: $(IMAGEOBJS)
287 echo Linking $@...
a74454a7 288 $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) \
289 -L../cups $(LINKCUPS) -lm
ef416fc2 290 $(RM) `basename $@ .2`
291 $(LN) $@ `basename $@ .2`
292
293
e1d6a774 294#
f301802f 295# 32bit/libcupsimage.so.2
e1d6a774 296#
297
f301802f 29832bit/libcupsimage.so.2: $(IMAGE32OBJS)
e1d6a774 299 echo Linking 32-bit $@...
f301802f 300 -mkdir 32bit
301 $(DSO) $(ARCH32FLAGS) $(DSO32FLAGS) -o $@ $(IMAGE32OBJS) $(DSOLIBS) \
302 -L../cups/32bit $(LINKCUPS) -lm
e1d6a774 303
304
305#
f301802f 306# 64bit/libcupsimage.so.2
e1d6a774 307#
308
f301802f 30964bit/libcupsimage.so.2: $(IMAGE64OBJS)
e1d6a774 310 echo Linking 64-bit $@...
f301802f 311 -mkdir 64bit
312 $(DSO) $(ARCH64FLAGS) $(DSO64FLAGS) -o $@ $(IMAGE64OBJS) $(DSOLIBS) \
313 -L../cups/64bit $(LINKCUPS) -lm
e1d6a774 314
315
ef416fc2 316#
317# libcupsimage.2.dylib
318#
319
355e94dc 320libcupsimage.2.dylib: $(IMAGEOBJS) $(LIBCUPSIMAGEORDER)
ef416fc2 321 echo Linking $@...
e1d6a774 322 $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \
fa73b229 323 -install_name $(libdir)/$@ \
f7deaa1a 324 -current_version 2.3.0 \
ef416fc2 325 -compatibility_version 2.0.0 \
cc0d019f 326 -sectorder __TEXT __text $(LIBCUPSIMAGEORDER) \
ef416fc2 327 $(IMAGEOBJS) $(DSOLIBS) -L../cups $(LINKCUPS) -lm
328 $(RM) libcupsimage.dylib
329 $(LN) $@ libcupsimage.dylib
330
331
332#
333# libcupsimage_s.a
334#
335
a74454a7 336libcupsimage_s.a: $(IMAGEOBJS) libcupsimage_s.exp
ef416fc2 337 echo Linking $@...
e1d6a774 338 $(DSO) $(DSOFLAGS) -Wl,-berok,-bexport:libcupsimage_s.exp \
339 -o libcupsimage_s.o $(IMAGEOBJS) $(DSOLIBS) -lm
ef416fc2 340 $(RM) $@
341 $(AR) $(ARFLAGS) $@ libcupsimage_s.o
342
343
344#
345# libcupsimage.la
346#
347
348libcupsimage.la: $(IMAGEOBJS)
349 echo Linking $@...
e1d6a774 350 $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS:.o=.lo) $(DSOLIBS) \
a74454a7 351 -L../cups $(LINKCUPS) \
f7deaa1a 352 -rpath $(LIBDIR) -version-info 2:3
ef416fc2 353
354
355#
356# libcupsimage.a
357#
358
359libcupsimage.a: $(IMAGEOBJS)
360 echo Archiving $@...
361 $(RM) $@
362 $(AR) $(ARFLAGS) $@ $(IMAGEOBJS)
363 $(RANLIB) $@
364
365
366#
367# testimage
368#
369
370testimage: testimage.o libcupsimage.a ../Makedefs
371 echo Linking $@...
372 $(CC) $(LDFLAGS) -o $@ testimage.o libcupsimage.a \
373 $(IMGLIBS) $(DSOLIBS) $(LIBS)
374
375
376#
377# imagetops
378#
379
380imagetops: imagetops.o common.o $(LIBCUPSIMAGE) \
381 ../cups/$(LIBCUPS)
382 echo Linking $@...
383 $(CC) $(LDFLAGS) -o $@ imagetops.o common.o $(LINKCUPSIMAGE) \
384 $(IMGLIBS) $(LIBS)
385
386
387#
388# imagetoraster
389#
390
391imagetoraster: imagetoraster.o common.o $(LIBCUPSIMAGE) \
392 ../cups/$(LIBCUPS)
393 echo Linking $@...
394 $(CC) $(LDFLAGS) -o $@ imagetoraster.o common.o $(LINKCUPSIMAGE) \
395 $(IMGLIBS) $(LIBS)
396
397
398#
399# pstops
400#
401
402pstops: pstops.o common.o ../cups/$(LIBCUPS)
403 echo Linking $@...
bd7854cb 404 $(CC) $(LDFLAGS) -o $@ pstops.o common.o $(LIBS) -lm
ef416fc2 405
406
91c84a35
MS
407#
408# pdftops
409#
410
411pdftops: pdftops.o common.o ../cups/$(LIBCUPS)
412 echo Linking $@...
413 $(CC) $(LDFLAGS) -o $@ pdftops.o common.o $(LIBS)
414
415
ef416fc2 416#
417# rastertolabel
418#
419
420rastertolabel: rastertolabel.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
421 echo Linking $@...
422 $(CC) $(LDFLAGS) -o $@ rastertolabel.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
423
424
425#
426# rastertoepson
427#
428
429rastertoepson: rastertoepson.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
430 echo Linking $@...
431 $(CC) $(LDFLAGS) -o $@ rastertoepson.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
432
433
434#
435# rastertohp
436#
437
438rastertohp: rastertohp.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
439 echo Linking $@...
440 $(CC) $(LDFLAGS) -o $@ rastertohp.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
441
442
443#
444# testraster
445#
446
b86bc4cf 447testraster: testraster.o ../cups/libcups.a libcupsimage.a
ef416fc2 448 echo Linking $@...
c9fc04c6
MS
449 $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testraster.o libcupsimage.a \
450 ../cups/libcups.a $(IMGLIBS) $(DSOLIBS) $(COMMONLIBS) \
451 $(SSLLIBS) $(LIBGSSAPI)
452 echo Running raster API tests...
453 ./testraster
ef416fc2 454
455
ed486911 456#
457# rasterbench
458#
459
f7deaa1a 460rasterbench: rasterbench.o libcupsimage.a
ed486911 461 echo Linking $@...
f7deaa1a 462 $(CC) $(LDFLAGS) -o $@ rasterbench.o libcupsimage.a $(LIBS)
ed486911 463
464
ef416fc2 465#
466# texttops
467#
468
469texttops: texttops.o textcommon.o common.o \
470 ../cups/$(LIBCUPS)
471 echo Linking $@...
472 $(CC) $(LDFLAGS) -o $@ texttops.o textcommon.o common.o $(LIBS)
473
474
475#
476# Dependencies...
477#
478
479include Dependencies
480
481
482#
b19ccc9e 483# End of "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $".
ef416fc2 484#