~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-07-22 18:57:32 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120722185732-26kkte5p1lth3rt5
Tags: 1.0.20-0bzr1
* New upstream release
   - pdftops: Added another workaround for Kyocera printers: Some
     models get very slow on images which request interpolation,
     so now we remove the image interpolation requests by additional
     PostScript code only inserted for Kyocera printers (LP: #1026974).
   - Made the Poppler-based filters pdftopdf and pdftoopvp build with
     both Poppler 0.18.x and 0.20.x (Upstream bug #1055).
   - Fixes according to Coverity scan results (Upstream bug #1054).
   - Switched build system to autotools. This especially fixes several
     build problems in Gentoo. Also build-tested with CUPS 1.6.0b1.
   - Fixes for compatibility with clang/gcc-4.7.
   - textonly: Filter did not work as a pipe with copies=1 (Upstream bug
     #1032).
   - texttopdf: Avoid trimming the results of FcFontSort(), as this may
     miss some reasonable candidates under certain circumstances. BTW,
     fix passing a non-pointer as a pointer to "result" (Closes: #670055).
   - Corrected documentation. The option for the maximum image rendering
     resolution in pdftops is "pdftops-max-image-resolution", not
     "pdftops-max-image-resolution-default".
* debian/patches/fcfontsort-no-trim.patch: Removed, fixed upstream.
* debian/rules: Updated options for ./configure and make for the new autotools
  build system.
* debian/watch: Switched to bz2 upstream packages.
* debian/rules, debian/copyright, debian/cups-filters.docs: Updated for
  renamed documentation files.
* debian/control, debian/libfontembed1.install,
  debian/libfontembed-dev.install: Added new binary packages for libfontembed.
* debian/copyright: Updated for recent file additions, and rearrangement of
  directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
 
 
20
 
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
 
39
host_triplet = @host@
 
40
pkgbackend_PROGRAMS = parallel$(EXEEXT) serial$(EXEEXT)
 
41
check_PROGRAMS = test1284$(EXEEXT) testcmyk$(EXEEXT) \
 
42
        testdither$(EXEEXT) testimage$(EXEEXT) testrgb$(EXEEXT) \
 
43
        test_analyze$(EXEEXT) test_pdf$(EXEEXT) test_ps$(EXEEXT) \
 
44
        test_pdf1$(EXEEXT) test_pdf2$(EXEEXT)
 
45
TESTS = testdither$(EXEEXT) test_analyze$(EXEEXT) test_pdf$(EXEEXT) \
 
46
        test_ps$(EXEEXT) test_pdf1$(EXEEXT) test_pdf2$(EXEEXT)
 
47
bin_PROGRAMS = ttfread$(EXEEXT)
 
48
pkgfilter_PROGRAMS = pdftoopvp$(EXEEXT) pdftopdf$(EXEEXT) \
 
49
        bannertopdf$(EXEEXT) commandtoescpx$(EXEEXT) \
 
50
        commandtopclx$(EXEEXT) pdftoijs$(EXEEXT) pdftops$(EXEEXT) \
 
51
        pdftoraster$(EXEEXT) rastertoescpx$(EXEEXT) \
 
52
        rastertopclx$(EXEEXT) texttopdf$(EXEEXT) $(am__EXEEXT_1)
 
53
@ENABLE_IMAGEFILTERS_TRUE@am__append_1 = \
 
54
@ENABLE_IMAGEFILTERS_TRUE@      imagetopdf \
 
55
@ENABLE_IMAGEFILTERS_TRUE@      imagetoraster
 
56
 
 
57
subdir = .
 
58
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
59
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
60
        $(srcdir)/libcupsfilters.pc.in $(srcdir)/libfontembed.pc.in \
 
61
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
62
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
63
        missing
 
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
65
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
 
66
        $(top_srcdir)/m4/ax_compare_version.m4 \
 
67
        $(top_srcdir)/configure.ac
 
68
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
69
        $(ACLOCAL_M4)
 
70
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
71
 configure.lineno config.status.lineno
 
72
mkinstalldirs = $(install_sh) -d
 
73
CONFIG_HEADER = config.h
 
74
CONFIG_CLEAN_FILES = libcupsfilters.pc libfontembed.pc
 
75
CONFIG_CLEAN_VPATH_FILES =
 
76
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
77
am__vpath_adj = case $$p in \
 
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
79
    *) f=$$p;; \
 
80
  esac;
 
81
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
82
am__install_max = 40
 
83
am__nobase_strip_setup = \
 
84
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
85
am__nobase_strip = \
 
86
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
87
am__nobase_list = $(am__nobase_strip_setup); \
 
88
  for p in $$list; do echo "$$p $$p"; done | \
 
89
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
90
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
91
    if (++n[$$2] == $(am__install_max)) \
 
92
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
93
    END { for (dir in files) print dir, files[dir] }'
 
94
am__base_list = \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
97
am__uninstall_files_from_dir = { \
 
98
  test -z "$$files" \
 
99
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
100
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
101
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
102
  }
 
103
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(phpextensiondir)" \
 
104
        "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgbackenddir)" \
 
105
        "$(DESTDIR)$(pkgfilterdir)" "$(DESTDIR)$(pkgfilterdir)" \
 
106
        "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgbannerdir)" \
 
107
        "$(DESTDIR)$(pkgcharsetdir)" "$(DESTDIR)$(pkgconfdir)" \
 
108
        "$(DESTDIR)$(pkgcupsdatadir)" "$(DESTDIR)$(pkgdriverdir)" \
 
109
        "$(DESTDIR)$(pkgfiltersincludedir)" \
 
110
        "$(DESTDIR)$(pkgfontconfigdir)" \
 
111
        "$(DESTDIR)$(pkgfontembedincludedir)" \
 
112
        "$(DESTDIR)$(pkgmimedir)" "$(DESTDIR)$(ppddir)"
 
113
LTLIBRARIES = $(lib_LTLIBRARIES) $(phpextension_LTLIBRARIES)
 
114
am__DEPENDENCIES_1 =
 
115
libcupsfilters_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
116
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
117
am__objects_1 =
 
118
am_libcupsfilters_la_OBJECTS = libcupsfilters_la-attr.lo \
 
119
        libcupsfilters_la-check.lo libcupsfilters_la-cmyk.lo \
 
120
        libcupsfilters_la-dither.lo libcupsfilters_la-image.lo \
 
121
        libcupsfilters_la-image-bmp.lo \
 
122
        libcupsfilters_la-image-colorspace.lo \
 
123
        libcupsfilters_la-image-gif.lo libcupsfilters_la-image-jpeg.lo \
 
124
        libcupsfilters_la-image-photocd.lo \
 
125
        libcupsfilters_la-image-pix.lo libcupsfilters_la-image-png.lo \
 
126
        libcupsfilters_la-image-pnm.lo libcupsfilters_la-image-sgi.lo \
 
127
        libcupsfilters_la-image-sgilib.lo \
 
128
        libcupsfilters_la-image-sun.lo libcupsfilters_la-image-tiff.lo \
 
129
        libcupsfilters_la-image-zoom.lo libcupsfilters_la-lut.lo \
 
130
        libcupsfilters_la-pack.lo libcupsfilters_la-rgb.lo \
 
131
        libcupsfilters_la-srgb.lo $(am__objects_1)
 
132
libcupsfilters_la_OBJECTS = $(am_libcupsfilters_la_OBJECTS)
 
133
AM_V_lt = $(am__v_lt_@AM_V@)
 
134
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
135
am__v_lt_0 = --silent
 
136
libcupsfilters_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
137
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
138
        $(libcupsfilters_la_CFLAGS) $(CFLAGS) \
 
139
        $(libcupsfilters_la_LDFLAGS) $(LDFLAGS) -o $@
 
140
libfontembed_la_LIBADD =
 
141
am_libfontembed_la_OBJECTS = aglfn13.lo dynstring.lo embed.lo \
 
142
        embed_sfnt.lo embed_pdf.lo fontfile.lo frequent.lo sfnt.lo \
 
143
        sfnt_subset.lo
 
144
libfontembed_la_OBJECTS = $(am_libfontembed_la_OBJECTS)
 
145
libfontembed_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
146
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
147
        $(AM_CFLAGS) $(CFLAGS) $(libfontembed_la_LDFLAGS) $(LDFLAGS) \
 
148
        -o $@
 
149
@WITH_PHP_TRUE@libphpcups_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
150
am__libphpcups_la_SOURCES_DIST = scripting/php/phpcups.c \
 
151
        scripting/php/phpcups.h
 
152
@WITH_PHP_TRUE@am_libphpcups_la_OBJECTS = libphpcups_la-phpcups.lo
 
153
libphpcups_la_OBJECTS = $(am_libphpcups_la_OBJECTS)
 
154
libphpcups_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
155
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libphpcups_la_CFLAGS) \
 
156
        $(CFLAGS) $(libphpcups_la_LDFLAGS) $(LDFLAGS) -o $@
 
157
@WITH_PHP_TRUE@am_libphpcups_la_rpath = -rpath $(phpextensiondir)
 
158
@ENABLE_IMAGEFILTERS_TRUE@am__EXEEXT_1 = imagetopdf$(EXEEXT) \
 
159
@ENABLE_IMAGEFILTERS_TRUE@      imagetoraster$(EXEEXT)
 
160
PROGRAMS = $(bin_PROGRAMS) $(pkgbackend_PROGRAMS) \
 
161
        $(pkgfilter_PROGRAMS)
 
162
am_bannertopdf_OBJECTS = bannertopdf-banner.$(OBJEXT) \
 
163
        bannertopdf-bannertopdf.$(OBJEXT) bannertopdf-pdf.$(OBJEXT)
 
164
bannertopdf_OBJECTS = $(am_bannertopdf_OBJECTS)
 
165
bannertopdf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
166
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(bannertopdf_CXXFLAGS) \
 
167
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
168
am_commandtoescpx_OBJECTS = commandtoescpx-commandtoescpx.$(OBJEXT)
 
169
commandtoescpx_OBJECTS = $(am_commandtoescpx_OBJECTS)
 
170
commandtoescpx_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
171
commandtoescpx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
172
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
173
        $(commandtoescpx_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
 
174
        $@
 
175
am_commandtopclx_OBJECTS = commandtopclx-commandtopclx.$(OBJEXT)
 
176
commandtopclx_OBJECTS = $(am_commandtopclx_OBJECTS)
 
177
commandtopclx_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
178
commandtopclx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
179
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(commandtopclx_CFLAGS) \
 
180
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
181
am_imagetopdf_OBJECTS = imagetopdf-common.$(OBJEXT) \
 
182
        imagetopdf-imagetopdf.$(OBJEXT)
 
183
imagetopdf_OBJECTS = $(am_imagetopdf_OBJECTS)
 
184
imagetopdf_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
185
        $(am__DEPENDENCIES_1) libcupsfilters.la
 
186
imagetopdf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
187
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(imagetopdf_CFLAGS) \
 
188
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
189
am_imagetoraster_OBJECTS = imagetoraster-common.$(OBJEXT) \
 
190
        imagetoraster-imagetoraster.$(OBJEXT)
 
191
imagetoraster_OBJECTS = $(am_imagetoraster_OBJECTS)
 
192
imagetoraster_DEPENDENCIES = $(am__DEPENDENCIES_1) libcupsfilters.la
 
193
imagetoraster_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
194
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(imagetoraster_CFLAGS) \
 
195
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
196
am_parallel_OBJECTS = parallel-ieee1284.$(OBJEXT) \
 
197
        parallel-parallel.$(OBJEXT)
 
198
parallel_OBJECTS = $(am_parallel_OBJECTS)
 
199
parallel_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
200
parallel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
201
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(parallel_CFLAGS) \
 
202
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
203
am_pdftoijs_OBJECTS = pdftoijs-pdftoijs.$(OBJEXT)
 
204
pdftoijs_OBJECTS = $(am_pdftoijs_OBJECTS)
 
205
pdftoijs_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
206
        $(am__DEPENDENCIES_1)
 
207
pdftoijs_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
208
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftoijs_CXXFLAGS) \
 
209
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
210
am_pdftoopvp_OBJECTS = pdftoopvp-OPRS.$(OBJEXT) \
 
211
        pdftoopvp-OPVPSplashClip.$(OBJEXT) \
 
212
        pdftoopvp-OPVPSplash.$(OBJEXT) \
 
213
        pdftoopvp-OPVPSplashPath.$(OBJEXT) \
 
214
        pdftoopvp-OPVPSplashState.$(OBJEXT) \
 
215
        pdftoopvp-OPVPSplashXPath.$(OBJEXT) \
 
216
        pdftoopvp-OPVPWrapper.$(OBJEXT) \
 
217
        pdftoopvp-OPVPWrapper_0_2.$(OBJEXT) \
 
218
        pdftoopvp-OPVPOutputDev.$(OBJEXT) \
 
219
        pdftoopvp-pdftoopvp.$(OBJEXT)
 
220
pdftoopvp_OBJECTS = $(am_pdftoopvp_OBJECTS)
 
221
pdftoopvp_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
222
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
223
        $(am__DEPENDENCIES_1)
 
224
pdftoopvp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
225
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftoopvp_CXXFLAGS) \
 
226
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
227
am_pdftopdf_OBJECTS = pdftopdf-parseargs.$(OBJEXT) \
 
228
        pdftopdf-PDFFTrueTypeFont.$(OBJEXT) \
 
229
        pdftopdf-pdftopdf.$(OBJEXT) pdftopdf-P2PCatalog.$(OBJEXT) \
 
230
        pdftopdf-P2PCMap.$(OBJEXT) pdftopdf-P2PDoc.$(OBJEXT) \
 
231
        pdftopdf-P2PFont.$(OBJEXT) pdftopdf-P2PForm.$(OBJEXT) \
 
232
        pdftopdf-P2PGfx.$(OBJEXT) \
 
233
        pdftopdf-P2PCharCodeToUnicode.$(OBJEXT) \
 
234
        pdftopdf-P2PObject.$(OBJEXT) pdftopdf-P2POutput.$(OBJEXT) \
 
235
        pdftopdf-P2POutputStream.$(OBJEXT) pdftopdf-P2PPage.$(OBJEXT) \
 
236
        pdftopdf-P2PPageTree.$(OBJEXT) pdftopdf-P2PPattern.$(OBJEXT) \
 
237
        pdftopdf-P2PResources.$(OBJEXT) pdftopdf-P2PXRef.$(OBJEXT) \
 
238
        pdftopdf-UGooString.$(OBJEXT)
 
239
pdftopdf_OBJECTS = $(am_pdftopdf_OBJECTS)
 
240
pdftopdf_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
241
        $(am__DEPENDENCIES_1)
 
242
pdftopdf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
243
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftopdf_CXXFLAGS) \
 
244
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
245
am_pdftops_OBJECTS = pdftops-common.$(OBJEXT) \
 
246
        pdftops-pdftops.$(OBJEXT)
 
247
pdftops_OBJECTS = $(am_pdftops_OBJECTS)
 
248
pdftops_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
249
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(pdftops_CFLAGS) \
 
250
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
251
am_pdftoraster_OBJECTS = pdftoraster-pdftoraster.$(OBJEXT)
 
252
pdftoraster_OBJECTS = $(am_pdftoraster_OBJECTS)
 
253
pdftoraster_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
254
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
255
        $(am__DEPENDENCIES_1) libcupsfilters.la
 
256
pdftoraster_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
257
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftoraster_CXXFLAGS) \
 
258
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
259
am_rastertoescpx_OBJECTS = rastertoescpx-rastertoescpx.$(OBJEXT)
 
260
rastertoescpx_OBJECTS = $(am_rastertoescpx_OBJECTS)
 
261
rastertoescpx_DEPENDENCIES = $(am__DEPENDENCIES_1) libcupsfilters.la
 
262
rastertoescpx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
263
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rastertoescpx_CFLAGS) \
 
264
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
265
am_rastertopclx_OBJECTS = rastertopclx-pcl-common.$(OBJEXT) \
 
266
        rastertopclx-rastertopclx.$(OBJEXT)
 
267
rastertopclx_OBJECTS = $(am_rastertopclx_OBJECTS)
 
268
rastertopclx_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
269
        $(am__DEPENDENCIES_1) libcupsfilters.la
 
270
rastertopclx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
271
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rastertopclx_CFLAGS) \
 
272
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
273
am_serial_OBJECTS = serial-serial.$(OBJEXT)
 
274
serial_OBJECTS = $(am_serial_OBJECTS)
 
275
serial_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
276
serial_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
277
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(serial_CFLAGS) $(CFLAGS) \
 
278
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
279
am_test1284_OBJECTS = test1284-ieee1284.$(OBJEXT) \
 
280
        test1284-test1284.$(OBJEXT)
 
281
test1284_OBJECTS = $(am_test1284_OBJECTS)
 
282
test1284_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
283
test1284_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
284
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test1284_CFLAGS) \
 
285
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
286
am_test_analyze_OBJECTS = test_analyze.$(OBJEXT)
 
287
test_analyze_OBJECTS = $(am_test_analyze_OBJECTS)
 
288
test_analyze_DEPENDENCIES = libfontembed.la
 
289
am_test_pdf_OBJECTS = test_pdf.$(OBJEXT)
 
290
test_pdf_OBJECTS = $(am_test_pdf_OBJECTS)
 
291
test_pdf_DEPENDENCIES = libfontembed.la
 
292
am_test_pdf1_OBJECTS = test_pdf1-pdfutils.$(OBJEXT) \
 
293
        test_pdf1-test_pdf1.$(OBJEXT)
 
294
test_pdf1_OBJECTS = $(am_test_pdf1_OBJECTS)
 
295
test_pdf1_DEPENDENCIES = libfontembed.la
 
296
test_pdf1_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
297
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_pdf1_CFLAGS) \
 
298
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
299
am_test_pdf2_OBJECTS = test_pdf2-pdfutils.$(OBJEXT) \
 
300
        test_pdf2-test_pdf2.$(OBJEXT)
 
301
test_pdf2_OBJECTS = $(am_test_pdf2_OBJECTS)
 
302
test_pdf2_DEPENDENCIES = libfontembed.la
 
303
test_pdf2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
304
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_pdf2_CFLAGS) \
 
305
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
306
am_test_ps_OBJECTS = test_ps.$(OBJEXT)
 
307
test_ps_OBJECTS = $(am_test_ps_OBJECTS)
 
308
test_ps_DEPENDENCIES = libfontembed.la
 
309
am_testcmyk_OBJECTS = testcmyk.$(OBJEXT) $(am__objects_1)
 
310
testcmyk_OBJECTS = $(am_testcmyk_OBJECTS)
 
311
testcmyk_DEPENDENCIES = libcupsfilters.la
 
312
am_testdither_OBJECTS = testdither.$(OBJEXT) $(am__objects_1)
 
313
testdither_OBJECTS = $(am_testdither_OBJECTS)
 
314
testdither_DEPENDENCIES = libcupsfilters.la
 
315
am_testimage_OBJECTS = testimage-testimage.$(OBJEXT) $(am__objects_1)
 
316
testimage_OBJECTS = $(am_testimage_OBJECTS)
 
317
testimage_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
318
        libcupsfilters.la
 
319
testimage_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
320
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(testimage_CFLAGS) \
 
321
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
322
am_testrgb_OBJECTS = testrgb.$(OBJEXT) $(am__objects_1)
 
323
testrgb_OBJECTS = $(am_testrgb_OBJECTS)
 
324
testrgb_DEPENDENCIES = libcupsfilters.la
 
325
am_texttopdf_OBJECTS = texttopdf-common.$(OBJEXT) \
 
326
        texttopdf-pdfutils.$(OBJEXT) texttopdf-textcommon.$(OBJEXT) \
 
327
        texttopdf-texttopdf.$(OBJEXT)
 
328
texttopdf_OBJECTS = $(am_texttopdf_OBJECTS)
 
329
texttopdf_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
330
        libfontembed.la
 
331
texttopdf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
332
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(texttopdf_CFLAGS) \
 
333
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
334
am_ttfread_OBJECTS = main.$(OBJEXT)
 
335
ttfread_OBJECTS = $(am_ttfread_OBJECTS)
 
336
ttfread_DEPENDENCIES = libfontembed.la
 
337
SCRIPTS = $(pkgfilter_SCRIPTS)
 
338
DEFAULT_INCLUDES = -I.@am__isrc@
 
339
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
340
am__depfiles_maybe = depfiles
 
341
am__mv = mv -f
 
342
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
343
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
344
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
345
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
346
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
347
        $(AM_CFLAGS) $(CFLAGS)
 
348
AM_V_CC = $(am__v_CC_@AM_V@)
 
349
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
350
am__v_CC_0 = @echo "  CC    " $@;
 
351
AM_V_at = $(am__v_at_@AM_V@)
 
352
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
353
am__v_at_0 = @
 
354
CCLD = $(CC)
 
355
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
356
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
357
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
358
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
359
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
360
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
361
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
362
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
363
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
364
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
365
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
366
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
367
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
368
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
369
am__v_CXX_0 = @echo "  CXX   " $@;
 
370
CXXLD = $(CXX)
 
371
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
372
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
373
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
374
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
375
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
376
am__v_CXXLD_0 = @echo "  CXXLD " $@;
 
377
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
378
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
379
am__v_GEN_0 = @echo "  GEN   " $@;
 
380
SOURCES = $(libcupsfilters_la_SOURCES) $(libfontembed_la_SOURCES) \
 
381
        $(libphpcups_la_SOURCES) $(bannertopdf_SOURCES) \
 
382
        $(EXTRA_bannertopdf_SOURCES) $(commandtoescpx_SOURCES) \
 
383
        $(commandtopclx_SOURCES) $(imagetopdf_SOURCES) \
 
384
        $(imagetoraster_SOURCES) $(parallel_SOURCES) \
 
385
        $(pdftoijs_SOURCES) $(pdftoopvp_SOURCES) $(pdftopdf_SOURCES) \
 
386
        $(pdftops_SOURCES) $(EXTRA_pdftops_SOURCES) \
 
387
        $(pdftoraster_SOURCES) $(rastertoescpx_SOURCES) \
 
388
        $(rastertopclx_SOURCES) $(serial_SOURCES) $(test1284_SOURCES) \
 
389
        $(test_analyze_SOURCES) $(test_pdf_SOURCES) \
 
390
        $(test_pdf1_SOURCES) $(test_pdf2_SOURCES) $(test_ps_SOURCES) \
 
391
        $(testcmyk_SOURCES) $(testdither_SOURCES) $(testimage_SOURCES) \
 
392
        $(testrgb_SOURCES) $(texttopdf_SOURCES) $(ttfread_SOURCES)
 
393
DIST_SOURCES = $(libcupsfilters_la_SOURCES) $(libfontembed_la_SOURCES) \
 
394
        $(am__libphpcups_la_SOURCES_DIST) $(bannertopdf_SOURCES) \
 
395
        $(EXTRA_bannertopdf_SOURCES) $(commandtoescpx_SOURCES) \
 
396
        $(commandtopclx_SOURCES) $(imagetopdf_SOURCES) \
 
397
        $(imagetoraster_SOURCES) $(parallel_SOURCES) \
 
398
        $(pdftoijs_SOURCES) $(pdftoopvp_SOURCES) $(pdftopdf_SOURCES) \
 
399
        $(pdftops_SOURCES) $(EXTRA_pdftops_SOURCES) \
 
400
        $(pdftoraster_SOURCES) $(rastertoescpx_SOURCES) \
 
401
        $(rastertopclx_SOURCES) $(serial_SOURCES) $(test1284_SOURCES) \
 
402
        $(test_analyze_SOURCES) $(test_pdf_SOURCES) \
 
403
        $(test_pdf1_SOURCES) $(test_pdf2_SOURCES) $(test_ps_SOURCES) \
 
404
        $(testcmyk_SOURCES) $(testdither_SOURCES) $(testimage_SOURCES) \
 
405
        $(testrgb_SOURCES) $(texttopdf_SOURCES) $(ttfread_SOURCES)
 
406
DATA = $(doc_DATA) $(pkgbanner_DATA) $(pkgcharset_DATA) \
 
407
        $(pkgconf_DATA) $(pkgcupsdata_DATA) $(pkgdriver_DATA) \
 
408
        $(pkgfiltersinclude_DATA) $(pkgfontconfig_DATA) \
 
409
        $(pkgfontembedinclude_DATA) $(pkgmime_DATA) $(ppd_DATA)
 
410
ETAGS = etags
 
411
CTAGS = ctags
 
412
am__tty_colors = \
 
413
red=; grn=; lgn=; blu=; std=
 
414
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
415
distdir = $(PACKAGE)-$(VERSION)
 
416
top_distdir = $(distdir)
 
417
am__remove_distdir = \
 
418
  if test -d "$(distdir)"; then \
 
419
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
420
      && rm -rf "$(distdir)" \
 
421
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
422
  else :; fi
 
423
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz
 
424
GZIP_ENV = --best
 
425
distuninstallcheck_listfiles = find . -type f -print
 
426
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
427
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
428
distcleancheck_listfiles = find . -type f -print
 
429
ACLOCAL = @ACLOCAL@
 
430
AMTAR = @AMTAR@
 
431
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
432
AR = @AR@
 
433
AUTOCONF = @AUTOCONF@
 
434
AUTOHEADER = @AUTOHEADER@
 
435
AUTOMAKE = @AUTOMAKE@
 
436
AWK = @AWK@
 
437
BANNERTOPDF_DATADIR = @BANNERTOPDF_DATADIR@
 
438
CC = @CC@
 
439
CCDEPMODE = @CCDEPMODE@
 
440
CFLAGS = @CFLAGS@
 
441
CPP = @CPP@
 
442
CPPFLAGS = @CPPFLAGS@
 
443
CUPSCONFIG = @CUPSCONFIG@
 
444
CUPS_CFLAGS = @CUPS_CFLAGS@
 
445
CUPS_DATADIR = @CUPS_DATADIR@
 
446
CUPS_FONTPATH = @CUPS_FONTPATH@
 
447
CUPS_GHOSTSCRIPT = @CUPS_GHOSTSCRIPT@
 
448
CUPS_LIBS = @CUPS_LIBS@
 
449
CUPS_PDFTOPS = @CUPS_PDFTOPS@
 
450
CUPS_SERVERBIN = @CUPS_SERVERBIN@
 
451
CXX = @CXX@
 
452
CXXCPP = @CXXCPP@
 
453
CXXDEPMODE = @CXXDEPMODE@
 
454
CXXFLAGS = @CXXFLAGS@
 
455
CYGPATH_W = @CYGPATH_W@
 
456
DEFS = @DEFS@
 
457
DEPDIR = @DEPDIR@
 
458
DLLTOOL = @DLLTOOL@
 
459
DLOPEN_LIBS = @DLOPEN_LIBS@
 
460
DSYMUTIL = @DSYMUTIL@
 
461
DUMPBIN = @DUMPBIN@
 
462
ECHO_C = @ECHO_C@
 
463
ECHO_N = @ECHO_N@
 
464
ECHO_T = @ECHO_T@
 
465
EGREP = @EGREP@
 
466
EXEEXT = @EXEEXT@
 
467
FGREP = @FGREP@
 
468
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
469
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
470
FONTDIR = @FONTDIR@
 
471
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 
472
FREETYPE_LIBS = @FREETYPE_LIBS@
 
473
GETLINE = @GETLINE@
 
474
GREP = @GREP@
 
475
IJS_CFLAGS = @IJS_CFLAGS@
 
476
IJS_LIBS = @IJS_LIBS@
 
477
INSTALL = @INSTALL@
 
478
INSTALL_DATA = @INSTALL_DATA@
 
479
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
480
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
481
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
482
LARGEFILE = @LARGEFILE@
 
483
LCMS_CFLAGS = @LCMS_CFLAGS@
 
484
LCMS_LIBS = @LCMS_LIBS@
 
485
LD = @LD@
 
486
LDFLAGS = @LDFLAGS@
 
487
LIBJPEG_LIBS = @LIBJPEG_LIBS@
 
488
LIBOBJS = @LIBOBJS@
 
489
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 
490
LIBPNG_LIBS = @LIBPNG_LIBS@
 
491
LIBS = @LIBS@
 
492
LIBTIFF_LIBS = @LIBTIFF_LIBS@
 
493
LIBTOOL = @LIBTOOL@
 
494
LIPO = @LIPO@
 
495
LN_S = @LN_S@
 
496
LTLIBOBJS = @LTLIBOBJS@
 
497
MAKEINFO = @MAKEINFO@
 
498
MANIFEST_TOOL = @MANIFEST_TOOL@
 
499
MKDIR_P = @MKDIR_P@
 
500
NM = @NM@
 
501
NMEDIT = @NMEDIT@
 
502
OBJDUMP = @OBJDUMP@
 
503
OBJEXT = @OBJEXT@
 
504
OTOOL = @OTOOL@
 
505
OTOOL64 = @OTOOL64@
 
506
PACKAGE = @PACKAGE@
 
507
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
508
PACKAGE_NAME = @PACKAGE_NAME@
 
509
PACKAGE_STRING = @PACKAGE_STRING@
 
510
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
511
PACKAGE_URL = @PACKAGE_URL@
 
512
PACKAGE_VERSION = @PACKAGE_VERSION@
 
513
PATH_SEPARATOR = @PATH_SEPARATOR@
 
514
PHPCONFIG = @PHPCONFIG@
 
515
PHPDIR = @PHPDIR@
 
516
PKG_CONFIG = @PKG_CONFIG@
 
517
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
518
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
519
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
520
POPPLER_LIBS = @POPPLER_LIBS@
 
521
RANLIB = @RANLIB@
 
522
SED = @SED@
 
523
SET_MAKE = @SET_MAKE@
 
524
SHELL = @SHELL@
 
525
STRCASESTR = @STRCASESTR@
 
526
STRIP = @STRIP@
 
527
VERSION = @VERSION@
 
528
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
529
ZLIB_LIBS = @ZLIB_LIBS@
 
530
abs_builddir = @abs_builddir@
 
531
abs_srcdir = @abs_srcdir@
 
532
abs_top_builddir = @abs_top_builddir@
 
533
abs_top_srcdir = @abs_top_srcdir@
 
534
ac_ct_AR = @ac_ct_AR@
 
535
ac_ct_CC = @ac_ct_CC@
 
536
ac_ct_CXX = @ac_ct_CXX@
 
537
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
538
am__include = @am__include@
 
539
am__leading_dot = @am__leading_dot@
 
540
am__quote = @am__quote@
 
541
am__tar = @am__tar@
 
542
am__untar = @am__untar@
 
543
bindir = @bindir@
 
544
build = @build@
 
545
build_alias = @build_alias@
 
546
build_cpu = @build_cpu@
 
547
build_os = @build_os@
 
548
build_vendor = @build_vendor@
 
549
builddir = @builddir@
 
550
datadir = @datadir@
 
551
datarootdir = @datarootdir@
 
552
docdir = @docdir@
 
553
dvidir = @dvidir@
 
554
exec_prefix = @exec_prefix@
 
555
host = @host@
 
556
host_alias = @host_alias@
 
557
host_cpu = @host_cpu@
 
558
host_os = @host_os@
 
559
host_vendor = @host_vendor@
 
560
htmldir = @htmldir@
 
561
includedir = @includedir@
 
562
infodir = @infodir@
 
563
install_sh = @install_sh@
 
564
libdir = @libdir@
 
565
libexecdir = @libexecdir@
 
566
localedir = @localedir@
 
567
localstatedir = @localstatedir@
 
568
mandir = @mandir@
 
569
mkdir_p = @mkdir_p@
 
570
oldincludedir = @oldincludedir@
 
571
pdfdir = @pdfdir@
 
572
prefix = @prefix@
 
573
program_transform_name = @program_transform_name@
 
574
psdir = @psdir@
 
575
sbindir = @sbindir@
 
576
sharedstatedir = @sharedstatedir@
 
577
srcdir = @srcdir@
 
578
sysconfdir = @sysconfdir@
 
579
target_alias = @target_alias@
 
580
top_build_prefix = @top_build_prefix@
 
581
top_builddir = @top_builddir@
 
582
top_srcdir = @top_srcdir@
 
583
ACLOCAL_AMFLAGS = -I m4
 
584
pkgconfdir = $(libdir)/pkgconfig
 
585
pkgconf_DATA = \
 
586
        libcupsfilters.pc \
 
587
        libfontembed.pc
 
588
 
 
589
doc_DATA = \
 
590
        AUTHORS \
 
591
        COPYING \
 
592
        NEWS \
 
593
        INSTALL \
 
594
        README
 
595
 
 
596
 
 
597
# Not reliable bash script
 
598
#TESTS += filter/test.sh
 
599
EXTRA_DIST = $(doc_DATA) autogen.sh libcupsfilters.pc.in \
 
600
        libfontembed.pc.in $(pkgbanner_DATA) $(pkgcharset_DATA) \
 
601
        $(pkgfiltersinclude_DATA) cupsfilters/image.pgm \
 
602
        cupsfilters/image.ppm $(pkgcupsdata_DATA) $(pkgdriver_DATA) \
 
603
        $(pkgmime_DATA) $(pkgfontembedinclude_DATA) fontembed/README \
 
604
        $(pkgfontconfig_DATA) $(pkgfilter_SCRIPTS) filter/test.sh \
 
605
        $(ppd_DATA) scripting/perl scripting/php/README \
 
606
        scripting/php/phpcups.php
 
607
 
 
608
# ========
 
609
# Backends
 
610
# ========
 
611
pkgbackenddir = $(CUPS_SERVERBIN)/backend
 
612
# We need ieee1284 up and running.
 
613
# Leave it to the user to run if they have the bus.
 
614
#TESTS = test1284
 
615
parallel_SOURCES = \
 
616
        backend/backend-private.h \
 
617
        backend/ieee1284.c \
 
618
        backend/parallel.c
 
619
 
 
620
parallel_LDADD = $(CUPS_LIBS)
 
621
parallel_CFLAGS = $(CUPS_CFLAGS)
 
622
serial_SOURCES = \
 
623
        backend/backend-private.h \
 
624
        backend/serial.c
 
625
 
 
626
serial_LDADD = $(CUPS_LIBS)
 
627
serial_CFLAGS = $(CUPS_CFLAGS)
 
628
test1284_SOURCES = \
 
629
        backend/backend-private.h \
 
630
        backend/ieee1284.c \
 
631
        backend/test1284.c
 
632
 
 
633
test1284_LDADD = $(CUPS_LIBS)
 
634
test1284_CFLAGS = $(CUPS_CFLAGS)
 
635
 
 
636
# =======
 
637
# Banners
 
638
# =======
 
639
pkgbannerdir = $(CUPS_DATADIR)/banners
 
640
pkgbanner_DATA = \
 
641
        banners/classified \
 
642
        banners/confidential \
 
643
        banners/secret \
 
644
        banners/standard \
 
645
        banners/topsecret \
 
646
        banners/unclassified
 
647
 
 
648
 
 
649
# ========
 
650
# Charsets
 
651
# ========
 
652
pkgcharsetdir = $(CUPS_DATADIR)/charsets
 
653
pkgcharset_DATA = \
 
654
        charset/pdf.utf-8.heavy \
 
655
        charset/pdf.utf-8.simple
 
656
 
 
657
 
 
658
# ====================
 
659
# CUPS Filters library
 
660
# ====================
 
661
pkgfiltersincludedir = $(includedir)/cupsfilters
 
662
pkgfiltersinclude_DATA = \
 
663
        cupsfilters/driver.h \
 
664
        cupsfilters/image.h
 
665
 
 
666
lib_LTLIBRARIES = libcupsfilters.la libfontembed.la
 
667
#       testcmyk # fails as it opens some image.ppm which is nowerhe to be found.
 
668
#       testimage # requires also some ppm file as argument
 
669
#       testrgb # same error
 
670
# FIXME: run old testdither
 
671
#       ./testdither > test/0-255.pgm 2>test/0-255.log
 
672
#       ./testdither 0 127 255 > test/0-127-255.pgm 2>test/0-127-255.log
 
673
#       ./testdither 0 85 170 255 > test/0-85-170-255.pgm 2>test/0-85-170-255.log
 
674
#       ./testdither 0 63 127 170 198 227 255 > test/0-63-127-170-198-227-255.pgm 2>test/0-63-127-170-198-227-255.log
 
675
#       ./testdither 0 210 383 > test/0-210-383.pgm 2>test/0-210-383.log
 
676
#       ./testdither 0 82 255 > test/0-82-255.pgm 2>test/0-82-255.log
 
677
#       ./testdither 0 510 > test/0-510.pgm 2>test/0-510.log
 
678
#       ./testdither 0 1020 > test/0-1020.pgm 2>test/0-1020.log
 
679
libcupsfilters_la_SOURCES = \
 
680
        cupsfilters/attr.c \
 
681
        cupsfilters/check.c \
 
682
        cupsfilters/cmyk.c \
 
683
        cupsfilters/dither.c \
 
684
        cupsfilters/image.c \
 
685
        cupsfilters/image-bmp.c \
 
686
        cupsfilters/image-colorspace.c \
 
687
        cupsfilters/image-gif.c \
 
688
        cupsfilters/image-jpeg.c \
 
689
        cupsfilters/image-photocd.c \
 
690
        cupsfilters/image-pix.c \
 
691
        cupsfilters/image-png.c \
 
692
        cupsfilters/image-pnm.c \
 
693
        cupsfilters/image-private.h \
 
694
        cupsfilters/image-sgi.c \
 
695
        cupsfilters/image-sgi.h \
 
696
        cupsfilters/image-sgilib.c \
 
697
        cupsfilters/image-sun.c \
 
698
        cupsfilters/image-tiff.c \
 
699
        cupsfilters/image-zoom.c \
 
700
        cupsfilters/lut.c \
 
701
        cupsfilters/pack.c \
 
702
        cupsfilters/rgb.c \
 
703
        cupsfilters/srgb.c \
 
704
        $(pkgfiltersinclude_DATA)
 
705
 
 
706
libcupsfilters_la_LIBADD = \
 
707
        $(CUPS_LIBS) \
 
708
        $(LIBJPEG_LIBS) \
 
709
        $(LIBPNG_LIBS) \
 
710
        $(TIFF_LIBS) \
 
711
        -lm
 
712
 
 
713
libcupsfilters_la_CFLAGS = \
 
714
        $(CUPS_CFLAGS) \
 
715
        $(LIBJPEG_CFLAGS) \
 
716
        $(LIBPNG_CFLAGS) \
 
717
        $(TIFF_CFLAGS)
 
718
 
 
719
libcupsfilters_la_LDFLAGS = \
 
720
        -no-undefined \
 
721
        -version-info 1
 
722
 
 
723
testcmyk_SOURCES = \
 
724
        cupsfilters/testcmyk.c \
 
725
        $(pkgfiltersinclude_DATA)
 
726
 
 
727
testcmyk_LDADD = \
 
728
        libcupsfilters.la \
 
729
        -lm
 
730
 
 
731
testdither_SOURCES = \
 
732
        cupsfilters/testdither.c \
 
733
        $(pkgfiltersinclude_DATA)
 
734
 
 
735
testdither_LDADD = \
 
736
        libcupsfilters.la \
 
737
        -lm
 
738
 
 
739
testimage_SOURCES = \
 
740
        cupsfilters/testimage.c \
 
741
        $(pkgfiltersinclude_DATA)
 
742
 
 
743
testimage_LDADD = \
 
744
        $(LIBJPEG_LIBS) \
 
745
        $(LIBPNG_LIBS) \
 
746
        $(TIFF_LIBS) \
 
747
        libcupsfilters.la \
 
748
        -lm
 
749
 
 
750
testimage_CFLAGS = \
 
751
        $(LIBJPEG_CFLAGS) \
 
752
        $(LIBPNG_CFLAGS) \
 
753
        $(TIFF_CFLAGS)
 
754
 
 
755
testrgb_SOURCES = \
 
756
        cupsfilters/testrgb.c \
 
757
        $(pkgfiltersinclude_DATA)
 
758
 
 
759
testrgb_LDADD = \
 
760
        libcupsfilters.la \
 
761
        -lm
 
762
 
 
763
 
 
764
# =========
 
765
# CUPS Data
 
766
# =========
 
767
pkgcupsdatadir = $(CUPS_DATADIR)/data
 
768
pkgcupsdata_DATA = \
 
769
        data/default.pdf \
 
770
        data/default-testpage.pdf \
 
771
        data/testprint
 
772
 
 
773
 
 
774
# =======
 
775
# Drivers
 
776
# =======
 
777
pkgdriverdir = $(CUPS_DATADIR)/drv
 
778
pkgdriver_DATA = \
 
779
        drv/cupsfilters.drv
 
780
 
 
781
 
 
782
# =====
 
783
# MIMEs
 
784
# =====
 
785
pkgmimedir = $(CUPS_DATADIR)/mime
 
786
pkgmime_DATA = \
 
787
        mime/cupsfilters.convs \
 
788
        mime/cupsfilters.types
 
789
 
 
790
 
 
791
# =================
 
792
# Fontembed library
 
793
# =================
 
794
pkgfontembedincludedir = $(includedir)/fontembed
 
795
pkgfontembedinclude_DATA = \
 
796
        fontembed/bitset.h \
 
797
        fontembed/embed.h \
 
798
        fontembed/fontfile.h \
 
799
        fontembed/iofn.h \
 
800
        fontembed/sfnt.h
 
801
 
 
802
libfontembed_la_SOURCES = \
 
803
        fontembed/aglfn13.c \
 
804
        fontembed/bitset.h \
 
805
        fontembed/dynstring.c \
 
806
        fontembed/dynstring.h \
 
807
        fontembed/embed.c \
 
808
        fontembed/embed.h \
 
809
        fontembed/embed_sfnt.c \
 
810
        fontembed/embed_sfnt_int.h \
 
811
        fontembed/embed_pdf.c \
 
812
        fontembed/embed_pdf.h \
 
813
        fontembed/embed_pdf_int.h \
 
814
        fontembed/fontfile.c \
 
815
        fontembed/fontfile.h \
 
816
        fontembed/frequent.c \
 
817
        fontembed/frequent.h \
 
818
        fontembed/iofn.h \
 
819
        fontembed/macroman.h \
 
820
        fontembed/sfnt.c \
 
821
        fontembed/sfnt.h \
 
822
        fontembed/sfnt_int.h \
 
823
        fontembed/sfnt_subset.c
 
824
 
 
825
libfontembed_la_LDFLAGS = \
 
826
        -no-undefined \
 
827
        -version-info 1
 
828
 
 
829
ttfread_SOURCES = fontembed/main.c
 
830
ttfread_LDADD = libfontembed.la
 
831
test_analyze_SOURCES = fontembed/test_analyze.c
 
832
test_analyze_LDADD = libfontembed.la
 
833
test_pdf_SOURCES = fontembed/test_pdf.c
 
834
test_pdf_LDADD = libfontembed.la
 
835
test_ps_SOURCES = fontembed/test_ps.c
 
836
test_ps_LDADD = libfontembed.la
 
837
 
 
838
# ===========
 
839
# PDF to OPVP
 
840
# ===========
 
841
pkgfilterdir = $(CUPS_SERVERBIN)/filter
 
842
pkgfontconfigdir = $(sysconfdir)/$(FONTDIR)
 
843
pkgfontconfig_DATA = filter/pdftoopvp/99pdftoopvp.conf
 
844
pdftoopvp_SOURCES = \
 
845
        filter/pdftoopvp/oprs/OPRS.cxx \
 
846
        filter/pdftoopvp/oprs/OPRS.h \
 
847
        filter/pdftoopvp/oprs/OPVPSplashClip.cxx \
 
848
        filter/pdftoopvp/oprs/OPVPSplashClip.h \
 
849
        filter/pdftoopvp/oprs/OPVPSplash.cxx \
 
850
        filter/pdftoopvp/oprs/OPVPSplash.h \
 
851
        filter/pdftoopvp/oprs/OPVPSplashPath.cxx \
 
852
        filter/pdftoopvp/oprs/OPVPSplashPath.h \
 
853
        filter/pdftoopvp/oprs/OPVPSplashState.cxx \
 
854
        filter/pdftoopvp/oprs/OPVPSplashState.h \
 
855
        filter/pdftoopvp/oprs/OPVPSplashXPath.cxx \
 
856
        filter/pdftoopvp/oprs/OPVPSplashXPath.h \
 
857
        filter/pdftoopvp/oprs/OPVPWrapper.cxx \
 
858
        filter/pdftoopvp/oprs/OPVPWrapper.h \
 
859
        filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx \
 
860
        filter/pdftoopvp/oprs/OPVPWrapper_0_2.h \
 
861
        filter/pdftoopvp/OPVPError.h \
 
862
        filter/pdftoopvp/opvp/opvp_common.h \
 
863
        filter/pdftoopvp/opvp/opvp.h \
 
864
        filter/pdftoopvp/opvp/opvp_0_2_0.h \
 
865
        filter/pdftoopvp/OPVPOutputDev.cxx \
 
866
        filter/pdftoopvp/OPVPOutputDev.h \
 
867
        filter/pdftoopvp/pdftoopvp.cxx
 
868
 
 
869
pdftoopvp_CFLAGS = \
 
870
        $(CUPS_CFLAGS) \
 
871
        $(FREETYPE_CFLAGS) \
 
872
        $(FONTCONFIG_CFLAGS) \
 
873
        $(LIBPNG_CFLAGS) \
 
874
        $(POPPLER_CFLAGS) \
 
875
        -I$(srcdir)/filter/pdftoopvp/oprs \
 
876
        -I$(srcdir)/filter/pdftoopvp/opvp
 
877
 
 
878
pdftoopvp_CXXFLAGS = $(pdftoopvp_CFLAGS)
 
879
pdftoopvp_LDADD = \
 
880
        $(CUPS_LIBS) \
 
881
        $(FREETYPE_LIBS) \
 
882
        $(FONTCONFIG_LIBS) \
 
883
        $(LIBPNG_LIBS) \
 
884
        $(POPPLER_LIBS)
 
885
 
 
886
pdftopdf_SOURCES = \
 
887
        filter/pdftopdf/parseargs.cxx \
 
888
        filter/pdftopdf/parseargs.h \
 
889
        filter/pdftopdf/PDFFTrueTypeFont.cxx \
 
890
        filter/pdftopdf/PDFFTrueTypeFont.h \
 
891
        filter/pdftopdf/pdftopdf.cxx \
 
892
        filter/pdftopdf/P2PCatalog.cxx \
 
893
        filter/pdftopdf/P2PCatalog.h \
 
894
        filter/pdftopdf/P2PCMap.cxx \
 
895
        filter/pdftopdf/P2PCMap.h \
 
896
        filter/pdftopdf/P2PDoc.cxx \
 
897
        filter/pdftopdf/P2PDoc.h \
 
898
        filter/pdftopdf/P2PError.h \
 
899
        filter/pdftopdf/P2PFont.cxx \
 
900
        filter/pdftopdf/P2PFont.h \
 
901
        filter/pdftopdf/P2PForm.cxx \
 
902
        filter/pdftopdf/P2PForm.h \
 
903
        filter/pdftopdf/P2PGfx.cxx \
 
904
        filter/pdftopdf/P2PGfx.h \
 
905
        filter/pdftopdf/P2PCharCodeToUnicode.cxx \
 
906
        filter/pdftopdf/P2PCharCodeToUnicode.h \
 
907
        filter/pdftopdf/P2PMatrix.h \
 
908
        filter/pdftopdf/P2PObject.cxx \
 
909
        filter/pdftopdf/P2PObject.h \
 
910
        filter/pdftopdf/P2POutput.cxx \
 
911
        filter/pdftopdf/P2POutput.h \
 
912
        filter/pdftopdf/P2POutputStream.cxx \
 
913
        filter/pdftopdf/P2POutputStream.h \
 
914
        filter/pdftopdf/P2PPage.cxx \
 
915
        filter/pdftopdf/P2PPage.h \
 
916
        filter/pdftopdf/P2PPageTree.cxx \
 
917
        filter/pdftopdf/P2PPageTree.h \
 
918
        filter/pdftopdf/P2PPattern.cxx \
 
919
        filter/pdftopdf/P2PPattern.h \
 
920
        filter/pdftopdf/P2PResources.cxx \
 
921
        filter/pdftopdf/P2PResources.h \
 
922
        filter/pdftopdf/P2PXRef.cxx \
 
923
        filter/pdftopdf/P2PXRef.h \
 
924
        filter/pdftopdf/UGooString.cxx \
 
925
        filter/pdftopdf/UGooString.h
 
926
 
 
927
pdftopdf_CFLAGS = \
 
928
        $(CUPS_CFLAGS) \
 
929
        $(POPPLER_CFLAGS) \
 
930
        $(ZLIB_CFLAGS)
 
931
 
 
932
pdftopdf_CXXFLAGS = $(pdftopdf_CFLAGS)
 
933
pdftopdf_LDADD = \
 
934
        $(CUPS_LIBS) \
 
935
        $(POPPLER_LIBS) \
 
936
        $(ZLIB_LIBS)
 
937
 
 
938
 
 
939
# ======================
 
940
# Simple filter binaries
 
941
# ======================
 
942
pkgfilter_SCRIPTS = \
 
943
        filter/imagetops \
 
944
        filter/pstopdf \
 
945
        filter/textonly \
 
946
        filter/texttops
 
947
 
 
948
bannertopdf_SOURCES = \
 
949
        filter/banner.c \
 
950
        filter/banner.h \
 
951
        filter/bannertopdf.c \
 
952
        filter/pdf.cxx \
 
953
        filter/pdf.h
 
954
 
 
955
EXTRA_bannertopdf_SOURCES = filter/getline.c
 
956
bannertopdf_CFLAGS = \
 
957
        $(CUPS_CFLAGS) \
 
958
        $(LIBJPEG_CFLAGS) \
 
959
        $(LIBPNG_CFLAGS) \
 
960
        $(POPPLER_CFLAGS) \
 
961
        $(TIFF_CFLAGS)
 
962
 
 
963
bannertopdf_CXXFLAGS = $(bannertopdf_CFLAGS)
 
964
bannertopdf_LDADD = \
 
965
        $(GETLINE) \
 
966
        $(CUPS_LIBS) \
 
967
        $(LIBJPEG_LIBS) \
 
968
        $(LIBPNG_LIBS) \
 
969
        $(POPPLER_LIBS) \
 
970
        $(TIFF_LIBS)
 
971
 
 
972
bannertopdf_DEPENDENCIES = $(GETLINE)
 
973
commandtoescpx_SOURCES = \
 
974
        cupsfilters/driver.h \
 
975
        filter/commandtoescpx.c \
 
976
        filter/pcl.h
 
977
 
 
978
commandtoescpx_CFLAGS = \
 
979
        $(CUPS_CFLAGS) \
 
980
        -I$(srcdir)/cupsfilters/
 
981
 
 
982
commandtoescpx_LDADD = $(CUPS_LIBS)
 
983
commandtopclx_SOURCES = \
 
984
        cupsfilters/driver.h \
 
985
        filter/commandtopclx.c \
 
986
        filter/pcl.h
 
987
 
 
988
commandtopclx_CFLAGS = \
 
989
        $(CUPS_CFLAGS) \
 
990
        -I$(srcdir)/cupsfilters/
 
991
 
 
992
commandtopclx_LDADD = $(CUPS_LIBS)
 
993
imagetopdf_SOURCES = \
 
994
        cupsfilters/image.h \
 
995
        filter/common.c \
 
996
        filter/common.h \
 
997
        filter/imagetopdf.c
 
998
 
 
999
imagetopdf_CFLAGS = \
 
1000
        $(CUPS_CFLAGS) \
 
1001
        $(LIBJPEG_CFLAGS) \
 
1002
        $(LIBPNG_CFLAGS) \
 
1003
        $(TIFF_CFLAGS) \
 
1004
        -I$(srcdir)/cupsfilters/
 
1005
 
 
1006
imagetopdf_LDADD = \
 
1007
        $(CUPS_LIBS) \
 
1008
        $(LIBJPEG_LIBS) \
 
1009
        $(LIBPNG_LIBS) \
 
1010
        $(TIFF_LIBS) \
 
1011
        libcupsfilters.la
 
1012
 
 
1013
imagetoraster_SOURCES = \
 
1014
        cupsfilters/image.h \
 
1015
        cupsfilters/image-private.h \
 
1016
        filter/common.c \
 
1017
        filter/common.h \
 
1018
        filter/imagetoraster.c
 
1019
 
 
1020
imagetoraster_CFLAGS = \
 
1021
        $(CUPS_CFLAGS) \
 
1022
        -I$(srcdir)/cupsfilters/
 
1023
 
 
1024
imagetoraster_LDADD = \
 
1025
        $(CUPS_LIBS) \
 
1026
        libcupsfilters.la
 
1027
 
 
1028
pdftoijs_SOURCES = \
 
1029
        filter/pdftoijs.cxx \
 
1030
        filter/PDFError.h
 
1031
 
 
1032
pdftoijs_CFLAGS = \
 
1033
        $(CUPS_CFLAGS) \
 
1034
        $(IJS_CFLAGS) \
 
1035
        $(POPPLER_CFLAGS)
 
1036
 
 
1037
pdftoijs_CXXFLAGS = $(pdftoijs_CFLAGS)
 
1038
pdftoijs_LDADD = \
 
1039
        $(CUPS_LIBS) \
 
1040
        $(IJS_LIBS) \
 
1041
        $(POPPLER_LIBS)
 
1042
 
 
1043
pdftops_SOURCES = \
 
1044
        filter/common.c \
 
1045
        filter/common.h \
 
1046
        filter/pdftops.c
 
1047
 
 
1048
EXTRA_pdftops_SOURCES = filter/strcasestr.c
 
1049
pdftops_CFLAGS = $(CUPS_CFLAGS)
 
1050
pdftops_LDADD = $(STRCASESTR) $(CUPS_LIBS)
 
1051
pdftops_DEPENDENCIES = $(STRCASESTR)
 
1052
pdftoraster_SOURCES = \
 
1053
        filter/pdftoraster.cxx \
 
1054
        filter/PDFError.h
 
1055
 
 
1056
pdftoraster_CFLAGS = \
 
1057
        $(CUPS_CFLAGS) \
 
1058
        $(LCMS_CFLAGS) \
 
1059
        $(LIBJPEG_CFLAGS) \
 
1060
        $(LIBPNG_CFLAGS) \
 
1061
        $(POPPLER_CFLAGS) \
 
1062
        $(TIFF_CFLAGS) \
 
1063
        -I$(srcdir)/cupsfilters/
 
1064
 
 
1065
pdftoraster_CXXFLAGS = $(pdftoraster_CFLAGS)
 
1066
pdftoraster_LDADD = \
 
1067
        $(CUPS_LIBS) \
 
1068
        $(LCMS_LIBS) \
 
1069
        $(LIBJPEG_LIBS) \
 
1070
        $(LIBPNG_LIBS) \
 
1071
        $(POPPLER_LIBS) \
 
1072
        $(TIFF_LIBS) \
 
1073
        libcupsfilters.la
 
1074
 
 
1075
rastertoescpx_SOURCES = \
 
1076
        cupsfilters/driver.h \
 
1077
        filter/escp.h \
 
1078
        filter/rastertoescpx.c
 
1079
 
 
1080
rastertoescpx_CFLAGS = \
 
1081
        $(CUPS_CFLAGS) \
 
1082
        -I$(srcdir)/cupsfilters/
 
1083
 
 
1084
rastertoescpx_LDADD = \
 
1085
        $(CUPS_LIBS) \
 
1086
        libcupsfilters.la
 
1087
 
 
1088
rastertopclx_SOURCES = \
 
1089
        cupsfilters/driver.h \
 
1090
        filter/pcl.h \
 
1091
        filter/pcl-common.c \
 
1092
        filter/pcl-common.h \
 
1093
        filter/rastertopclx.c
 
1094
 
 
1095
rastertopclx_CFLAGS = \
 
1096
        $(CUPS_CFLAGS) \
 
1097
        $(LIBPNG_CFLAGS) \
 
1098
        -I$(srcdir)/cupsfilters/
 
1099
 
 
1100
rastertopclx_LDADD = \
 
1101
        $(CUPS_LIBS) \
 
1102
        $(LIBPNG_LIBS) \
 
1103
        libcupsfilters.la
 
1104
 
 
1105
test_pdf1_SOURCES = \
 
1106
        filter/pdfutils.c \
 
1107
        filter/pdfutils.h \
 
1108
        filter/test_pdf1.c \
 
1109
        fontembed/embed.h \
 
1110
        fontembed/sfnt.h
 
1111
 
 
1112
test_pdf1_CFLAGS = -I$(srcdir)/fontembed/
 
1113
test_pdf1_LDADD = libfontembed.la
 
1114
test_pdf2_SOURCES = \
 
1115
        filter/pdfutils.c \
 
1116
        filter/pdfutils.h \
 
1117
        filter/test_pdf2.c \
 
1118
        fontembed/embed.h \
 
1119
        fontembed/sfnt.h
 
1120
 
 
1121
test_pdf2_CFLAGS = -I$(srcdir)/fontembed/
 
1122
test_pdf2_LDADD = libfontembed.la
 
1123
texttopdf_SOURCES = \
 
1124
        filter/common.c \
 
1125
        filter/common.h \
 
1126
        filter/pdfutils.c \
 
1127
        filter/pdfutils.h \
 
1128
        filter/textcommon.c \
 
1129
        filter/textcommon.h \
 
1130
        filter/texttopdf.c \
 
1131
        fontembed/bitset.h \
 
1132
        fontembed/embed.h \
 
1133
        fontembed/fontfile.h \
 
1134
        fontembed/iofn.h \
 
1135
        fontembed/sfnt.h
 
1136
 
 
1137
texttopdf_CFLAGS = \
 
1138
        $(CUPS_CFLAGS) \
 
1139
        $(FONTCONFIG_CFLAGS) \
 
1140
        -I$(srcdir)/fontembed/
 
1141
 
 
1142
texttopdf_LDADD = \
 
1143
        $(CUPS_LIBS) \
 
1144
        $(FONTCONFIG_LIBS) \
 
1145
        libfontembed.la
 
1146
 
 
1147
 
 
1148
# ===
 
1149
# PPD
 
1150
# ===
 
1151
ppddir = $(datadir)/ppd/cupsfilters
 
1152
ppd_DATA = \
 
1153
        ppd/Generic-PDF_Printer-PDF.ppd \
 
1154
        ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd \
 
1155
        ppd/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd \
 
1156
        ppd/textonly.ppd
 
1157
 
 
1158
 
 
1159
# =========
 
1160
# Scripting
 
1161
# =========
 
1162
@WITH_PHP_TRUE@phpextensiondir = $(PHPDIR)
 
1163
@WITH_PHP_TRUE@phpextension_LTLIBRARIES = libphpcups.la
 
1164
@WITH_PHP_TRUE@libphpcups_la_SOURCES = \
 
1165
@WITH_PHP_TRUE@ scripting/php/phpcups.c \
 
1166
@WITH_PHP_TRUE@ scripting/php/phpcups.h
 
1167
 
 
1168
@WITH_PHP_TRUE@libphpcups_la_LIBADD = $(CUPS_LIBS)
 
1169
@WITH_PHP_TRUE@libphpcups_la_CFLAGS = $(CUPS_CFLAGS)
 
1170
@WITH_PHP_TRUE@libphpcups_la_LDFLAGS = -no-undefined
 
1171
all: config.h
 
1172
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
1173
 
 
1174
.SUFFIXES:
 
1175
.SUFFIXES: .c .cxx .lo .o .obj
 
1176
am--refresh: Makefile
 
1177
        @:
 
1178
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
1179
        @for dep in $?; do \
 
1180
          case '$(am__configure_deps)' in \
 
1181
            *$$dep*) \
 
1182
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
1183
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
1184
                && exit 0; \
 
1185
              exit 1;; \
 
1186
          esac; \
 
1187
        done; \
 
1188
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
1189
        $(am__cd) $(top_srcdir) && \
 
1190
          $(AUTOMAKE) --gnu Makefile
 
1191
.PRECIOUS: Makefile
 
1192
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
1193
        @case '$?' in \
 
1194
          *config.status*) \
 
1195
            echo ' $(SHELL) ./config.status'; \
 
1196
            $(SHELL) ./config.status;; \
 
1197
          *) \
 
1198
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
1199
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
1200
        esac;
 
1201
 
 
1202
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
1203
        $(SHELL) ./config.status --recheck
 
1204
 
 
1205
$(top_srcdir)/configure:  $(am__configure_deps)
 
1206
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
1207
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
1208
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
1209
$(am__aclocal_m4_deps):
 
1210
 
 
1211
config.h: stamp-h1
 
1212
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
1213
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
1214
 
 
1215
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
1216
        @rm -f stamp-h1
 
1217
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
1218
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
1219
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
1220
        rm -f stamp-h1
 
1221
        touch $@
 
1222
 
 
1223
distclean-hdr:
 
1224
        -rm -f config.h stamp-h1
 
1225
libcupsfilters.pc: $(top_builddir)/config.status $(srcdir)/libcupsfilters.pc.in
 
1226
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
1227
libfontembed.pc: $(top_builddir)/config.status $(srcdir)/libfontembed.pc.in
 
1228
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
1229
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
1230
        @$(NORMAL_INSTALL)
 
1231
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
1232
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
1233
        list2=; for p in $$list; do \
 
1234
          if test -f $$p; then \
 
1235
            list2="$$list2 $$p"; \
 
1236
          else :; fi; \
 
1237
        done; \
 
1238
        test -z "$$list2" || { \
 
1239
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
1240
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
1241
        }
 
1242
 
 
1243
uninstall-libLTLIBRARIES:
 
1244
        @$(NORMAL_UNINSTALL)
 
1245
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
1246
        for p in $$list; do \
 
1247
          $(am__strip_dir) \
 
1248
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
1249
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
1250
        done
 
1251
 
 
1252
clean-libLTLIBRARIES:
 
1253
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
1254
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
1255
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
1256
          test "$$dir" != "$$p" || dir=.; \
 
1257
          echo "rm -f \"$${dir}/so_locations\""; \
 
1258
          rm -f "$${dir}/so_locations"; \
 
1259
        done
 
1260
install-phpextensionLTLIBRARIES: $(phpextension_LTLIBRARIES)
 
1261
        @$(NORMAL_INSTALL)
 
1262
        test -z "$(phpextensiondir)" || $(MKDIR_P) "$(DESTDIR)$(phpextensiondir)"
 
1263
        @list='$(phpextension_LTLIBRARIES)'; test -n "$(phpextensiondir)" || list=; \
 
1264
        list2=; for p in $$list; do \
 
1265
          if test -f $$p; then \
 
1266
            list2="$$list2 $$p"; \
 
1267
          else :; fi; \
 
1268
        done; \
 
1269
        test -z "$$list2" || { \
 
1270
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(phpextensiondir)'"; \
 
1271
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(phpextensiondir)"; \
 
1272
        }
 
1273
 
 
1274
uninstall-phpextensionLTLIBRARIES:
 
1275
        @$(NORMAL_UNINSTALL)
 
1276
        @list='$(phpextension_LTLIBRARIES)'; test -n "$(phpextensiondir)" || list=; \
 
1277
        for p in $$list; do \
 
1278
          $(am__strip_dir) \
 
1279
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(phpextensiondir)/$$f'"; \
 
1280
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(phpextensiondir)/$$f"; \
 
1281
        done
 
1282
 
 
1283
clean-phpextensionLTLIBRARIES:
 
1284
        -test -z "$(phpextension_LTLIBRARIES)" || rm -f $(phpextension_LTLIBRARIES)
 
1285
        @list='$(phpextension_LTLIBRARIES)'; for p in $$list; do \
 
1286
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
1287
          test "$$dir" != "$$p" || dir=.; \
 
1288
          echo "rm -f \"$${dir}/so_locations\""; \
 
1289
          rm -f "$${dir}/so_locations"; \
 
1290
        done
 
1291
libcupsfilters.la: $(libcupsfilters_la_OBJECTS) $(libcupsfilters_la_DEPENDENCIES) $(EXTRA_libcupsfilters_la_DEPENDENCIES) 
 
1292
        $(AM_V_CCLD)$(libcupsfilters_la_LINK) -rpath $(libdir) $(libcupsfilters_la_OBJECTS) $(libcupsfilters_la_LIBADD) $(LIBS)
 
1293
libfontembed.la: $(libfontembed_la_OBJECTS) $(libfontembed_la_DEPENDENCIES) $(EXTRA_libfontembed_la_DEPENDENCIES) 
 
1294
        $(AM_V_CCLD)$(libfontembed_la_LINK) -rpath $(libdir) $(libfontembed_la_OBJECTS) $(libfontembed_la_LIBADD) $(LIBS)
 
1295
libphpcups.la: $(libphpcups_la_OBJECTS) $(libphpcups_la_DEPENDENCIES) $(EXTRA_libphpcups_la_DEPENDENCIES) 
 
1296
        $(AM_V_CCLD)$(libphpcups_la_LINK) $(am_libphpcups_la_rpath) $(libphpcups_la_OBJECTS) $(libphpcups_la_LIBADD) $(LIBS)
 
1297
install-binPROGRAMS: $(bin_PROGRAMS)
 
1298
        @$(NORMAL_INSTALL)
 
1299
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
1300
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
1301
        for p in $$list; do echo "$$p $$p"; done | \
 
1302
        sed 's/$(EXEEXT)$$//' | \
 
1303
        while read p p1; do if test -f $$p || test -f $$p1; \
 
1304
          then echo "$$p"; echo "$$p"; else :; fi; \
 
1305
        done | \
 
1306
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
1307
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
1308
        sed 'N;N;N;s,\n, ,g' | \
 
1309
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
1310
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
1311
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
1312
            else { print "f", $$3 "/" $$4, $$1; } } \
 
1313
          END { for (d in files) print "f", d, files[d] }' | \
 
1314
        while read type dir files; do \
 
1315
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
1316
            test -z "$$files" || { \
 
1317
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
1318
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
1319
            } \
 
1320
        ; done
 
1321
 
 
1322
uninstall-binPROGRAMS:
 
1323
        @$(NORMAL_UNINSTALL)
 
1324
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
1325
        files=`for p in $$list; do echo "$$p"; done | \
 
1326
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
1327
              -e 's/$$/$(EXEEXT)/' `; \
 
1328
        test -n "$$list" || exit 0; \
 
1329
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
1330
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
1331
 
 
1332
clean-binPROGRAMS:
 
1333
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
1334
        echo " rm -f" $$list; \
 
1335
        rm -f $$list || exit $$?; \
 
1336
        test -n "$(EXEEXT)" || exit 0; \
 
1337
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
1338
        echo " rm -f" $$list; \
 
1339
        rm -f $$list
 
1340
 
 
1341
clean-checkPROGRAMS:
 
1342
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
1343
        echo " rm -f" $$list; \
 
1344
        rm -f $$list || exit $$?; \
 
1345
        test -n "$(EXEEXT)" || exit 0; \
 
1346
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
1347
        echo " rm -f" $$list; \
 
1348
        rm -f $$list
 
1349
install-pkgbackendPROGRAMS: $(pkgbackend_PROGRAMS)
 
1350
        @$(NORMAL_INSTALL)
 
1351
        test -z "$(pkgbackenddir)" || $(MKDIR_P) "$(DESTDIR)$(pkgbackenddir)"
 
1352
        @list='$(pkgbackend_PROGRAMS)'; test -n "$(pkgbackenddir)" || list=; \
 
1353
        for p in $$list; do echo "$$p $$p"; done | \
 
1354
        sed 's/$(EXEEXT)$$//' | \
 
1355
        while read p p1; do if test -f $$p || test -f $$p1; \
 
1356
          then echo "$$p"; echo "$$p"; else :; fi; \
 
1357
        done | \
 
1358
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
1359
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
1360
        sed 'N;N;N;s,\n, ,g' | \
 
1361
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
1362
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
1363
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
1364
            else { print "f", $$3 "/" $$4, $$1; } } \
 
1365
          END { for (d in files) print "f", d, files[d] }' | \
 
1366
        while read type dir files; do \
 
1367
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
1368
            test -z "$$files" || { \
 
1369
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkgbackenddir)$$dir'"; \
 
1370
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkgbackenddir)$$dir" || exit $$?; \
 
1371
            } \
 
1372
        ; done
 
1373
 
 
1374
uninstall-pkgbackendPROGRAMS:
 
1375
        @$(NORMAL_UNINSTALL)
 
1376
        @list='$(pkgbackend_PROGRAMS)'; test -n "$(pkgbackenddir)" || list=; \
 
1377
        files=`for p in $$list; do echo "$$p"; done | \
 
1378
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
1379
              -e 's/$$/$(EXEEXT)/' `; \
 
1380
        test -n "$$list" || exit 0; \
 
1381
        echo " ( cd '$(DESTDIR)$(pkgbackenddir)' && rm -f" $$files ")"; \
 
1382
        cd "$(DESTDIR)$(pkgbackenddir)" && rm -f $$files
 
1383
 
 
1384
clean-pkgbackendPROGRAMS:
 
1385
        @list='$(pkgbackend_PROGRAMS)'; test -n "$$list" || exit 0; \
 
1386
        echo " rm -f" $$list; \
 
1387
        rm -f $$list || exit $$?; \
 
1388
        test -n "$(EXEEXT)" || exit 0; \
 
1389
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
1390
        echo " rm -f" $$list; \
 
1391
        rm -f $$list
 
1392
install-pkgfilterPROGRAMS: $(pkgfilter_PROGRAMS)
 
1393
        @$(NORMAL_INSTALL)
 
1394
        test -z "$(pkgfilterdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgfilterdir)"
 
1395
        @list='$(pkgfilter_PROGRAMS)'; test -n "$(pkgfilterdir)" || list=; \
 
1396
        for p in $$list; do echo "$$p $$p"; done | \
 
1397
        sed 's/$(EXEEXT)$$//' | \
 
1398
        while read p p1; do if test -f $$p || test -f $$p1; \
 
1399
          then echo "$$p"; echo "$$p"; else :; fi; \
 
1400
        done | \
 
1401
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
1402
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
1403
        sed 'N;N;N;s,\n, ,g' | \
 
1404
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
1405
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
1406
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
1407
            else { print "f", $$3 "/" $$4, $$1; } } \
 
1408
          END { for (d in files) print "f", d, files[d] }' | \
 
1409
        while read type dir files; do \
 
1410
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
1411
            test -z "$$files" || { \
 
1412
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkgfilterdir)$$dir'"; \
 
1413
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkgfilterdir)$$dir" || exit $$?; \
 
1414
            } \
 
1415
        ; done
 
1416
 
 
1417
uninstall-pkgfilterPROGRAMS:
 
1418
        @$(NORMAL_UNINSTALL)
 
1419
        @list='$(pkgfilter_PROGRAMS)'; test -n "$(pkgfilterdir)" || list=; \
 
1420
        files=`for p in $$list; do echo "$$p"; done | \
 
1421
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
1422
              -e 's/$$/$(EXEEXT)/' `; \
 
1423
        test -n "$$list" || exit 0; \
 
1424
        echo " ( cd '$(DESTDIR)$(pkgfilterdir)' && rm -f" $$files ")"; \
 
1425
        cd "$(DESTDIR)$(pkgfilterdir)" && rm -f $$files
 
1426
 
 
1427
clean-pkgfilterPROGRAMS:
 
1428
        @list='$(pkgfilter_PROGRAMS)'; test -n "$$list" || exit 0; \
 
1429
        echo " rm -f" $$list; \
 
1430
        rm -f $$list || exit $$?; \
 
1431
        test -n "$(EXEEXT)" || exit 0; \
 
1432
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
1433
        echo " rm -f" $$list; \
 
1434
        rm -f $$list
 
1435
bannertopdf$(EXEEXT): $(bannertopdf_OBJECTS) $(bannertopdf_DEPENDENCIES) $(EXTRA_bannertopdf_DEPENDENCIES) 
 
1436
        @rm -f bannertopdf$(EXEEXT)
 
1437
        $(AM_V_CXXLD)$(bannertopdf_LINK) $(bannertopdf_OBJECTS) $(bannertopdf_LDADD) $(LIBS)
 
1438
commandtoescpx$(EXEEXT): $(commandtoescpx_OBJECTS) $(commandtoescpx_DEPENDENCIES) $(EXTRA_commandtoescpx_DEPENDENCIES) 
 
1439
        @rm -f commandtoescpx$(EXEEXT)
 
1440
        $(AM_V_CCLD)$(commandtoescpx_LINK) $(commandtoescpx_OBJECTS) $(commandtoescpx_LDADD) $(LIBS)
 
1441
commandtopclx$(EXEEXT): $(commandtopclx_OBJECTS) $(commandtopclx_DEPENDENCIES) $(EXTRA_commandtopclx_DEPENDENCIES) 
 
1442
        @rm -f commandtopclx$(EXEEXT)
 
1443
        $(AM_V_CCLD)$(commandtopclx_LINK) $(commandtopclx_OBJECTS) $(commandtopclx_LDADD) $(LIBS)
 
1444
imagetopdf$(EXEEXT): $(imagetopdf_OBJECTS) $(imagetopdf_DEPENDENCIES) $(EXTRA_imagetopdf_DEPENDENCIES) 
 
1445
        @rm -f imagetopdf$(EXEEXT)
 
1446
        $(AM_V_CCLD)$(imagetopdf_LINK) $(imagetopdf_OBJECTS) $(imagetopdf_LDADD) $(LIBS)
 
1447
imagetoraster$(EXEEXT): $(imagetoraster_OBJECTS) $(imagetoraster_DEPENDENCIES) $(EXTRA_imagetoraster_DEPENDENCIES) 
 
1448
        @rm -f imagetoraster$(EXEEXT)
 
1449
        $(AM_V_CCLD)$(imagetoraster_LINK) $(imagetoraster_OBJECTS) $(imagetoraster_LDADD) $(LIBS)
 
1450
parallel$(EXEEXT): $(parallel_OBJECTS) $(parallel_DEPENDENCIES) $(EXTRA_parallel_DEPENDENCIES) 
 
1451
        @rm -f parallel$(EXEEXT)
 
1452
        $(AM_V_CCLD)$(parallel_LINK) $(parallel_OBJECTS) $(parallel_LDADD) $(LIBS)
 
1453
pdftoijs$(EXEEXT): $(pdftoijs_OBJECTS) $(pdftoijs_DEPENDENCIES) $(EXTRA_pdftoijs_DEPENDENCIES) 
 
1454
        @rm -f pdftoijs$(EXEEXT)
 
1455
        $(AM_V_CXXLD)$(pdftoijs_LINK) $(pdftoijs_OBJECTS) $(pdftoijs_LDADD) $(LIBS)
 
1456
pdftoopvp$(EXEEXT): $(pdftoopvp_OBJECTS) $(pdftoopvp_DEPENDENCIES) $(EXTRA_pdftoopvp_DEPENDENCIES) 
 
1457
        @rm -f pdftoopvp$(EXEEXT)
 
1458
        $(AM_V_CXXLD)$(pdftoopvp_LINK) $(pdftoopvp_OBJECTS) $(pdftoopvp_LDADD) $(LIBS)
 
1459
pdftopdf$(EXEEXT): $(pdftopdf_OBJECTS) $(pdftopdf_DEPENDENCIES) $(EXTRA_pdftopdf_DEPENDENCIES) 
 
1460
        @rm -f pdftopdf$(EXEEXT)
 
1461
        $(AM_V_CXXLD)$(pdftopdf_LINK) $(pdftopdf_OBJECTS) $(pdftopdf_LDADD) $(LIBS)
 
1462
pdftops$(EXEEXT): $(pdftops_OBJECTS) $(pdftops_DEPENDENCIES) $(EXTRA_pdftops_DEPENDENCIES) 
 
1463
        @rm -f pdftops$(EXEEXT)
 
1464
        $(AM_V_CCLD)$(pdftops_LINK) $(pdftops_OBJECTS) $(pdftops_LDADD) $(LIBS)
 
1465
pdftoraster$(EXEEXT): $(pdftoraster_OBJECTS) $(pdftoraster_DEPENDENCIES) $(EXTRA_pdftoraster_DEPENDENCIES) 
 
1466
        @rm -f pdftoraster$(EXEEXT)
 
1467
        $(AM_V_CXXLD)$(pdftoraster_LINK) $(pdftoraster_OBJECTS) $(pdftoraster_LDADD) $(LIBS)
 
1468
rastertoescpx$(EXEEXT): $(rastertoescpx_OBJECTS) $(rastertoescpx_DEPENDENCIES) $(EXTRA_rastertoescpx_DEPENDENCIES) 
 
1469
        @rm -f rastertoescpx$(EXEEXT)
 
1470
        $(AM_V_CCLD)$(rastertoescpx_LINK) $(rastertoescpx_OBJECTS) $(rastertoescpx_LDADD) $(LIBS)
 
1471
rastertopclx$(EXEEXT): $(rastertopclx_OBJECTS) $(rastertopclx_DEPENDENCIES) $(EXTRA_rastertopclx_DEPENDENCIES) 
 
1472
        @rm -f rastertopclx$(EXEEXT)
 
1473
        $(AM_V_CCLD)$(rastertopclx_LINK) $(rastertopclx_OBJECTS) $(rastertopclx_LDADD) $(LIBS)
 
1474
serial$(EXEEXT): $(serial_OBJECTS) $(serial_DEPENDENCIES) $(EXTRA_serial_DEPENDENCIES) 
 
1475
        @rm -f serial$(EXEEXT)
 
1476
        $(AM_V_CCLD)$(serial_LINK) $(serial_OBJECTS) $(serial_LDADD) $(LIBS)
 
1477
test1284$(EXEEXT): $(test1284_OBJECTS) $(test1284_DEPENDENCIES) $(EXTRA_test1284_DEPENDENCIES) 
 
1478
        @rm -f test1284$(EXEEXT)
 
1479
        $(AM_V_CCLD)$(test1284_LINK) $(test1284_OBJECTS) $(test1284_LDADD) $(LIBS)
 
1480
test_analyze$(EXEEXT): $(test_analyze_OBJECTS) $(test_analyze_DEPENDENCIES) $(EXTRA_test_analyze_DEPENDENCIES) 
 
1481
        @rm -f test_analyze$(EXEEXT)
 
1482
        $(AM_V_CCLD)$(LINK) $(test_analyze_OBJECTS) $(test_analyze_LDADD) $(LIBS)
 
1483
test_pdf$(EXEEXT): $(test_pdf_OBJECTS) $(test_pdf_DEPENDENCIES) $(EXTRA_test_pdf_DEPENDENCIES) 
 
1484
        @rm -f test_pdf$(EXEEXT)
 
1485
        $(AM_V_CCLD)$(LINK) $(test_pdf_OBJECTS) $(test_pdf_LDADD) $(LIBS)
 
1486
test_pdf1$(EXEEXT): $(test_pdf1_OBJECTS) $(test_pdf1_DEPENDENCIES) $(EXTRA_test_pdf1_DEPENDENCIES) 
 
1487
        @rm -f test_pdf1$(EXEEXT)
 
1488
        $(AM_V_CCLD)$(test_pdf1_LINK) $(test_pdf1_OBJECTS) $(test_pdf1_LDADD) $(LIBS)
 
1489
test_pdf2$(EXEEXT): $(test_pdf2_OBJECTS) $(test_pdf2_DEPENDENCIES) $(EXTRA_test_pdf2_DEPENDENCIES) 
 
1490
        @rm -f test_pdf2$(EXEEXT)
 
1491
        $(AM_V_CCLD)$(test_pdf2_LINK) $(test_pdf2_OBJECTS) $(test_pdf2_LDADD) $(LIBS)
 
1492
test_ps$(EXEEXT): $(test_ps_OBJECTS) $(test_ps_DEPENDENCIES) $(EXTRA_test_ps_DEPENDENCIES) 
 
1493
        @rm -f test_ps$(EXEEXT)
 
1494
        $(AM_V_CCLD)$(LINK) $(test_ps_OBJECTS) $(test_ps_LDADD) $(LIBS)
 
1495
testcmyk$(EXEEXT): $(testcmyk_OBJECTS) $(testcmyk_DEPENDENCIES) $(EXTRA_testcmyk_DEPENDENCIES) 
 
1496
        @rm -f testcmyk$(EXEEXT)
 
1497
        $(AM_V_CCLD)$(LINK) $(testcmyk_OBJECTS) $(testcmyk_LDADD) $(LIBS)
 
1498
testdither$(EXEEXT): $(testdither_OBJECTS) $(testdither_DEPENDENCIES) $(EXTRA_testdither_DEPENDENCIES) 
 
1499
        @rm -f testdither$(EXEEXT)
 
1500
        $(AM_V_CCLD)$(LINK) $(testdither_OBJECTS) $(testdither_LDADD) $(LIBS)
 
1501
testimage$(EXEEXT): $(testimage_OBJECTS) $(testimage_DEPENDENCIES) $(EXTRA_testimage_DEPENDENCIES) 
 
1502
        @rm -f testimage$(EXEEXT)
 
1503
        $(AM_V_CCLD)$(testimage_LINK) $(testimage_OBJECTS) $(testimage_LDADD) $(LIBS)
 
1504
testrgb$(EXEEXT): $(testrgb_OBJECTS) $(testrgb_DEPENDENCIES) $(EXTRA_testrgb_DEPENDENCIES) 
 
1505
        @rm -f testrgb$(EXEEXT)
 
1506
        $(AM_V_CCLD)$(LINK) $(testrgb_OBJECTS) $(testrgb_LDADD) $(LIBS)
 
1507
texttopdf$(EXEEXT): $(texttopdf_OBJECTS) $(texttopdf_DEPENDENCIES) $(EXTRA_texttopdf_DEPENDENCIES) 
 
1508
        @rm -f texttopdf$(EXEEXT)
 
1509
        $(AM_V_CCLD)$(texttopdf_LINK) $(texttopdf_OBJECTS) $(texttopdf_LDADD) $(LIBS)
 
1510
ttfread$(EXEEXT): $(ttfread_OBJECTS) $(ttfread_DEPENDENCIES) $(EXTRA_ttfread_DEPENDENCIES) 
 
1511
        @rm -f ttfread$(EXEEXT)
 
1512
        $(AM_V_CCLD)$(LINK) $(ttfread_OBJECTS) $(ttfread_LDADD) $(LIBS)
 
1513
install-pkgfilterSCRIPTS: $(pkgfilter_SCRIPTS)
 
1514
        @$(NORMAL_INSTALL)
 
1515
        test -z "$(pkgfilterdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgfilterdir)"
 
1516
        @list='$(pkgfilter_SCRIPTS)'; test -n "$(pkgfilterdir)" || list=; \
 
1517
        for p in $$list; do \
 
1518
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1519
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
1520
        done | \
 
1521
        sed -e 'p;s,.*/,,;n' \
 
1522
            -e 'h;s|.*|.|' \
 
1523
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
1524
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
1525
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
1526
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
1527
              if (++n[d] == $(am__install_max)) { \
 
1528
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
1529
            else { print "f", d "/" $$4, $$1 } } \
 
1530
          END { for (d in files) print "f", d, files[d] }' | \
 
1531
        while read type dir files; do \
 
1532
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
1533
             test -z "$$files" || { \
 
1534
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgfilterdir)$$dir'"; \
 
1535
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgfilterdir)$$dir" || exit $$?; \
 
1536
             } \
 
1537
        ; done
 
1538
 
 
1539
uninstall-pkgfilterSCRIPTS:
 
1540
        @$(NORMAL_UNINSTALL)
 
1541
        @list='$(pkgfilter_SCRIPTS)'; test -n "$(pkgfilterdir)" || exit 0; \
 
1542
        files=`for p in $$list; do echo "$$p"; done | \
 
1543
               sed -e 's,.*/,,;$(transform)'`; \
 
1544
        dir='$(DESTDIR)$(pkgfilterdir)'; $(am__uninstall_files_from_dir)
 
1545
 
 
1546
mostlyclean-compile:
 
1547
        -rm -f *.$(OBJEXT)
 
1548
 
 
1549
distclean-compile:
 
1550
        -rm -f *.tab.c
 
1551
 
 
1552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aglfn13.Plo@am__quote@
 
1553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bannertopdf-banner.Po@am__quote@
 
1554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bannertopdf-bannertopdf.Po@am__quote@
 
1555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bannertopdf-getline.Po@am__quote@
 
1556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bannertopdf-pdf.Po@am__quote@
 
1557
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandtoescpx-commandtoescpx.Po@am__quote@
 
1558
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandtopclx-commandtopclx.Po@am__quote@
 
1559
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynstring.Plo@am__quote@
 
1560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/embed.Plo@am__quote@
 
1561
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/embed_pdf.Plo@am__quote@
 
1562
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/embed_sfnt.Plo@am__quote@
 
1563
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontfile.Plo@am__quote@
 
1564
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frequent.Plo@am__quote@
 
1565
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagetopdf-common.Po@am__quote@
 
1566
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagetopdf-imagetopdf.Po@am__quote@
 
1567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagetoraster-common.Po@am__quote@
 
1568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagetoraster-imagetoraster.Po@am__quote@
 
1569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-attr.Plo@am__quote@
 
1570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-check.Plo@am__quote@
 
1571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-cmyk.Plo@am__quote@
 
1572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-dither.Plo@am__quote@
 
1573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-bmp.Plo@am__quote@
 
1574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-colorspace.Plo@am__quote@
 
1575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-gif.Plo@am__quote@
 
1576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-jpeg.Plo@am__quote@
 
1577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-photocd.Plo@am__quote@
 
1578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-pix.Plo@am__quote@
 
1579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-png.Plo@am__quote@
 
1580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-pnm.Plo@am__quote@
 
1581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-sgi.Plo@am__quote@
 
1582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-sgilib.Plo@am__quote@
 
1583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-sun.Plo@am__quote@
 
1584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-tiff.Plo@am__quote@
 
1585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image-zoom.Plo@am__quote@
 
1586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-image.Plo@am__quote@
 
1587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-lut.Plo@am__quote@
 
1588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-pack.Plo@am__quote@
 
1589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-rgb.Plo@am__quote@
 
1590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcupsfilters_la-srgb.Plo@am__quote@
 
1591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libphpcups_la-phpcups.Plo@am__quote@
 
1592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
1593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel-ieee1284.Po@am__quote@
 
1594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel-parallel.Po@am__quote@
 
1595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoijs-pdftoijs.Po@am__quote@
 
1596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPRS.Po@am__quote@
 
1597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPOutputDev.Po@am__quote@
 
1598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPSplash.Po@am__quote@
 
1599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPSplashClip.Po@am__quote@
 
1600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPSplashPath.Po@am__quote@
 
1601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPSplashState.Po@am__quote@
 
1602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPSplashXPath.Po@am__quote@
 
1603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPWrapper.Po@am__quote@
 
1604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Po@am__quote@
 
1605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoopvp-pdftoopvp.Po@am__quote@
 
1606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PCMap.Po@am__quote@
 
1607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PCatalog.Po@am__quote@
 
1608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Po@am__quote@
 
1609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PDoc.Po@am__quote@
 
1610
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PFont.Po@am__quote@
 
1611
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PForm.Po@am__quote@
 
1612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PGfx.Po@am__quote@
 
1613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PObject.Po@am__quote@
 
1614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2POutput.Po@am__quote@
 
1615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2POutputStream.Po@am__quote@
 
1616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PPage.Po@am__quote@
 
1617
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PPageTree.Po@am__quote@
 
1618
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PPattern.Po@am__quote@
 
1619
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PResources.Po@am__quote@
 
1620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-P2PXRef.Po@am__quote@
 
1621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Po@am__quote@
 
1622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-UGooString.Po@am__quote@
 
1623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-parseargs.Po@am__quote@
 
1624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftopdf-pdftopdf.Po@am__quote@
 
1625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftops-common.Po@am__quote@
 
1626
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftops-pdftops.Po@am__quote@
 
1627
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftops-strcasestr.Po@am__quote@
 
1628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdftoraster-pdftoraster.Po@am__quote@
 
1629
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rastertoescpx-rastertoescpx.Po@am__quote@
 
1630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rastertopclx-pcl-common.Po@am__quote@
 
1631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rastertopclx-rastertopclx.Po@am__quote@
 
1632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serial-serial.Po@am__quote@
 
1633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfnt.Plo@am__quote@
 
1634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfnt_subset.Plo@am__quote@
 
1635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1284-ieee1284.Po@am__quote@
 
1636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1284-test1284.Po@am__quote@
 
1637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_analyze.Po@am__quote@
 
1638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pdf.Po@am__quote@
 
1639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pdf1-pdfutils.Po@am__quote@
 
1640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pdf1-test_pdf1.Po@am__quote@
 
1641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pdf2-pdfutils.Po@am__quote@
 
1642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pdf2-test_pdf2.Po@am__quote@
 
1643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ps.Po@am__quote@
 
1644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcmyk.Po@am__quote@
 
1645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdither.Po@am__quote@
 
1646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testimage-testimage.Po@am__quote@
 
1647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testrgb.Po@am__quote@
 
1648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttopdf-common.Po@am__quote@
 
1649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttopdf-pdfutils.Po@am__quote@
 
1650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttopdf-textcommon.Po@am__quote@
 
1651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttopdf-texttopdf.Po@am__quote@
 
1652
 
 
1653
.c.o:
 
1654
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1655
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1658
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
1659
 
 
1660
.c.obj:
 
1661
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
1662
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1665
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
1666
 
 
1667
.c.lo:
 
1668
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1669
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
1670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
1671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1672
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
1673
 
 
1674
libcupsfilters_la-attr.lo: cupsfilters/attr.c
 
1675
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-attr.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-attr.Tpo -c -o libcupsfilters_la-attr.lo `test -f 'cupsfilters/attr.c' || echo '$(srcdir)/'`cupsfilters/attr.c
 
1676
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-attr.Tpo $(DEPDIR)/libcupsfilters_la-attr.Plo
 
1677
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/attr.c' object='libcupsfilters_la-attr.lo' libtool=yes @AMDEPBACKSLASH@
 
1678
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1679
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-attr.lo `test -f 'cupsfilters/attr.c' || echo '$(srcdir)/'`cupsfilters/attr.c
 
1680
 
 
1681
libcupsfilters_la-check.lo: cupsfilters/check.c
 
1682
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-check.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-check.Tpo -c -o libcupsfilters_la-check.lo `test -f 'cupsfilters/check.c' || echo '$(srcdir)/'`cupsfilters/check.c
 
1683
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-check.Tpo $(DEPDIR)/libcupsfilters_la-check.Plo
 
1684
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/check.c' object='libcupsfilters_la-check.lo' libtool=yes @AMDEPBACKSLASH@
 
1685
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1686
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-check.lo `test -f 'cupsfilters/check.c' || echo '$(srcdir)/'`cupsfilters/check.c
 
1687
 
 
1688
libcupsfilters_la-cmyk.lo: cupsfilters/cmyk.c
 
1689
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-cmyk.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-cmyk.Tpo -c -o libcupsfilters_la-cmyk.lo `test -f 'cupsfilters/cmyk.c' || echo '$(srcdir)/'`cupsfilters/cmyk.c
 
1690
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-cmyk.Tpo $(DEPDIR)/libcupsfilters_la-cmyk.Plo
 
1691
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/cmyk.c' object='libcupsfilters_la-cmyk.lo' libtool=yes @AMDEPBACKSLASH@
 
1692
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1693
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-cmyk.lo `test -f 'cupsfilters/cmyk.c' || echo '$(srcdir)/'`cupsfilters/cmyk.c
 
1694
 
 
1695
libcupsfilters_la-dither.lo: cupsfilters/dither.c
 
1696
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-dither.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-dither.Tpo -c -o libcupsfilters_la-dither.lo `test -f 'cupsfilters/dither.c' || echo '$(srcdir)/'`cupsfilters/dither.c
 
1697
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-dither.Tpo $(DEPDIR)/libcupsfilters_la-dither.Plo
 
1698
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/dither.c' object='libcupsfilters_la-dither.lo' libtool=yes @AMDEPBACKSLASH@
 
1699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1700
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-dither.lo `test -f 'cupsfilters/dither.c' || echo '$(srcdir)/'`cupsfilters/dither.c
 
1701
 
 
1702
libcupsfilters_la-image.lo: cupsfilters/image.c
 
1703
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image.Tpo -c -o libcupsfilters_la-image.lo `test -f 'cupsfilters/image.c' || echo '$(srcdir)/'`cupsfilters/image.c
 
1704
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image.Tpo $(DEPDIR)/libcupsfilters_la-image.Plo
 
1705
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image.c' object='libcupsfilters_la-image.lo' libtool=yes @AMDEPBACKSLASH@
 
1706
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1707
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image.lo `test -f 'cupsfilters/image.c' || echo '$(srcdir)/'`cupsfilters/image.c
 
1708
 
 
1709
libcupsfilters_la-image-bmp.lo: cupsfilters/image-bmp.c
 
1710
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-bmp.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-bmp.Tpo -c -o libcupsfilters_la-image-bmp.lo `test -f 'cupsfilters/image-bmp.c' || echo '$(srcdir)/'`cupsfilters/image-bmp.c
 
1711
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-bmp.Tpo $(DEPDIR)/libcupsfilters_la-image-bmp.Plo
 
1712
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-bmp.c' object='libcupsfilters_la-image-bmp.lo' libtool=yes @AMDEPBACKSLASH@
 
1713
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1714
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-bmp.lo `test -f 'cupsfilters/image-bmp.c' || echo '$(srcdir)/'`cupsfilters/image-bmp.c
 
1715
 
 
1716
libcupsfilters_la-image-colorspace.lo: cupsfilters/image-colorspace.c
 
1717
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-colorspace.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-colorspace.Tpo -c -o libcupsfilters_la-image-colorspace.lo `test -f 'cupsfilters/image-colorspace.c' || echo '$(srcdir)/'`cupsfilters/image-colorspace.c
 
1718
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-colorspace.Tpo $(DEPDIR)/libcupsfilters_la-image-colorspace.Plo
 
1719
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-colorspace.c' object='libcupsfilters_la-image-colorspace.lo' libtool=yes @AMDEPBACKSLASH@
 
1720
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1721
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-colorspace.lo `test -f 'cupsfilters/image-colorspace.c' || echo '$(srcdir)/'`cupsfilters/image-colorspace.c
 
1722
 
 
1723
libcupsfilters_la-image-gif.lo: cupsfilters/image-gif.c
 
1724
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-gif.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-gif.Tpo -c -o libcupsfilters_la-image-gif.lo `test -f 'cupsfilters/image-gif.c' || echo '$(srcdir)/'`cupsfilters/image-gif.c
 
1725
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-gif.Tpo $(DEPDIR)/libcupsfilters_la-image-gif.Plo
 
1726
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-gif.c' object='libcupsfilters_la-image-gif.lo' libtool=yes @AMDEPBACKSLASH@
 
1727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1728
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-gif.lo `test -f 'cupsfilters/image-gif.c' || echo '$(srcdir)/'`cupsfilters/image-gif.c
 
1729
 
 
1730
libcupsfilters_la-image-jpeg.lo: cupsfilters/image-jpeg.c
 
1731
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-jpeg.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-jpeg.Tpo -c -o libcupsfilters_la-image-jpeg.lo `test -f 'cupsfilters/image-jpeg.c' || echo '$(srcdir)/'`cupsfilters/image-jpeg.c
 
1732
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-jpeg.Tpo $(DEPDIR)/libcupsfilters_la-image-jpeg.Plo
 
1733
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-jpeg.c' object='libcupsfilters_la-image-jpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
1734
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1735
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-jpeg.lo `test -f 'cupsfilters/image-jpeg.c' || echo '$(srcdir)/'`cupsfilters/image-jpeg.c
 
1736
 
 
1737
libcupsfilters_la-image-photocd.lo: cupsfilters/image-photocd.c
 
1738
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-photocd.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-photocd.Tpo -c -o libcupsfilters_la-image-photocd.lo `test -f 'cupsfilters/image-photocd.c' || echo '$(srcdir)/'`cupsfilters/image-photocd.c
 
1739
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-photocd.Tpo $(DEPDIR)/libcupsfilters_la-image-photocd.Plo
 
1740
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-photocd.c' object='libcupsfilters_la-image-photocd.lo' libtool=yes @AMDEPBACKSLASH@
 
1741
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1742
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-photocd.lo `test -f 'cupsfilters/image-photocd.c' || echo '$(srcdir)/'`cupsfilters/image-photocd.c
 
1743
 
 
1744
libcupsfilters_la-image-pix.lo: cupsfilters/image-pix.c
 
1745
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-pix.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-pix.Tpo -c -o libcupsfilters_la-image-pix.lo `test -f 'cupsfilters/image-pix.c' || echo '$(srcdir)/'`cupsfilters/image-pix.c
 
1746
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-pix.Tpo $(DEPDIR)/libcupsfilters_la-image-pix.Plo
 
1747
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-pix.c' object='libcupsfilters_la-image-pix.lo' libtool=yes @AMDEPBACKSLASH@
 
1748
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1749
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-pix.lo `test -f 'cupsfilters/image-pix.c' || echo '$(srcdir)/'`cupsfilters/image-pix.c
 
1750
 
 
1751
libcupsfilters_la-image-png.lo: cupsfilters/image-png.c
 
1752
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-png.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-png.Tpo -c -o libcupsfilters_la-image-png.lo `test -f 'cupsfilters/image-png.c' || echo '$(srcdir)/'`cupsfilters/image-png.c
 
1753
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-png.Tpo $(DEPDIR)/libcupsfilters_la-image-png.Plo
 
1754
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-png.c' object='libcupsfilters_la-image-png.lo' libtool=yes @AMDEPBACKSLASH@
 
1755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1756
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-png.lo `test -f 'cupsfilters/image-png.c' || echo '$(srcdir)/'`cupsfilters/image-png.c
 
1757
 
 
1758
libcupsfilters_la-image-pnm.lo: cupsfilters/image-pnm.c
 
1759
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-pnm.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-pnm.Tpo -c -o libcupsfilters_la-image-pnm.lo `test -f 'cupsfilters/image-pnm.c' || echo '$(srcdir)/'`cupsfilters/image-pnm.c
 
1760
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-pnm.Tpo $(DEPDIR)/libcupsfilters_la-image-pnm.Plo
 
1761
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-pnm.c' object='libcupsfilters_la-image-pnm.lo' libtool=yes @AMDEPBACKSLASH@
 
1762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1763
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-pnm.lo `test -f 'cupsfilters/image-pnm.c' || echo '$(srcdir)/'`cupsfilters/image-pnm.c
 
1764
 
 
1765
libcupsfilters_la-image-sgi.lo: cupsfilters/image-sgi.c
 
1766
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-sgi.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-sgi.Tpo -c -o libcupsfilters_la-image-sgi.lo `test -f 'cupsfilters/image-sgi.c' || echo '$(srcdir)/'`cupsfilters/image-sgi.c
 
1767
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-sgi.Tpo $(DEPDIR)/libcupsfilters_la-image-sgi.Plo
 
1768
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-sgi.c' object='libcupsfilters_la-image-sgi.lo' libtool=yes @AMDEPBACKSLASH@
 
1769
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1770
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-sgi.lo `test -f 'cupsfilters/image-sgi.c' || echo '$(srcdir)/'`cupsfilters/image-sgi.c
 
1771
 
 
1772
libcupsfilters_la-image-sgilib.lo: cupsfilters/image-sgilib.c
 
1773
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-sgilib.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-sgilib.Tpo -c -o libcupsfilters_la-image-sgilib.lo `test -f 'cupsfilters/image-sgilib.c' || echo '$(srcdir)/'`cupsfilters/image-sgilib.c
 
1774
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-sgilib.Tpo $(DEPDIR)/libcupsfilters_la-image-sgilib.Plo
 
1775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-sgilib.c' object='libcupsfilters_la-image-sgilib.lo' libtool=yes @AMDEPBACKSLASH@
 
1776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1777
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-sgilib.lo `test -f 'cupsfilters/image-sgilib.c' || echo '$(srcdir)/'`cupsfilters/image-sgilib.c
 
1778
 
 
1779
libcupsfilters_la-image-sun.lo: cupsfilters/image-sun.c
 
1780
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-sun.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-sun.Tpo -c -o libcupsfilters_la-image-sun.lo `test -f 'cupsfilters/image-sun.c' || echo '$(srcdir)/'`cupsfilters/image-sun.c
 
1781
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-sun.Tpo $(DEPDIR)/libcupsfilters_la-image-sun.Plo
 
1782
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-sun.c' object='libcupsfilters_la-image-sun.lo' libtool=yes @AMDEPBACKSLASH@
 
1783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1784
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-sun.lo `test -f 'cupsfilters/image-sun.c' || echo '$(srcdir)/'`cupsfilters/image-sun.c
 
1785
 
 
1786
libcupsfilters_la-image-tiff.lo: cupsfilters/image-tiff.c
 
1787
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-tiff.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-tiff.Tpo -c -o libcupsfilters_la-image-tiff.lo `test -f 'cupsfilters/image-tiff.c' || echo '$(srcdir)/'`cupsfilters/image-tiff.c
 
1788
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-tiff.Tpo $(DEPDIR)/libcupsfilters_la-image-tiff.Plo
 
1789
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-tiff.c' object='libcupsfilters_la-image-tiff.lo' libtool=yes @AMDEPBACKSLASH@
 
1790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1791
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-tiff.lo `test -f 'cupsfilters/image-tiff.c' || echo '$(srcdir)/'`cupsfilters/image-tiff.c
 
1792
 
 
1793
libcupsfilters_la-image-zoom.lo: cupsfilters/image-zoom.c
 
1794
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-image-zoom.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-image-zoom.Tpo -c -o libcupsfilters_la-image-zoom.lo `test -f 'cupsfilters/image-zoom.c' || echo '$(srcdir)/'`cupsfilters/image-zoom.c
 
1795
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-image-zoom.Tpo $(DEPDIR)/libcupsfilters_la-image-zoom.Plo
 
1796
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/image-zoom.c' object='libcupsfilters_la-image-zoom.lo' libtool=yes @AMDEPBACKSLASH@
 
1797
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1798
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-image-zoom.lo `test -f 'cupsfilters/image-zoom.c' || echo '$(srcdir)/'`cupsfilters/image-zoom.c
 
1799
 
 
1800
libcupsfilters_la-lut.lo: cupsfilters/lut.c
 
1801
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-lut.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-lut.Tpo -c -o libcupsfilters_la-lut.lo `test -f 'cupsfilters/lut.c' || echo '$(srcdir)/'`cupsfilters/lut.c
 
1802
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-lut.Tpo $(DEPDIR)/libcupsfilters_la-lut.Plo
 
1803
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/lut.c' object='libcupsfilters_la-lut.lo' libtool=yes @AMDEPBACKSLASH@
 
1804
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1805
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-lut.lo `test -f 'cupsfilters/lut.c' || echo '$(srcdir)/'`cupsfilters/lut.c
 
1806
 
 
1807
libcupsfilters_la-pack.lo: cupsfilters/pack.c
 
1808
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-pack.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-pack.Tpo -c -o libcupsfilters_la-pack.lo `test -f 'cupsfilters/pack.c' || echo '$(srcdir)/'`cupsfilters/pack.c
 
1809
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-pack.Tpo $(DEPDIR)/libcupsfilters_la-pack.Plo
 
1810
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/pack.c' object='libcupsfilters_la-pack.lo' libtool=yes @AMDEPBACKSLASH@
 
1811
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1812
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-pack.lo `test -f 'cupsfilters/pack.c' || echo '$(srcdir)/'`cupsfilters/pack.c
 
1813
 
 
1814
libcupsfilters_la-rgb.lo: cupsfilters/rgb.c
 
1815
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-rgb.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-rgb.Tpo -c -o libcupsfilters_la-rgb.lo `test -f 'cupsfilters/rgb.c' || echo '$(srcdir)/'`cupsfilters/rgb.c
 
1816
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-rgb.Tpo $(DEPDIR)/libcupsfilters_la-rgb.Plo
 
1817
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/rgb.c' object='libcupsfilters_la-rgb.lo' libtool=yes @AMDEPBACKSLASH@
 
1818
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1819
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-rgb.lo `test -f 'cupsfilters/rgb.c' || echo '$(srcdir)/'`cupsfilters/rgb.c
 
1820
 
 
1821
libcupsfilters_la-srgb.lo: cupsfilters/srgb.c
 
1822
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -MT libcupsfilters_la-srgb.lo -MD -MP -MF $(DEPDIR)/libcupsfilters_la-srgb.Tpo -c -o libcupsfilters_la-srgb.lo `test -f 'cupsfilters/srgb.c' || echo '$(srcdir)/'`cupsfilters/srgb.c
 
1823
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcupsfilters_la-srgb.Tpo $(DEPDIR)/libcupsfilters_la-srgb.Plo
 
1824
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/srgb.c' object='libcupsfilters_la-srgb.lo' libtool=yes @AMDEPBACKSLASH@
 
1825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1826
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcupsfilters_la_CFLAGS) $(CFLAGS) -c -o libcupsfilters_la-srgb.lo `test -f 'cupsfilters/srgb.c' || echo '$(srcdir)/'`cupsfilters/srgb.c
 
1827
 
 
1828
aglfn13.lo: fontembed/aglfn13.c
 
1829
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aglfn13.lo -MD -MP -MF $(DEPDIR)/aglfn13.Tpo -c -o aglfn13.lo `test -f 'fontembed/aglfn13.c' || echo '$(srcdir)/'`fontembed/aglfn13.c
 
1830
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/aglfn13.Tpo $(DEPDIR)/aglfn13.Plo
 
1831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/aglfn13.c' object='aglfn13.lo' libtool=yes @AMDEPBACKSLASH@
 
1832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1833
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aglfn13.lo `test -f 'fontembed/aglfn13.c' || echo '$(srcdir)/'`fontembed/aglfn13.c
 
1834
 
 
1835
dynstring.lo: fontembed/dynstring.c
 
1836
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynstring.lo -MD -MP -MF $(DEPDIR)/dynstring.Tpo -c -o dynstring.lo `test -f 'fontembed/dynstring.c' || echo '$(srcdir)/'`fontembed/dynstring.c
 
1837
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/dynstring.Tpo $(DEPDIR)/dynstring.Plo
 
1838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/dynstring.c' object='dynstring.lo' libtool=yes @AMDEPBACKSLASH@
 
1839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1840
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynstring.lo `test -f 'fontembed/dynstring.c' || echo '$(srcdir)/'`fontembed/dynstring.c
 
1841
 
 
1842
embed.lo: fontembed/embed.c
 
1843
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT embed.lo -MD -MP -MF $(DEPDIR)/embed.Tpo -c -o embed.lo `test -f 'fontembed/embed.c' || echo '$(srcdir)/'`fontembed/embed.c
 
1844
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/embed.Tpo $(DEPDIR)/embed.Plo
 
1845
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/embed.c' object='embed.lo' libtool=yes @AMDEPBACKSLASH@
 
1846
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1847
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o embed.lo `test -f 'fontembed/embed.c' || echo '$(srcdir)/'`fontembed/embed.c
 
1848
 
 
1849
embed_sfnt.lo: fontembed/embed_sfnt.c
 
1850
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT embed_sfnt.lo -MD -MP -MF $(DEPDIR)/embed_sfnt.Tpo -c -o embed_sfnt.lo `test -f 'fontembed/embed_sfnt.c' || echo '$(srcdir)/'`fontembed/embed_sfnt.c
 
1851
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/embed_sfnt.Tpo $(DEPDIR)/embed_sfnt.Plo
 
1852
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/embed_sfnt.c' object='embed_sfnt.lo' libtool=yes @AMDEPBACKSLASH@
 
1853
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1854
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o embed_sfnt.lo `test -f 'fontembed/embed_sfnt.c' || echo '$(srcdir)/'`fontembed/embed_sfnt.c
 
1855
 
 
1856
embed_pdf.lo: fontembed/embed_pdf.c
 
1857
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT embed_pdf.lo -MD -MP -MF $(DEPDIR)/embed_pdf.Tpo -c -o embed_pdf.lo `test -f 'fontembed/embed_pdf.c' || echo '$(srcdir)/'`fontembed/embed_pdf.c
 
1858
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/embed_pdf.Tpo $(DEPDIR)/embed_pdf.Plo
 
1859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/embed_pdf.c' object='embed_pdf.lo' libtool=yes @AMDEPBACKSLASH@
 
1860
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1861
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o embed_pdf.lo `test -f 'fontembed/embed_pdf.c' || echo '$(srcdir)/'`fontembed/embed_pdf.c
 
1862
 
 
1863
fontfile.lo: fontembed/fontfile.c
 
1864
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fontfile.lo -MD -MP -MF $(DEPDIR)/fontfile.Tpo -c -o fontfile.lo `test -f 'fontembed/fontfile.c' || echo '$(srcdir)/'`fontembed/fontfile.c
 
1865
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/fontfile.Tpo $(DEPDIR)/fontfile.Plo
 
1866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/fontfile.c' object='fontfile.lo' libtool=yes @AMDEPBACKSLASH@
 
1867
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1868
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fontfile.lo `test -f 'fontembed/fontfile.c' || echo '$(srcdir)/'`fontembed/fontfile.c
 
1869
 
 
1870
frequent.lo: fontembed/frequent.c
 
1871
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT frequent.lo -MD -MP -MF $(DEPDIR)/frequent.Tpo -c -o frequent.lo `test -f 'fontembed/frequent.c' || echo '$(srcdir)/'`fontembed/frequent.c
 
1872
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/frequent.Tpo $(DEPDIR)/frequent.Plo
 
1873
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/frequent.c' object='frequent.lo' libtool=yes @AMDEPBACKSLASH@
 
1874
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1875
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o frequent.lo `test -f 'fontembed/frequent.c' || echo '$(srcdir)/'`fontembed/frequent.c
 
1876
 
 
1877
sfnt.lo: fontembed/sfnt.c
 
1878
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sfnt.lo -MD -MP -MF $(DEPDIR)/sfnt.Tpo -c -o sfnt.lo `test -f 'fontembed/sfnt.c' || echo '$(srcdir)/'`fontembed/sfnt.c
 
1879
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sfnt.Tpo $(DEPDIR)/sfnt.Plo
 
1880
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/sfnt.c' object='sfnt.lo' libtool=yes @AMDEPBACKSLASH@
 
1881
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1882
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sfnt.lo `test -f 'fontembed/sfnt.c' || echo '$(srcdir)/'`fontembed/sfnt.c
 
1883
 
 
1884
sfnt_subset.lo: fontembed/sfnt_subset.c
 
1885
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sfnt_subset.lo -MD -MP -MF $(DEPDIR)/sfnt_subset.Tpo -c -o sfnt_subset.lo `test -f 'fontembed/sfnt_subset.c' || echo '$(srcdir)/'`fontembed/sfnt_subset.c
 
1886
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sfnt_subset.Tpo $(DEPDIR)/sfnt_subset.Plo
 
1887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/sfnt_subset.c' object='sfnt_subset.lo' libtool=yes @AMDEPBACKSLASH@
 
1888
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1889
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sfnt_subset.lo `test -f 'fontembed/sfnt_subset.c' || echo '$(srcdir)/'`fontembed/sfnt_subset.c
 
1890
 
 
1891
libphpcups_la-phpcups.lo: scripting/php/phpcups.c
 
1892
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libphpcups_la_CFLAGS) $(CFLAGS) -MT libphpcups_la-phpcups.lo -MD -MP -MF $(DEPDIR)/libphpcups_la-phpcups.Tpo -c -o libphpcups_la-phpcups.lo `test -f 'scripting/php/phpcups.c' || echo '$(srcdir)/'`scripting/php/phpcups.c
 
1893
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libphpcups_la-phpcups.Tpo $(DEPDIR)/libphpcups_la-phpcups.Plo
 
1894
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='scripting/php/phpcups.c' object='libphpcups_la-phpcups.lo' libtool=yes @AMDEPBACKSLASH@
 
1895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1896
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libphpcups_la_CFLAGS) $(CFLAGS) -c -o libphpcups_la-phpcups.lo `test -f 'scripting/php/phpcups.c' || echo '$(srcdir)/'`scripting/php/phpcups.c
 
1897
 
 
1898
bannertopdf-banner.o: filter/banner.c
 
1899
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-banner.o -MD -MP -MF $(DEPDIR)/bannertopdf-banner.Tpo -c -o bannertopdf-banner.o `test -f 'filter/banner.c' || echo '$(srcdir)/'`filter/banner.c
 
1900
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-banner.Tpo $(DEPDIR)/bannertopdf-banner.Po
 
1901
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/banner.c' object='bannertopdf-banner.o' libtool=no @AMDEPBACKSLASH@
 
1902
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1903
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-banner.o `test -f 'filter/banner.c' || echo '$(srcdir)/'`filter/banner.c
 
1904
 
 
1905
bannertopdf-banner.obj: filter/banner.c
 
1906
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-banner.obj -MD -MP -MF $(DEPDIR)/bannertopdf-banner.Tpo -c -o bannertopdf-banner.obj `if test -f 'filter/banner.c'; then $(CYGPATH_W) 'filter/banner.c'; else $(CYGPATH_W) '$(srcdir)/filter/banner.c'; fi`
 
1907
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-banner.Tpo $(DEPDIR)/bannertopdf-banner.Po
 
1908
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/banner.c' object='bannertopdf-banner.obj' libtool=no @AMDEPBACKSLASH@
 
1909
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1910
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-banner.obj `if test -f 'filter/banner.c'; then $(CYGPATH_W) 'filter/banner.c'; else $(CYGPATH_W) '$(srcdir)/filter/banner.c'; fi`
 
1911
 
 
1912
bannertopdf-bannertopdf.o: filter/bannertopdf.c
 
1913
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-bannertopdf.o -MD -MP -MF $(DEPDIR)/bannertopdf-bannertopdf.Tpo -c -o bannertopdf-bannertopdf.o `test -f 'filter/bannertopdf.c' || echo '$(srcdir)/'`filter/bannertopdf.c
 
1914
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-bannertopdf.Tpo $(DEPDIR)/bannertopdf-bannertopdf.Po
 
1915
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/bannertopdf.c' object='bannertopdf-bannertopdf.o' libtool=no @AMDEPBACKSLASH@
 
1916
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1917
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-bannertopdf.o `test -f 'filter/bannertopdf.c' || echo '$(srcdir)/'`filter/bannertopdf.c
 
1918
 
 
1919
bannertopdf-bannertopdf.obj: filter/bannertopdf.c
 
1920
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-bannertopdf.obj -MD -MP -MF $(DEPDIR)/bannertopdf-bannertopdf.Tpo -c -o bannertopdf-bannertopdf.obj `if test -f 'filter/bannertopdf.c'; then $(CYGPATH_W) 'filter/bannertopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/bannertopdf.c'; fi`
 
1921
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-bannertopdf.Tpo $(DEPDIR)/bannertopdf-bannertopdf.Po
 
1922
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/bannertopdf.c' object='bannertopdf-bannertopdf.obj' libtool=no @AMDEPBACKSLASH@
 
1923
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1924
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-bannertopdf.obj `if test -f 'filter/bannertopdf.c'; then $(CYGPATH_W) 'filter/bannertopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/bannertopdf.c'; fi`
 
1925
 
 
1926
bannertopdf-getline.o: filter/getline.c
 
1927
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-getline.o -MD -MP -MF $(DEPDIR)/bannertopdf-getline.Tpo -c -o bannertopdf-getline.o `test -f 'filter/getline.c' || echo '$(srcdir)/'`filter/getline.c
 
1928
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-getline.Tpo $(DEPDIR)/bannertopdf-getline.Po
 
1929
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/getline.c' object='bannertopdf-getline.o' libtool=no @AMDEPBACKSLASH@
 
1930
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1931
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-getline.o `test -f 'filter/getline.c' || echo '$(srcdir)/'`filter/getline.c
 
1932
 
 
1933
bannertopdf-getline.obj: filter/getline.c
 
1934
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -MT bannertopdf-getline.obj -MD -MP -MF $(DEPDIR)/bannertopdf-getline.Tpo -c -o bannertopdf-getline.obj `if test -f 'filter/getline.c'; then $(CYGPATH_W) 'filter/getline.c'; else $(CYGPATH_W) '$(srcdir)/filter/getline.c'; fi`
 
1935
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-getline.Tpo $(DEPDIR)/bannertopdf-getline.Po
 
1936
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/getline.c' object='bannertopdf-getline.obj' libtool=no @AMDEPBACKSLASH@
 
1937
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1938
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CFLAGS) $(CFLAGS) -c -o bannertopdf-getline.obj `if test -f 'filter/getline.c'; then $(CYGPATH_W) 'filter/getline.c'; else $(CYGPATH_W) '$(srcdir)/filter/getline.c'; fi`
 
1939
 
 
1940
commandtoescpx-commandtoescpx.o: filter/commandtoescpx.c
 
1941
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtoescpx_CFLAGS) $(CFLAGS) -MT commandtoescpx-commandtoescpx.o -MD -MP -MF $(DEPDIR)/commandtoescpx-commandtoescpx.Tpo -c -o commandtoescpx-commandtoescpx.o `test -f 'filter/commandtoescpx.c' || echo '$(srcdir)/'`filter/commandtoescpx.c
 
1942
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commandtoescpx-commandtoescpx.Tpo $(DEPDIR)/commandtoescpx-commandtoescpx.Po
 
1943
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/commandtoescpx.c' object='commandtoescpx-commandtoescpx.o' libtool=no @AMDEPBACKSLASH@
 
1944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1945
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtoescpx_CFLAGS) $(CFLAGS) -c -o commandtoescpx-commandtoescpx.o `test -f 'filter/commandtoescpx.c' || echo '$(srcdir)/'`filter/commandtoescpx.c
 
1946
 
 
1947
commandtoescpx-commandtoescpx.obj: filter/commandtoescpx.c
 
1948
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtoescpx_CFLAGS) $(CFLAGS) -MT commandtoescpx-commandtoescpx.obj -MD -MP -MF $(DEPDIR)/commandtoescpx-commandtoescpx.Tpo -c -o commandtoescpx-commandtoescpx.obj `if test -f 'filter/commandtoescpx.c'; then $(CYGPATH_W) 'filter/commandtoescpx.c'; else $(CYGPATH_W) '$(srcdir)/filter/commandtoescpx.c'; fi`
 
1949
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commandtoescpx-commandtoescpx.Tpo $(DEPDIR)/commandtoescpx-commandtoescpx.Po
 
1950
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/commandtoescpx.c' object='commandtoescpx-commandtoescpx.obj' libtool=no @AMDEPBACKSLASH@
 
1951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1952
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtoescpx_CFLAGS) $(CFLAGS) -c -o commandtoescpx-commandtoescpx.obj `if test -f 'filter/commandtoescpx.c'; then $(CYGPATH_W) 'filter/commandtoescpx.c'; else $(CYGPATH_W) '$(srcdir)/filter/commandtoescpx.c'; fi`
 
1953
 
 
1954
commandtopclx-commandtopclx.o: filter/commandtopclx.c
 
1955
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtopclx_CFLAGS) $(CFLAGS) -MT commandtopclx-commandtopclx.o -MD -MP -MF $(DEPDIR)/commandtopclx-commandtopclx.Tpo -c -o commandtopclx-commandtopclx.o `test -f 'filter/commandtopclx.c' || echo '$(srcdir)/'`filter/commandtopclx.c
 
1956
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commandtopclx-commandtopclx.Tpo $(DEPDIR)/commandtopclx-commandtopclx.Po
 
1957
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/commandtopclx.c' object='commandtopclx-commandtopclx.o' libtool=no @AMDEPBACKSLASH@
 
1958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1959
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtopclx_CFLAGS) $(CFLAGS) -c -o commandtopclx-commandtopclx.o `test -f 'filter/commandtopclx.c' || echo '$(srcdir)/'`filter/commandtopclx.c
 
1960
 
 
1961
commandtopclx-commandtopclx.obj: filter/commandtopclx.c
 
1962
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtopclx_CFLAGS) $(CFLAGS) -MT commandtopclx-commandtopclx.obj -MD -MP -MF $(DEPDIR)/commandtopclx-commandtopclx.Tpo -c -o commandtopclx-commandtopclx.obj `if test -f 'filter/commandtopclx.c'; then $(CYGPATH_W) 'filter/commandtopclx.c'; else $(CYGPATH_W) '$(srcdir)/filter/commandtopclx.c'; fi`
 
1963
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commandtopclx-commandtopclx.Tpo $(DEPDIR)/commandtopclx-commandtopclx.Po
 
1964
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/commandtopclx.c' object='commandtopclx-commandtopclx.obj' libtool=no @AMDEPBACKSLASH@
 
1965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1966
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commandtopclx_CFLAGS) $(CFLAGS) -c -o commandtopclx-commandtopclx.obj `if test -f 'filter/commandtopclx.c'; then $(CYGPATH_W) 'filter/commandtopclx.c'; else $(CYGPATH_W) '$(srcdir)/filter/commandtopclx.c'; fi`
 
1967
 
 
1968
imagetopdf-common.o: filter/common.c
 
1969
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -MT imagetopdf-common.o -MD -MP -MF $(DEPDIR)/imagetopdf-common.Tpo -c -o imagetopdf-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
1970
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetopdf-common.Tpo $(DEPDIR)/imagetopdf-common.Po
 
1971
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='imagetopdf-common.o' libtool=no @AMDEPBACKSLASH@
 
1972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1973
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -c -o imagetopdf-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
1974
 
 
1975
imagetopdf-common.obj: filter/common.c
 
1976
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -MT imagetopdf-common.obj -MD -MP -MF $(DEPDIR)/imagetopdf-common.Tpo -c -o imagetopdf-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
1977
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetopdf-common.Tpo $(DEPDIR)/imagetopdf-common.Po
 
1978
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='imagetopdf-common.obj' libtool=no @AMDEPBACKSLASH@
 
1979
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1980
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -c -o imagetopdf-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
1981
 
 
1982
imagetopdf-imagetopdf.o: filter/imagetopdf.c
 
1983
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -MT imagetopdf-imagetopdf.o -MD -MP -MF $(DEPDIR)/imagetopdf-imagetopdf.Tpo -c -o imagetopdf-imagetopdf.o `test -f 'filter/imagetopdf.c' || echo '$(srcdir)/'`filter/imagetopdf.c
 
1984
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetopdf-imagetopdf.Tpo $(DEPDIR)/imagetopdf-imagetopdf.Po
 
1985
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/imagetopdf.c' object='imagetopdf-imagetopdf.o' libtool=no @AMDEPBACKSLASH@
 
1986
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1987
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -c -o imagetopdf-imagetopdf.o `test -f 'filter/imagetopdf.c' || echo '$(srcdir)/'`filter/imagetopdf.c
 
1988
 
 
1989
imagetopdf-imagetopdf.obj: filter/imagetopdf.c
 
1990
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -MT imagetopdf-imagetopdf.obj -MD -MP -MF $(DEPDIR)/imagetopdf-imagetopdf.Tpo -c -o imagetopdf-imagetopdf.obj `if test -f 'filter/imagetopdf.c'; then $(CYGPATH_W) 'filter/imagetopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/imagetopdf.c'; fi`
 
1991
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetopdf-imagetopdf.Tpo $(DEPDIR)/imagetopdf-imagetopdf.Po
 
1992
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/imagetopdf.c' object='imagetopdf-imagetopdf.obj' libtool=no @AMDEPBACKSLASH@
 
1993
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1994
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetopdf_CFLAGS) $(CFLAGS) -c -o imagetopdf-imagetopdf.obj `if test -f 'filter/imagetopdf.c'; then $(CYGPATH_W) 'filter/imagetopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/imagetopdf.c'; fi`
 
1995
 
 
1996
imagetoraster-common.o: filter/common.c
 
1997
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -MT imagetoraster-common.o -MD -MP -MF $(DEPDIR)/imagetoraster-common.Tpo -c -o imagetoraster-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
1998
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetoraster-common.Tpo $(DEPDIR)/imagetoraster-common.Po
 
1999
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='imagetoraster-common.o' libtool=no @AMDEPBACKSLASH@
 
2000
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2001
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -c -o imagetoraster-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
2002
 
 
2003
imagetoraster-common.obj: filter/common.c
 
2004
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -MT imagetoraster-common.obj -MD -MP -MF $(DEPDIR)/imagetoraster-common.Tpo -c -o imagetoraster-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2005
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetoraster-common.Tpo $(DEPDIR)/imagetoraster-common.Po
 
2006
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='imagetoraster-common.obj' libtool=no @AMDEPBACKSLASH@
 
2007
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2008
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -c -o imagetoraster-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2009
 
 
2010
imagetoraster-imagetoraster.o: filter/imagetoraster.c
 
2011
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -MT imagetoraster-imagetoraster.o -MD -MP -MF $(DEPDIR)/imagetoraster-imagetoraster.Tpo -c -o imagetoraster-imagetoraster.o `test -f 'filter/imagetoraster.c' || echo '$(srcdir)/'`filter/imagetoraster.c
 
2012
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetoraster-imagetoraster.Tpo $(DEPDIR)/imagetoraster-imagetoraster.Po
 
2013
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/imagetoraster.c' object='imagetoraster-imagetoraster.o' libtool=no @AMDEPBACKSLASH@
 
2014
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2015
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -c -o imagetoraster-imagetoraster.o `test -f 'filter/imagetoraster.c' || echo '$(srcdir)/'`filter/imagetoraster.c
 
2016
 
 
2017
imagetoraster-imagetoraster.obj: filter/imagetoraster.c
 
2018
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -MT imagetoraster-imagetoraster.obj -MD -MP -MF $(DEPDIR)/imagetoraster-imagetoraster.Tpo -c -o imagetoraster-imagetoraster.obj `if test -f 'filter/imagetoraster.c'; then $(CYGPATH_W) 'filter/imagetoraster.c'; else $(CYGPATH_W) '$(srcdir)/filter/imagetoraster.c'; fi`
 
2019
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/imagetoraster-imagetoraster.Tpo $(DEPDIR)/imagetoraster-imagetoraster.Po
 
2020
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/imagetoraster.c' object='imagetoraster-imagetoraster.obj' libtool=no @AMDEPBACKSLASH@
 
2021
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2022
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imagetoraster_CFLAGS) $(CFLAGS) -c -o imagetoraster-imagetoraster.obj `if test -f 'filter/imagetoraster.c'; then $(CYGPATH_W) 'filter/imagetoraster.c'; else $(CYGPATH_W) '$(srcdir)/filter/imagetoraster.c'; fi`
 
2023
 
 
2024
parallel-ieee1284.o: backend/ieee1284.c
 
2025
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -MT parallel-ieee1284.o -MD -MP -MF $(DEPDIR)/parallel-ieee1284.Tpo -c -o parallel-ieee1284.o `test -f 'backend/ieee1284.c' || echo '$(srcdir)/'`backend/ieee1284.c
 
2026
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parallel-ieee1284.Tpo $(DEPDIR)/parallel-ieee1284.Po
 
2027
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/ieee1284.c' object='parallel-ieee1284.o' libtool=no @AMDEPBACKSLASH@
 
2028
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2029
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -c -o parallel-ieee1284.o `test -f 'backend/ieee1284.c' || echo '$(srcdir)/'`backend/ieee1284.c
 
2030
 
 
2031
parallel-ieee1284.obj: backend/ieee1284.c
 
2032
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -MT parallel-ieee1284.obj -MD -MP -MF $(DEPDIR)/parallel-ieee1284.Tpo -c -o parallel-ieee1284.obj `if test -f 'backend/ieee1284.c'; then $(CYGPATH_W) 'backend/ieee1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/ieee1284.c'; fi`
 
2033
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parallel-ieee1284.Tpo $(DEPDIR)/parallel-ieee1284.Po
 
2034
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/ieee1284.c' object='parallel-ieee1284.obj' libtool=no @AMDEPBACKSLASH@
 
2035
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2036
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -c -o parallel-ieee1284.obj `if test -f 'backend/ieee1284.c'; then $(CYGPATH_W) 'backend/ieee1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/ieee1284.c'; fi`
 
2037
 
 
2038
parallel-parallel.o: backend/parallel.c
 
2039
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -MT parallel-parallel.o -MD -MP -MF $(DEPDIR)/parallel-parallel.Tpo -c -o parallel-parallel.o `test -f 'backend/parallel.c' || echo '$(srcdir)/'`backend/parallel.c
 
2040
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parallel-parallel.Tpo $(DEPDIR)/parallel-parallel.Po
 
2041
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/parallel.c' object='parallel-parallel.o' libtool=no @AMDEPBACKSLASH@
 
2042
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2043
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -c -o parallel-parallel.o `test -f 'backend/parallel.c' || echo '$(srcdir)/'`backend/parallel.c
 
2044
 
 
2045
parallel-parallel.obj: backend/parallel.c
 
2046
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -MT parallel-parallel.obj -MD -MP -MF $(DEPDIR)/parallel-parallel.Tpo -c -o parallel-parallel.obj `if test -f 'backend/parallel.c'; then $(CYGPATH_W) 'backend/parallel.c'; else $(CYGPATH_W) '$(srcdir)/backend/parallel.c'; fi`
 
2047
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parallel-parallel.Tpo $(DEPDIR)/parallel-parallel.Po
 
2048
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/parallel.c' object='parallel-parallel.obj' libtool=no @AMDEPBACKSLASH@
 
2049
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2050
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parallel_CFLAGS) $(CFLAGS) -c -o parallel-parallel.obj `if test -f 'backend/parallel.c'; then $(CYGPATH_W) 'backend/parallel.c'; else $(CYGPATH_W) '$(srcdir)/backend/parallel.c'; fi`
 
2051
 
 
2052
pdftops-common.o: filter/common.c
 
2053
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-common.o -MD -MP -MF $(DEPDIR)/pdftops-common.Tpo -c -o pdftops-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
2054
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-common.Tpo $(DEPDIR)/pdftops-common.Po
 
2055
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='pdftops-common.o' libtool=no @AMDEPBACKSLASH@
 
2056
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2057
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
2058
 
 
2059
pdftops-common.obj: filter/common.c
 
2060
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-common.obj -MD -MP -MF $(DEPDIR)/pdftops-common.Tpo -c -o pdftops-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2061
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-common.Tpo $(DEPDIR)/pdftops-common.Po
 
2062
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='pdftops-common.obj' libtool=no @AMDEPBACKSLASH@
 
2063
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2064
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2065
 
 
2066
pdftops-pdftops.o: filter/pdftops.c
 
2067
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-pdftops.o -MD -MP -MF $(DEPDIR)/pdftops-pdftops.Tpo -c -o pdftops-pdftops.o `test -f 'filter/pdftops.c' || echo '$(srcdir)/'`filter/pdftops.c
 
2068
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-pdftops.Tpo $(DEPDIR)/pdftops-pdftops.Po
 
2069
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdftops.c' object='pdftops-pdftops.o' libtool=no @AMDEPBACKSLASH@
 
2070
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2071
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-pdftops.o `test -f 'filter/pdftops.c' || echo '$(srcdir)/'`filter/pdftops.c
 
2072
 
 
2073
pdftops-pdftops.obj: filter/pdftops.c
 
2074
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-pdftops.obj -MD -MP -MF $(DEPDIR)/pdftops-pdftops.Tpo -c -o pdftops-pdftops.obj `if test -f 'filter/pdftops.c'; then $(CYGPATH_W) 'filter/pdftops.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdftops.c'; fi`
 
2075
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-pdftops.Tpo $(DEPDIR)/pdftops-pdftops.Po
 
2076
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdftops.c' object='pdftops-pdftops.obj' libtool=no @AMDEPBACKSLASH@
 
2077
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2078
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-pdftops.obj `if test -f 'filter/pdftops.c'; then $(CYGPATH_W) 'filter/pdftops.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdftops.c'; fi`
 
2079
 
 
2080
pdftops-strcasestr.o: filter/strcasestr.c
 
2081
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-strcasestr.o -MD -MP -MF $(DEPDIR)/pdftops-strcasestr.Tpo -c -o pdftops-strcasestr.o `test -f 'filter/strcasestr.c' || echo '$(srcdir)/'`filter/strcasestr.c
 
2082
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-strcasestr.Tpo $(DEPDIR)/pdftops-strcasestr.Po
 
2083
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/strcasestr.c' object='pdftops-strcasestr.o' libtool=no @AMDEPBACKSLASH@
 
2084
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2085
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-strcasestr.o `test -f 'filter/strcasestr.c' || echo '$(srcdir)/'`filter/strcasestr.c
 
2086
 
 
2087
pdftops-strcasestr.obj: filter/strcasestr.c
 
2088
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -MT pdftops-strcasestr.obj -MD -MP -MF $(DEPDIR)/pdftops-strcasestr.Tpo -c -o pdftops-strcasestr.obj `if test -f 'filter/strcasestr.c'; then $(CYGPATH_W) 'filter/strcasestr.c'; else $(CYGPATH_W) '$(srcdir)/filter/strcasestr.c'; fi`
 
2089
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pdftops-strcasestr.Tpo $(DEPDIR)/pdftops-strcasestr.Po
 
2090
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/strcasestr.c' object='pdftops-strcasestr.obj' libtool=no @AMDEPBACKSLASH@
 
2091
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2092
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftops_CFLAGS) $(CFLAGS) -c -o pdftops-strcasestr.obj `if test -f 'filter/strcasestr.c'; then $(CYGPATH_W) 'filter/strcasestr.c'; else $(CYGPATH_W) '$(srcdir)/filter/strcasestr.c'; fi`
 
2093
 
 
2094
rastertoescpx-rastertoescpx.o: filter/rastertoescpx.c
 
2095
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertoescpx_CFLAGS) $(CFLAGS) -MT rastertoescpx-rastertoescpx.o -MD -MP -MF $(DEPDIR)/rastertoescpx-rastertoescpx.Tpo -c -o rastertoescpx-rastertoescpx.o `test -f 'filter/rastertoescpx.c' || echo '$(srcdir)/'`filter/rastertoescpx.c
 
2096
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertoescpx-rastertoescpx.Tpo $(DEPDIR)/rastertoescpx-rastertoescpx.Po
 
2097
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/rastertoescpx.c' object='rastertoescpx-rastertoescpx.o' libtool=no @AMDEPBACKSLASH@
 
2098
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2099
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertoescpx_CFLAGS) $(CFLAGS) -c -o rastertoescpx-rastertoescpx.o `test -f 'filter/rastertoescpx.c' || echo '$(srcdir)/'`filter/rastertoescpx.c
 
2100
 
 
2101
rastertoescpx-rastertoescpx.obj: filter/rastertoescpx.c
 
2102
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertoescpx_CFLAGS) $(CFLAGS) -MT rastertoescpx-rastertoescpx.obj -MD -MP -MF $(DEPDIR)/rastertoescpx-rastertoescpx.Tpo -c -o rastertoescpx-rastertoescpx.obj `if test -f 'filter/rastertoescpx.c'; then $(CYGPATH_W) 'filter/rastertoescpx.c'; else $(CYGPATH_W) '$(srcdir)/filter/rastertoescpx.c'; fi`
 
2103
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertoescpx-rastertoescpx.Tpo $(DEPDIR)/rastertoescpx-rastertoescpx.Po
 
2104
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/rastertoescpx.c' object='rastertoescpx-rastertoescpx.obj' libtool=no @AMDEPBACKSLASH@
 
2105
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2106
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertoescpx_CFLAGS) $(CFLAGS) -c -o rastertoescpx-rastertoescpx.obj `if test -f 'filter/rastertoescpx.c'; then $(CYGPATH_W) 'filter/rastertoescpx.c'; else $(CYGPATH_W) '$(srcdir)/filter/rastertoescpx.c'; fi`
 
2107
 
 
2108
rastertopclx-pcl-common.o: filter/pcl-common.c
 
2109
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -MT rastertopclx-pcl-common.o -MD -MP -MF $(DEPDIR)/rastertopclx-pcl-common.Tpo -c -o rastertopclx-pcl-common.o `test -f 'filter/pcl-common.c' || echo '$(srcdir)/'`filter/pcl-common.c
 
2110
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertopclx-pcl-common.Tpo $(DEPDIR)/rastertopclx-pcl-common.Po
 
2111
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pcl-common.c' object='rastertopclx-pcl-common.o' libtool=no @AMDEPBACKSLASH@
 
2112
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2113
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -c -o rastertopclx-pcl-common.o `test -f 'filter/pcl-common.c' || echo '$(srcdir)/'`filter/pcl-common.c
 
2114
 
 
2115
rastertopclx-pcl-common.obj: filter/pcl-common.c
 
2116
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -MT rastertopclx-pcl-common.obj -MD -MP -MF $(DEPDIR)/rastertopclx-pcl-common.Tpo -c -o rastertopclx-pcl-common.obj `if test -f 'filter/pcl-common.c'; then $(CYGPATH_W) 'filter/pcl-common.c'; else $(CYGPATH_W) '$(srcdir)/filter/pcl-common.c'; fi`
 
2117
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertopclx-pcl-common.Tpo $(DEPDIR)/rastertopclx-pcl-common.Po
 
2118
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pcl-common.c' object='rastertopclx-pcl-common.obj' libtool=no @AMDEPBACKSLASH@
 
2119
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2120
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -c -o rastertopclx-pcl-common.obj `if test -f 'filter/pcl-common.c'; then $(CYGPATH_W) 'filter/pcl-common.c'; else $(CYGPATH_W) '$(srcdir)/filter/pcl-common.c'; fi`
 
2121
 
 
2122
rastertopclx-rastertopclx.o: filter/rastertopclx.c
 
2123
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -MT rastertopclx-rastertopclx.o -MD -MP -MF $(DEPDIR)/rastertopclx-rastertopclx.Tpo -c -o rastertopclx-rastertopclx.o `test -f 'filter/rastertopclx.c' || echo '$(srcdir)/'`filter/rastertopclx.c
 
2124
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertopclx-rastertopclx.Tpo $(DEPDIR)/rastertopclx-rastertopclx.Po
 
2125
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/rastertopclx.c' object='rastertopclx-rastertopclx.o' libtool=no @AMDEPBACKSLASH@
 
2126
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2127
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -c -o rastertopclx-rastertopclx.o `test -f 'filter/rastertopclx.c' || echo '$(srcdir)/'`filter/rastertopclx.c
 
2128
 
 
2129
rastertopclx-rastertopclx.obj: filter/rastertopclx.c
 
2130
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -MT rastertopclx-rastertopclx.obj -MD -MP -MF $(DEPDIR)/rastertopclx-rastertopclx.Tpo -c -o rastertopclx-rastertopclx.obj `if test -f 'filter/rastertopclx.c'; then $(CYGPATH_W) 'filter/rastertopclx.c'; else $(CYGPATH_W) '$(srcdir)/filter/rastertopclx.c'; fi`
 
2131
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rastertopclx-rastertopclx.Tpo $(DEPDIR)/rastertopclx-rastertopclx.Po
 
2132
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/rastertopclx.c' object='rastertopclx-rastertopclx.obj' libtool=no @AMDEPBACKSLASH@
 
2133
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2134
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rastertopclx_CFLAGS) $(CFLAGS) -c -o rastertopclx-rastertopclx.obj `if test -f 'filter/rastertopclx.c'; then $(CYGPATH_W) 'filter/rastertopclx.c'; else $(CYGPATH_W) '$(srcdir)/filter/rastertopclx.c'; fi`
 
2135
 
 
2136
serial-serial.o: backend/serial.c
 
2137
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(serial_CFLAGS) $(CFLAGS) -MT serial-serial.o -MD -MP -MF $(DEPDIR)/serial-serial.Tpo -c -o serial-serial.o `test -f 'backend/serial.c' || echo '$(srcdir)/'`backend/serial.c
 
2138
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/serial-serial.Tpo $(DEPDIR)/serial-serial.Po
 
2139
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/serial.c' object='serial-serial.o' libtool=no @AMDEPBACKSLASH@
 
2140
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2141
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(serial_CFLAGS) $(CFLAGS) -c -o serial-serial.o `test -f 'backend/serial.c' || echo '$(srcdir)/'`backend/serial.c
 
2142
 
 
2143
serial-serial.obj: backend/serial.c
 
2144
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(serial_CFLAGS) $(CFLAGS) -MT serial-serial.obj -MD -MP -MF $(DEPDIR)/serial-serial.Tpo -c -o serial-serial.obj `if test -f 'backend/serial.c'; then $(CYGPATH_W) 'backend/serial.c'; else $(CYGPATH_W) '$(srcdir)/backend/serial.c'; fi`
 
2145
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/serial-serial.Tpo $(DEPDIR)/serial-serial.Po
 
2146
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/serial.c' object='serial-serial.obj' libtool=no @AMDEPBACKSLASH@
 
2147
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2148
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(serial_CFLAGS) $(CFLAGS) -c -o serial-serial.obj `if test -f 'backend/serial.c'; then $(CYGPATH_W) 'backend/serial.c'; else $(CYGPATH_W) '$(srcdir)/backend/serial.c'; fi`
 
2149
 
 
2150
test1284-ieee1284.o: backend/ieee1284.c
 
2151
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -MT test1284-ieee1284.o -MD -MP -MF $(DEPDIR)/test1284-ieee1284.Tpo -c -o test1284-ieee1284.o `test -f 'backend/ieee1284.c' || echo '$(srcdir)/'`backend/ieee1284.c
 
2152
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test1284-ieee1284.Tpo $(DEPDIR)/test1284-ieee1284.Po
 
2153
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/ieee1284.c' object='test1284-ieee1284.o' libtool=no @AMDEPBACKSLASH@
 
2154
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2155
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -c -o test1284-ieee1284.o `test -f 'backend/ieee1284.c' || echo '$(srcdir)/'`backend/ieee1284.c
 
2156
 
 
2157
test1284-ieee1284.obj: backend/ieee1284.c
 
2158
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -MT test1284-ieee1284.obj -MD -MP -MF $(DEPDIR)/test1284-ieee1284.Tpo -c -o test1284-ieee1284.obj `if test -f 'backend/ieee1284.c'; then $(CYGPATH_W) 'backend/ieee1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/ieee1284.c'; fi`
 
2159
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test1284-ieee1284.Tpo $(DEPDIR)/test1284-ieee1284.Po
 
2160
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/ieee1284.c' object='test1284-ieee1284.obj' libtool=no @AMDEPBACKSLASH@
 
2161
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2162
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -c -o test1284-ieee1284.obj `if test -f 'backend/ieee1284.c'; then $(CYGPATH_W) 'backend/ieee1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/ieee1284.c'; fi`
 
2163
 
 
2164
test1284-test1284.o: backend/test1284.c
 
2165
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -MT test1284-test1284.o -MD -MP -MF $(DEPDIR)/test1284-test1284.Tpo -c -o test1284-test1284.o `test -f 'backend/test1284.c' || echo '$(srcdir)/'`backend/test1284.c
 
2166
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test1284-test1284.Tpo $(DEPDIR)/test1284-test1284.Po
 
2167
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/test1284.c' object='test1284-test1284.o' libtool=no @AMDEPBACKSLASH@
 
2168
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2169
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -c -o test1284-test1284.o `test -f 'backend/test1284.c' || echo '$(srcdir)/'`backend/test1284.c
 
2170
 
 
2171
test1284-test1284.obj: backend/test1284.c
 
2172
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -MT test1284-test1284.obj -MD -MP -MF $(DEPDIR)/test1284-test1284.Tpo -c -o test1284-test1284.obj `if test -f 'backend/test1284.c'; then $(CYGPATH_W) 'backend/test1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/test1284.c'; fi`
 
2173
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test1284-test1284.Tpo $(DEPDIR)/test1284-test1284.Po
 
2174
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='backend/test1284.c' object='test1284-test1284.obj' libtool=no @AMDEPBACKSLASH@
 
2175
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2176
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test1284_CFLAGS) $(CFLAGS) -c -o test1284-test1284.obj `if test -f 'backend/test1284.c'; then $(CYGPATH_W) 'backend/test1284.c'; else $(CYGPATH_W) '$(srcdir)/backend/test1284.c'; fi`
 
2177
 
 
2178
test_analyze.o: fontembed/test_analyze.c
 
2179
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_analyze.o -MD -MP -MF $(DEPDIR)/test_analyze.Tpo -c -o test_analyze.o `test -f 'fontembed/test_analyze.c' || echo '$(srcdir)/'`fontembed/test_analyze.c
 
2180
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_analyze.Tpo $(DEPDIR)/test_analyze.Po
 
2181
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_analyze.c' object='test_analyze.o' libtool=no @AMDEPBACKSLASH@
 
2182
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2183
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_analyze.o `test -f 'fontembed/test_analyze.c' || echo '$(srcdir)/'`fontembed/test_analyze.c
 
2184
 
 
2185
test_analyze.obj: fontembed/test_analyze.c
 
2186
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_analyze.obj -MD -MP -MF $(DEPDIR)/test_analyze.Tpo -c -o test_analyze.obj `if test -f 'fontembed/test_analyze.c'; then $(CYGPATH_W) 'fontembed/test_analyze.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_analyze.c'; fi`
 
2187
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_analyze.Tpo $(DEPDIR)/test_analyze.Po
 
2188
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_analyze.c' object='test_analyze.obj' libtool=no @AMDEPBACKSLASH@
 
2189
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2190
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_analyze.obj `if test -f 'fontembed/test_analyze.c'; then $(CYGPATH_W) 'fontembed/test_analyze.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_analyze.c'; fi`
 
2191
 
 
2192
test_pdf.o: fontembed/test_pdf.c
 
2193
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pdf.o -MD -MP -MF $(DEPDIR)/test_pdf.Tpo -c -o test_pdf.o `test -f 'fontembed/test_pdf.c' || echo '$(srcdir)/'`fontembed/test_pdf.c
 
2194
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf.Tpo $(DEPDIR)/test_pdf.Po
 
2195
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_pdf.c' object='test_pdf.o' libtool=no @AMDEPBACKSLASH@
 
2196
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2197
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pdf.o `test -f 'fontembed/test_pdf.c' || echo '$(srcdir)/'`fontembed/test_pdf.c
 
2198
 
 
2199
test_pdf.obj: fontembed/test_pdf.c
 
2200
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_pdf.obj -MD -MP -MF $(DEPDIR)/test_pdf.Tpo -c -o test_pdf.obj `if test -f 'fontembed/test_pdf.c'; then $(CYGPATH_W) 'fontembed/test_pdf.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_pdf.c'; fi`
 
2201
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf.Tpo $(DEPDIR)/test_pdf.Po
 
2202
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_pdf.c' object='test_pdf.obj' libtool=no @AMDEPBACKSLASH@
 
2203
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2204
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_pdf.obj `if test -f 'fontembed/test_pdf.c'; then $(CYGPATH_W) 'fontembed/test_pdf.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_pdf.c'; fi`
 
2205
 
 
2206
test_pdf1-pdfutils.o: filter/pdfutils.c
 
2207
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -MT test_pdf1-pdfutils.o -MD -MP -MF $(DEPDIR)/test_pdf1-pdfutils.Tpo -c -o test_pdf1-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2208
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf1-pdfutils.Tpo $(DEPDIR)/test_pdf1-pdfutils.Po
 
2209
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='test_pdf1-pdfutils.o' libtool=no @AMDEPBACKSLASH@
 
2210
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2211
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -c -o test_pdf1-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2212
 
 
2213
test_pdf1-pdfutils.obj: filter/pdfutils.c
 
2214
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -MT test_pdf1-pdfutils.obj -MD -MP -MF $(DEPDIR)/test_pdf1-pdfutils.Tpo -c -o test_pdf1-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2215
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf1-pdfutils.Tpo $(DEPDIR)/test_pdf1-pdfutils.Po
 
2216
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='test_pdf1-pdfutils.obj' libtool=no @AMDEPBACKSLASH@
 
2217
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2218
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -c -o test_pdf1-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2219
 
 
2220
test_pdf1-test_pdf1.o: filter/test_pdf1.c
 
2221
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -MT test_pdf1-test_pdf1.o -MD -MP -MF $(DEPDIR)/test_pdf1-test_pdf1.Tpo -c -o test_pdf1-test_pdf1.o `test -f 'filter/test_pdf1.c' || echo '$(srcdir)/'`filter/test_pdf1.c
 
2222
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf1-test_pdf1.Tpo $(DEPDIR)/test_pdf1-test_pdf1.Po
 
2223
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/test_pdf1.c' object='test_pdf1-test_pdf1.o' libtool=no @AMDEPBACKSLASH@
 
2224
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2225
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -c -o test_pdf1-test_pdf1.o `test -f 'filter/test_pdf1.c' || echo '$(srcdir)/'`filter/test_pdf1.c
 
2226
 
 
2227
test_pdf1-test_pdf1.obj: filter/test_pdf1.c
 
2228
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -MT test_pdf1-test_pdf1.obj -MD -MP -MF $(DEPDIR)/test_pdf1-test_pdf1.Tpo -c -o test_pdf1-test_pdf1.obj `if test -f 'filter/test_pdf1.c'; then $(CYGPATH_W) 'filter/test_pdf1.c'; else $(CYGPATH_W) '$(srcdir)/filter/test_pdf1.c'; fi`
 
2229
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf1-test_pdf1.Tpo $(DEPDIR)/test_pdf1-test_pdf1.Po
 
2230
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/test_pdf1.c' object='test_pdf1-test_pdf1.obj' libtool=no @AMDEPBACKSLASH@
 
2231
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2232
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf1_CFLAGS) $(CFLAGS) -c -o test_pdf1-test_pdf1.obj `if test -f 'filter/test_pdf1.c'; then $(CYGPATH_W) 'filter/test_pdf1.c'; else $(CYGPATH_W) '$(srcdir)/filter/test_pdf1.c'; fi`
 
2233
 
 
2234
test_pdf2-pdfutils.o: filter/pdfutils.c
 
2235
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -MT test_pdf2-pdfutils.o -MD -MP -MF $(DEPDIR)/test_pdf2-pdfutils.Tpo -c -o test_pdf2-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2236
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf2-pdfutils.Tpo $(DEPDIR)/test_pdf2-pdfutils.Po
 
2237
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='test_pdf2-pdfutils.o' libtool=no @AMDEPBACKSLASH@
 
2238
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2239
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -c -o test_pdf2-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2240
 
 
2241
test_pdf2-pdfutils.obj: filter/pdfutils.c
 
2242
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -MT test_pdf2-pdfutils.obj -MD -MP -MF $(DEPDIR)/test_pdf2-pdfutils.Tpo -c -o test_pdf2-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2243
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf2-pdfutils.Tpo $(DEPDIR)/test_pdf2-pdfutils.Po
 
2244
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='test_pdf2-pdfutils.obj' libtool=no @AMDEPBACKSLASH@
 
2245
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2246
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -c -o test_pdf2-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2247
 
 
2248
test_pdf2-test_pdf2.o: filter/test_pdf2.c
 
2249
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -MT test_pdf2-test_pdf2.o -MD -MP -MF $(DEPDIR)/test_pdf2-test_pdf2.Tpo -c -o test_pdf2-test_pdf2.o `test -f 'filter/test_pdf2.c' || echo '$(srcdir)/'`filter/test_pdf2.c
 
2250
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf2-test_pdf2.Tpo $(DEPDIR)/test_pdf2-test_pdf2.Po
 
2251
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/test_pdf2.c' object='test_pdf2-test_pdf2.o' libtool=no @AMDEPBACKSLASH@
 
2252
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2253
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -c -o test_pdf2-test_pdf2.o `test -f 'filter/test_pdf2.c' || echo '$(srcdir)/'`filter/test_pdf2.c
 
2254
 
 
2255
test_pdf2-test_pdf2.obj: filter/test_pdf2.c
 
2256
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -MT test_pdf2-test_pdf2.obj -MD -MP -MF $(DEPDIR)/test_pdf2-test_pdf2.Tpo -c -o test_pdf2-test_pdf2.obj `if test -f 'filter/test_pdf2.c'; then $(CYGPATH_W) 'filter/test_pdf2.c'; else $(CYGPATH_W) '$(srcdir)/filter/test_pdf2.c'; fi`
 
2257
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_pdf2-test_pdf2.Tpo $(DEPDIR)/test_pdf2-test_pdf2.Po
 
2258
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/test_pdf2.c' object='test_pdf2-test_pdf2.obj' libtool=no @AMDEPBACKSLASH@
 
2259
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2260
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_pdf2_CFLAGS) $(CFLAGS) -c -o test_pdf2-test_pdf2.obj `if test -f 'filter/test_pdf2.c'; then $(CYGPATH_W) 'filter/test_pdf2.c'; else $(CYGPATH_W) '$(srcdir)/filter/test_pdf2.c'; fi`
 
2261
 
 
2262
test_ps.o: fontembed/test_ps.c
 
2263
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_ps.o -MD -MP -MF $(DEPDIR)/test_ps.Tpo -c -o test_ps.o `test -f 'fontembed/test_ps.c' || echo '$(srcdir)/'`fontembed/test_ps.c
 
2264
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_ps.Tpo $(DEPDIR)/test_ps.Po
 
2265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_ps.c' object='test_ps.o' libtool=no @AMDEPBACKSLASH@
 
2266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2267
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_ps.o `test -f 'fontembed/test_ps.c' || echo '$(srcdir)/'`fontembed/test_ps.c
 
2268
 
 
2269
test_ps.obj: fontembed/test_ps.c
 
2270
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_ps.obj -MD -MP -MF $(DEPDIR)/test_ps.Tpo -c -o test_ps.obj `if test -f 'fontembed/test_ps.c'; then $(CYGPATH_W) 'fontembed/test_ps.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_ps.c'; fi`
 
2271
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_ps.Tpo $(DEPDIR)/test_ps.Po
 
2272
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/test_ps.c' object='test_ps.obj' libtool=no @AMDEPBACKSLASH@
 
2273
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2274
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_ps.obj `if test -f 'fontembed/test_ps.c'; then $(CYGPATH_W) 'fontembed/test_ps.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/test_ps.c'; fi`
 
2275
 
 
2276
testcmyk.o: cupsfilters/testcmyk.c
 
2277
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcmyk.o -MD -MP -MF $(DEPDIR)/testcmyk.Tpo -c -o testcmyk.o `test -f 'cupsfilters/testcmyk.c' || echo '$(srcdir)/'`cupsfilters/testcmyk.c
 
2278
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testcmyk.Tpo $(DEPDIR)/testcmyk.Po
 
2279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testcmyk.c' object='testcmyk.o' libtool=no @AMDEPBACKSLASH@
 
2280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2281
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcmyk.o `test -f 'cupsfilters/testcmyk.c' || echo '$(srcdir)/'`cupsfilters/testcmyk.c
 
2282
 
 
2283
testcmyk.obj: cupsfilters/testcmyk.c
 
2284
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcmyk.obj -MD -MP -MF $(DEPDIR)/testcmyk.Tpo -c -o testcmyk.obj `if test -f 'cupsfilters/testcmyk.c'; then $(CYGPATH_W) 'cupsfilters/testcmyk.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testcmyk.c'; fi`
 
2285
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testcmyk.Tpo $(DEPDIR)/testcmyk.Po
 
2286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testcmyk.c' object='testcmyk.obj' libtool=no @AMDEPBACKSLASH@
 
2287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2288
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcmyk.obj `if test -f 'cupsfilters/testcmyk.c'; then $(CYGPATH_W) 'cupsfilters/testcmyk.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testcmyk.c'; fi`
 
2289
 
 
2290
testdither.o: cupsfilters/testdither.c
 
2291
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testdither.o -MD -MP -MF $(DEPDIR)/testdither.Tpo -c -o testdither.o `test -f 'cupsfilters/testdither.c' || echo '$(srcdir)/'`cupsfilters/testdither.c
 
2292
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testdither.Tpo $(DEPDIR)/testdither.Po
 
2293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testdither.c' object='testdither.o' libtool=no @AMDEPBACKSLASH@
 
2294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2295
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testdither.o `test -f 'cupsfilters/testdither.c' || echo '$(srcdir)/'`cupsfilters/testdither.c
 
2296
 
 
2297
testdither.obj: cupsfilters/testdither.c
 
2298
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testdither.obj -MD -MP -MF $(DEPDIR)/testdither.Tpo -c -o testdither.obj `if test -f 'cupsfilters/testdither.c'; then $(CYGPATH_W) 'cupsfilters/testdither.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testdither.c'; fi`
 
2299
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testdither.Tpo $(DEPDIR)/testdither.Po
 
2300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testdither.c' object='testdither.obj' libtool=no @AMDEPBACKSLASH@
 
2301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2302
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testdither.obj `if test -f 'cupsfilters/testdither.c'; then $(CYGPATH_W) 'cupsfilters/testdither.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testdither.c'; fi`
 
2303
 
 
2304
testimage-testimage.o: cupsfilters/testimage.c
 
2305
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testimage_CFLAGS) $(CFLAGS) -MT testimage-testimage.o -MD -MP -MF $(DEPDIR)/testimage-testimage.Tpo -c -o testimage-testimage.o `test -f 'cupsfilters/testimage.c' || echo '$(srcdir)/'`cupsfilters/testimage.c
 
2306
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testimage-testimage.Tpo $(DEPDIR)/testimage-testimage.Po
 
2307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testimage.c' object='testimage-testimage.o' libtool=no @AMDEPBACKSLASH@
 
2308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2309
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testimage_CFLAGS) $(CFLAGS) -c -o testimage-testimage.o `test -f 'cupsfilters/testimage.c' || echo '$(srcdir)/'`cupsfilters/testimage.c
 
2310
 
 
2311
testimage-testimage.obj: cupsfilters/testimage.c
 
2312
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testimage_CFLAGS) $(CFLAGS) -MT testimage-testimage.obj -MD -MP -MF $(DEPDIR)/testimage-testimage.Tpo -c -o testimage-testimage.obj `if test -f 'cupsfilters/testimage.c'; then $(CYGPATH_W) 'cupsfilters/testimage.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testimage.c'; fi`
 
2313
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testimage-testimage.Tpo $(DEPDIR)/testimage-testimage.Po
 
2314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testimage.c' object='testimage-testimage.obj' libtool=no @AMDEPBACKSLASH@
 
2315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2316
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testimage_CFLAGS) $(CFLAGS) -c -o testimage-testimage.obj `if test -f 'cupsfilters/testimage.c'; then $(CYGPATH_W) 'cupsfilters/testimage.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testimage.c'; fi`
 
2317
 
 
2318
testrgb.o: cupsfilters/testrgb.c
 
2319
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testrgb.o -MD -MP -MF $(DEPDIR)/testrgb.Tpo -c -o testrgb.o `test -f 'cupsfilters/testrgb.c' || echo '$(srcdir)/'`cupsfilters/testrgb.c
 
2320
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testrgb.Tpo $(DEPDIR)/testrgb.Po
 
2321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testrgb.c' object='testrgb.o' libtool=no @AMDEPBACKSLASH@
 
2322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2323
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testrgb.o `test -f 'cupsfilters/testrgb.c' || echo '$(srcdir)/'`cupsfilters/testrgb.c
 
2324
 
 
2325
testrgb.obj: cupsfilters/testrgb.c
 
2326
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testrgb.obj -MD -MP -MF $(DEPDIR)/testrgb.Tpo -c -o testrgb.obj `if test -f 'cupsfilters/testrgb.c'; then $(CYGPATH_W) 'cupsfilters/testrgb.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testrgb.c'; fi`
 
2327
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testrgb.Tpo $(DEPDIR)/testrgb.Po
 
2328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cupsfilters/testrgb.c' object='testrgb.obj' libtool=no @AMDEPBACKSLASH@
 
2329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2330
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testrgb.obj `if test -f 'cupsfilters/testrgb.c'; then $(CYGPATH_W) 'cupsfilters/testrgb.c'; else $(CYGPATH_W) '$(srcdir)/cupsfilters/testrgb.c'; fi`
 
2331
 
 
2332
texttopdf-common.o: filter/common.c
 
2333
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-common.o -MD -MP -MF $(DEPDIR)/texttopdf-common.Tpo -c -o texttopdf-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
2334
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-common.Tpo $(DEPDIR)/texttopdf-common.Po
 
2335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='texttopdf-common.o' libtool=no @AMDEPBACKSLASH@
 
2336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2337
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-common.o `test -f 'filter/common.c' || echo '$(srcdir)/'`filter/common.c
 
2338
 
 
2339
texttopdf-common.obj: filter/common.c
 
2340
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-common.obj -MD -MP -MF $(DEPDIR)/texttopdf-common.Tpo -c -o texttopdf-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2341
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-common.Tpo $(DEPDIR)/texttopdf-common.Po
 
2342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/common.c' object='texttopdf-common.obj' libtool=no @AMDEPBACKSLASH@
 
2343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2344
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-common.obj `if test -f 'filter/common.c'; then $(CYGPATH_W) 'filter/common.c'; else $(CYGPATH_W) '$(srcdir)/filter/common.c'; fi`
 
2345
 
 
2346
texttopdf-pdfutils.o: filter/pdfutils.c
 
2347
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-pdfutils.o -MD -MP -MF $(DEPDIR)/texttopdf-pdfutils.Tpo -c -o texttopdf-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2348
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-pdfutils.Tpo $(DEPDIR)/texttopdf-pdfutils.Po
 
2349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='texttopdf-pdfutils.o' libtool=no @AMDEPBACKSLASH@
 
2350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2351
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-pdfutils.o `test -f 'filter/pdfutils.c' || echo '$(srcdir)/'`filter/pdfutils.c
 
2352
 
 
2353
texttopdf-pdfutils.obj: filter/pdfutils.c
 
2354
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-pdfutils.obj -MD -MP -MF $(DEPDIR)/texttopdf-pdfutils.Tpo -c -o texttopdf-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2355
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-pdfutils.Tpo $(DEPDIR)/texttopdf-pdfutils.Po
 
2356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/pdfutils.c' object='texttopdf-pdfutils.obj' libtool=no @AMDEPBACKSLASH@
 
2357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2358
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-pdfutils.obj `if test -f 'filter/pdfutils.c'; then $(CYGPATH_W) 'filter/pdfutils.c'; else $(CYGPATH_W) '$(srcdir)/filter/pdfutils.c'; fi`
 
2359
 
 
2360
texttopdf-textcommon.o: filter/textcommon.c
 
2361
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-textcommon.o -MD -MP -MF $(DEPDIR)/texttopdf-textcommon.Tpo -c -o texttopdf-textcommon.o `test -f 'filter/textcommon.c' || echo '$(srcdir)/'`filter/textcommon.c
 
2362
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-textcommon.Tpo $(DEPDIR)/texttopdf-textcommon.Po
 
2363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/textcommon.c' object='texttopdf-textcommon.o' libtool=no @AMDEPBACKSLASH@
 
2364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2365
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-textcommon.o `test -f 'filter/textcommon.c' || echo '$(srcdir)/'`filter/textcommon.c
 
2366
 
 
2367
texttopdf-textcommon.obj: filter/textcommon.c
 
2368
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-textcommon.obj -MD -MP -MF $(DEPDIR)/texttopdf-textcommon.Tpo -c -o texttopdf-textcommon.obj `if test -f 'filter/textcommon.c'; then $(CYGPATH_W) 'filter/textcommon.c'; else $(CYGPATH_W) '$(srcdir)/filter/textcommon.c'; fi`
 
2369
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-textcommon.Tpo $(DEPDIR)/texttopdf-textcommon.Po
 
2370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/textcommon.c' object='texttopdf-textcommon.obj' libtool=no @AMDEPBACKSLASH@
 
2371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2372
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-textcommon.obj `if test -f 'filter/textcommon.c'; then $(CYGPATH_W) 'filter/textcommon.c'; else $(CYGPATH_W) '$(srcdir)/filter/textcommon.c'; fi`
 
2373
 
 
2374
texttopdf-texttopdf.o: filter/texttopdf.c
 
2375
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-texttopdf.o -MD -MP -MF $(DEPDIR)/texttopdf-texttopdf.Tpo -c -o texttopdf-texttopdf.o `test -f 'filter/texttopdf.c' || echo '$(srcdir)/'`filter/texttopdf.c
 
2376
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-texttopdf.Tpo $(DEPDIR)/texttopdf-texttopdf.Po
 
2377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/texttopdf.c' object='texttopdf-texttopdf.o' libtool=no @AMDEPBACKSLASH@
 
2378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2379
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-texttopdf.o `test -f 'filter/texttopdf.c' || echo '$(srcdir)/'`filter/texttopdf.c
 
2380
 
 
2381
texttopdf-texttopdf.obj: filter/texttopdf.c
 
2382
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -MT texttopdf-texttopdf.obj -MD -MP -MF $(DEPDIR)/texttopdf-texttopdf.Tpo -c -o texttopdf-texttopdf.obj `if test -f 'filter/texttopdf.c'; then $(CYGPATH_W) 'filter/texttopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/texttopdf.c'; fi`
 
2383
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/texttopdf-texttopdf.Tpo $(DEPDIR)/texttopdf-texttopdf.Po
 
2384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='filter/texttopdf.c' object='texttopdf-texttopdf.obj' libtool=no @AMDEPBACKSLASH@
 
2385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2386
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(texttopdf_CFLAGS) $(CFLAGS) -c -o texttopdf-texttopdf.obj `if test -f 'filter/texttopdf.c'; then $(CYGPATH_W) 'filter/texttopdf.c'; else $(CYGPATH_W) '$(srcdir)/filter/texttopdf.c'; fi`
 
2387
 
 
2388
main.o: fontembed/main.c
 
2389
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'fontembed/main.c' || echo '$(srcdir)/'`fontembed/main.c
 
2390
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
 
2391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
 
2392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2393
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'fontembed/main.c' || echo '$(srcdir)/'`fontembed/main.c
 
2394
 
 
2395
main.obj: fontembed/main.c
 
2396
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'fontembed/main.c'; then $(CYGPATH_W) 'fontembed/main.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/main.c'; fi`
 
2397
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
 
2398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='fontembed/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
 
2399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2400
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'fontembed/main.c'; then $(CYGPATH_W) 'fontembed/main.c'; else $(CYGPATH_W) '$(srcdir)/fontembed/main.c'; fi`
 
2401
 
 
2402
.cxx.o:
 
2403
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
2404
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
2405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
2406
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2407
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
2408
 
 
2409
.cxx.obj:
 
2410
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
2411
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
2412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
2413
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2414
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
2415
 
 
2416
.cxx.lo:
 
2417
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
2418
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
2419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
2420
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2421
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
2422
 
 
2423
bannertopdf-pdf.o: filter/pdf.cxx
 
2424
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CXXFLAGS) $(CXXFLAGS) -MT bannertopdf-pdf.o -MD -MP -MF $(DEPDIR)/bannertopdf-pdf.Tpo -c -o bannertopdf-pdf.o `test -f 'filter/pdf.cxx' || echo '$(srcdir)/'`filter/pdf.cxx
 
2425
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-pdf.Tpo $(DEPDIR)/bannertopdf-pdf.Po
 
2426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdf.cxx' object='bannertopdf-pdf.o' libtool=no @AMDEPBACKSLASH@
 
2427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2428
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CXXFLAGS) $(CXXFLAGS) -c -o bannertopdf-pdf.o `test -f 'filter/pdf.cxx' || echo '$(srcdir)/'`filter/pdf.cxx
 
2429
 
 
2430
bannertopdf-pdf.obj: filter/pdf.cxx
 
2431
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CXXFLAGS) $(CXXFLAGS) -MT bannertopdf-pdf.obj -MD -MP -MF $(DEPDIR)/bannertopdf-pdf.Tpo -c -o bannertopdf-pdf.obj `if test -f 'filter/pdf.cxx'; then $(CYGPATH_W) 'filter/pdf.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdf.cxx'; fi`
 
2432
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/bannertopdf-pdf.Tpo $(DEPDIR)/bannertopdf-pdf.Po
 
2433
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdf.cxx' object='bannertopdf-pdf.obj' libtool=no @AMDEPBACKSLASH@
 
2434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2435
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bannertopdf_CXXFLAGS) $(CXXFLAGS) -c -o bannertopdf-pdf.obj `if test -f 'filter/pdf.cxx'; then $(CYGPATH_W) 'filter/pdf.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdf.cxx'; fi`
 
2436
 
 
2437
pdftoijs-pdftoijs.o: filter/pdftoijs.cxx
 
2438
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoijs_CXXFLAGS) $(CXXFLAGS) -MT pdftoijs-pdftoijs.o -MD -MP -MF $(DEPDIR)/pdftoijs-pdftoijs.Tpo -c -o pdftoijs-pdftoijs.o `test -f 'filter/pdftoijs.cxx' || echo '$(srcdir)/'`filter/pdftoijs.cxx
 
2439
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoijs-pdftoijs.Tpo $(DEPDIR)/pdftoijs-pdftoijs.Po
 
2440
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoijs.cxx' object='pdftoijs-pdftoijs.o' libtool=no @AMDEPBACKSLASH@
 
2441
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2442
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoijs_CXXFLAGS) $(CXXFLAGS) -c -o pdftoijs-pdftoijs.o `test -f 'filter/pdftoijs.cxx' || echo '$(srcdir)/'`filter/pdftoijs.cxx
 
2443
 
 
2444
pdftoijs-pdftoijs.obj: filter/pdftoijs.cxx
 
2445
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoijs_CXXFLAGS) $(CXXFLAGS) -MT pdftoijs-pdftoijs.obj -MD -MP -MF $(DEPDIR)/pdftoijs-pdftoijs.Tpo -c -o pdftoijs-pdftoijs.obj `if test -f 'filter/pdftoijs.cxx'; then $(CYGPATH_W) 'filter/pdftoijs.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoijs.cxx'; fi`
 
2446
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoijs-pdftoijs.Tpo $(DEPDIR)/pdftoijs-pdftoijs.Po
 
2447
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoijs.cxx' object='pdftoijs-pdftoijs.obj' libtool=no @AMDEPBACKSLASH@
 
2448
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2449
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoijs_CXXFLAGS) $(CXXFLAGS) -c -o pdftoijs-pdftoijs.obj `if test -f 'filter/pdftoijs.cxx'; then $(CYGPATH_W) 'filter/pdftoijs.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoijs.cxx'; fi`
 
2450
 
 
2451
pdftoopvp-OPRS.o: filter/pdftoopvp/oprs/OPRS.cxx
 
2452
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPRS.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPRS.Tpo -c -o pdftoopvp-OPRS.o `test -f 'filter/pdftoopvp/oprs/OPRS.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPRS.cxx
 
2453
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPRS.Tpo $(DEPDIR)/pdftoopvp-OPRS.Po
 
2454
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPRS.cxx' object='pdftoopvp-OPRS.o' libtool=no @AMDEPBACKSLASH@
 
2455
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2456
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPRS.o `test -f 'filter/pdftoopvp/oprs/OPRS.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPRS.cxx
 
2457
 
 
2458
pdftoopvp-OPRS.obj: filter/pdftoopvp/oprs/OPRS.cxx
 
2459
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPRS.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPRS.Tpo -c -o pdftoopvp-OPRS.obj `if test -f 'filter/pdftoopvp/oprs/OPRS.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPRS.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPRS.cxx'; fi`
 
2460
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPRS.Tpo $(DEPDIR)/pdftoopvp-OPRS.Po
 
2461
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPRS.cxx' object='pdftoopvp-OPRS.obj' libtool=no @AMDEPBACKSLASH@
 
2462
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2463
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPRS.obj `if test -f 'filter/pdftoopvp/oprs/OPRS.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPRS.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPRS.cxx'; fi`
 
2464
 
 
2465
pdftoopvp-OPVPSplashClip.o: filter/pdftoopvp/oprs/OPVPSplashClip.cxx
 
2466
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashClip.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashClip.Tpo -c -o pdftoopvp-OPVPSplashClip.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashClip.cxx
 
2467
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashClip.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashClip.Po
 
2468
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashClip.cxx' object='pdftoopvp-OPVPSplashClip.o' libtool=no @AMDEPBACKSLASH@
 
2469
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2470
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashClip.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashClip.cxx
 
2471
 
 
2472
pdftoopvp-OPVPSplashClip.obj: filter/pdftoopvp/oprs/OPVPSplashClip.cxx
 
2473
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashClip.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashClip.Tpo -c -o pdftoopvp-OPVPSplashClip.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; fi`
 
2474
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashClip.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashClip.Po
 
2475
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashClip.cxx' object='pdftoopvp-OPVPSplashClip.obj' libtool=no @AMDEPBACKSLASH@
 
2476
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2477
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashClip.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashClip.cxx'; fi`
 
2478
 
 
2479
pdftoopvp-OPVPSplash.o: filter/pdftoopvp/oprs/OPVPSplash.cxx
 
2480
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplash.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplash.Tpo -c -o pdftoopvp-OPVPSplash.o `test -f 'filter/pdftoopvp/oprs/OPVPSplash.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplash.cxx
 
2481
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplash.Tpo $(DEPDIR)/pdftoopvp-OPVPSplash.Po
 
2482
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplash.cxx' object='pdftoopvp-OPVPSplash.o' libtool=no @AMDEPBACKSLASH@
 
2483
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2484
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplash.o `test -f 'filter/pdftoopvp/oprs/OPVPSplash.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplash.cxx
 
2485
 
 
2486
pdftoopvp-OPVPSplash.obj: filter/pdftoopvp/oprs/OPVPSplash.cxx
 
2487
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplash.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplash.Tpo -c -o pdftoopvp-OPVPSplash.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplash.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplash.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplash.cxx'; fi`
 
2488
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplash.Tpo $(DEPDIR)/pdftoopvp-OPVPSplash.Po
 
2489
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplash.cxx' object='pdftoopvp-OPVPSplash.obj' libtool=no @AMDEPBACKSLASH@
 
2490
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2491
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplash.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplash.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplash.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplash.cxx'; fi`
 
2492
 
 
2493
pdftoopvp-OPVPSplashPath.o: filter/pdftoopvp/oprs/OPVPSplashPath.cxx
 
2494
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashPath.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashPath.Tpo -c -o pdftoopvp-OPVPSplashPath.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashPath.cxx
 
2495
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashPath.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashPath.Po
 
2496
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashPath.cxx' object='pdftoopvp-OPVPSplashPath.o' libtool=no @AMDEPBACKSLASH@
 
2497
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2498
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashPath.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashPath.cxx
 
2499
 
 
2500
pdftoopvp-OPVPSplashPath.obj: filter/pdftoopvp/oprs/OPVPSplashPath.cxx
 
2501
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashPath.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashPath.Tpo -c -o pdftoopvp-OPVPSplashPath.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; fi`
 
2502
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashPath.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashPath.Po
 
2503
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashPath.cxx' object='pdftoopvp-OPVPSplashPath.obj' libtool=no @AMDEPBACKSLASH@
 
2504
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2505
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashPath.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashPath.cxx'; fi`
 
2506
 
 
2507
pdftoopvp-OPVPSplashState.o: filter/pdftoopvp/oprs/OPVPSplashState.cxx
 
2508
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashState.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashState.Tpo -c -o pdftoopvp-OPVPSplashState.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashState.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashState.cxx
 
2509
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashState.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashState.Po
 
2510
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashState.cxx' object='pdftoopvp-OPVPSplashState.o' libtool=no @AMDEPBACKSLASH@
 
2511
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2512
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashState.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashState.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashState.cxx
 
2513
 
 
2514
pdftoopvp-OPVPSplashState.obj: filter/pdftoopvp/oprs/OPVPSplashState.cxx
 
2515
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashState.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashState.Tpo -c -o pdftoopvp-OPVPSplashState.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashState.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashState.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashState.cxx'; fi`
 
2516
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashState.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashState.Po
 
2517
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashState.cxx' object='pdftoopvp-OPVPSplashState.obj' libtool=no @AMDEPBACKSLASH@
 
2518
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2519
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashState.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashState.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashState.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashState.cxx'; fi`
 
2520
 
 
2521
pdftoopvp-OPVPSplashXPath.o: filter/pdftoopvp/oprs/OPVPSplashXPath.cxx
 
2522
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashXPath.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Tpo -c -o pdftoopvp-OPVPSplashXPath.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashXPath.cxx
 
2523
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Po
 
2524
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashXPath.cxx' object='pdftoopvp-OPVPSplashXPath.o' libtool=no @AMDEPBACKSLASH@
 
2525
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2526
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashXPath.o `test -f 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPSplashXPath.cxx
 
2527
 
 
2528
pdftoopvp-OPVPSplashXPath.obj: filter/pdftoopvp/oprs/OPVPSplashXPath.cxx
 
2529
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPSplashXPath.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Tpo -c -o pdftoopvp-OPVPSplashXPath.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; fi`
 
2530
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Tpo $(DEPDIR)/pdftoopvp-OPVPSplashXPath.Po
 
2531
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPSplashXPath.cxx' object='pdftoopvp-OPVPSplashXPath.obj' libtool=no @AMDEPBACKSLASH@
 
2532
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2533
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPSplashXPath.obj `if test -f 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPSplashXPath.cxx'; fi`
 
2534
 
 
2535
pdftoopvp-OPVPWrapper.o: filter/pdftoopvp/oprs/OPVPWrapper.cxx
 
2536
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPWrapper.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPWrapper.Tpo -c -o pdftoopvp-OPVPWrapper.o `test -f 'filter/pdftoopvp/oprs/OPVPWrapper.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPWrapper.cxx
 
2537
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPWrapper.Tpo $(DEPDIR)/pdftoopvp-OPVPWrapper.Po
 
2538
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPWrapper.cxx' object='pdftoopvp-OPVPWrapper.o' libtool=no @AMDEPBACKSLASH@
 
2539
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2540
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPWrapper.o `test -f 'filter/pdftoopvp/oprs/OPVPWrapper.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPWrapper.cxx
 
2541
 
 
2542
pdftoopvp-OPVPWrapper.obj: filter/pdftoopvp/oprs/OPVPWrapper.cxx
 
2543
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPWrapper.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPWrapper.Tpo -c -o pdftoopvp-OPVPWrapper.obj `if test -f 'filter/pdftoopvp/oprs/OPVPWrapper.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPWrapper.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPWrapper.cxx'; fi`
 
2544
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPWrapper.Tpo $(DEPDIR)/pdftoopvp-OPVPWrapper.Po
 
2545
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPWrapper.cxx' object='pdftoopvp-OPVPWrapper.obj' libtool=no @AMDEPBACKSLASH@
 
2546
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2547
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPWrapper.obj `if test -f 'filter/pdftoopvp/oprs/OPVPWrapper.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPWrapper.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPWrapper.cxx'; fi`
 
2548
 
 
2549
pdftoopvp-OPVPWrapper_0_2.o: filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx
 
2550
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPWrapper_0_2.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Tpo -c -o pdftoopvp-OPVPWrapper_0_2.o `test -f 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx
 
2551
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Tpo $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Po
 
2552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx' object='pdftoopvp-OPVPWrapper_0_2.o' libtool=no @AMDEPBACKSLASH@
 
2553
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2554
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPWrapper_0_2.o `test -f 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx
 
2555
 
 
2556
pdftoopvp-OPVPWrapper_0_2.obj: filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx
 
2557
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPWrapper_0_2.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Tpo -c -o pdftoopvp-OPVPWrapper_0_2.obj `if test -f 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; fi`
 
2558
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Tpo $(DEPDIR)/pdftoopvp-OPVPWrapper_0_2.Po
 
2559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx' object='pdftoopvp-OPVPWrapper_0_2.obj' libtool=no @AMDEPBACKSLASH@
 
2560
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2561
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPWrapper_0_2.obj `if test -f 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/oprs/OPVPWrapper_0_2.cxx'; fi`
 
2562
 
 
2563
pdftoopvp-OPVPOutputDev.o: filter/pdftoopvp/OPVPOutputDev.cxx
 
2564
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPOutputDev.o -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPOutputDev.Tpo -c -o pdftoopvp-OPVPOutputDev.o `test -f 'filter/pdftoopvp/OPVPOutputDev.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/OPVPOutputDev.cxx
 
2565
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPOutputDev.Tpo $(DEPDIR)/pdftoopvp-OPVPOutputDev.Po
 
2566
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/OPVPOutputDev.cxx' object='pdftoopvp-OPVPOutputDev.o' libtool=no @AMDEPBACKSLASH@
 
2567
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2568
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPOutputDev.o `test -f 'filter/pdftoopvp/OPVPOutputDev.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/OPVPOutputDev.cxx
 
2569
 
 
2570
pdftoopvp-OPVPOutputDev.obj: filter/pdftoopvp/OPVPOutputDev.cxx
 
2571
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-OPVPOutputDev.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-OPVPOutputDev.Tpo -c -o pdftoopvp-OPVPOutputDev.obj `if test -f 'filter/pdftoopvp/OPVPOutputDev.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/OPVPOutputDev.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/OPVPOutputDev.cxx'; fi`
 
2572
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-OPVPOutputDev.Tpo $(DEPDIR)/pdftoopvp-OPVPOutputDev.Po
 
2573
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/OPVPOutputDev.cxx' object='pdftoopvp-OPVPOutputDev.obj' libtool=no @AMDEPBACKSLASH@
 
2574
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2575
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-OPVPOutputDev.obj `if test -f 'filter/pdftoopvp/OPVPOutputDev.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/OPVPOutputDev.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/OPVPOutputDev.cxx'; fi`
 
2576
 
 
2577
pdftoopvp-pdftoopvp.o: filter/pdftoopvp/pdftoopvp.cxx
 
2578
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-pdftoopvp.o -MD -MP -MF $(DEPDIR)/pdftoopvp-pdftoopvp.Tpo -c -o pdftoopvp-pdftoopvp.o `test -f 'filter/pdftoopvp/pdftoopvp.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/pdftoopvp.cxx
 
2579
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-pdftoopvp.Tpo $(DEPDIR)/pdftoopvp-pdftoopvp.Po
 
2580
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/pdftoopvp.cxx' object='pdftoopvp-pdftoopvp.o' libtool=no @AMDEPBACKSLASH@
 
2581
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2582
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-pdftoopvp.o `test -f 'filter/pdftoopvp/pdftoopvp.cxx' || echo '$(srcdir)/'`filter/pdftoopvp/pdftoopvp.cxx
 
2583
 
 
2584
pdftoopvp-pdftoopvp.obj: filter/pdftoopvp/pdftoopvp.cxx
 
2585
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -MT pdftoopvp-pdftoopvp.obj -MD -MP -MF $(DEPDIR)/pdftoopvp-pdftoopvp.Tpo -c -o pdftoopvp-pdftoopvp.obj `if test -f 'filter/pdftoopvp/pdftoopvp.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/pdftoopvp.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/pdftoopvp.cxx'; fi`
 
2586
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoopvp-pdftoopvp.Tpo $(DEPDIR)/pdftoopvp-pdftoopvp.Po
 
2587
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoopvp/pdftoopvp.cxx' object='pdftoopvp-pdftoopvp.obj' libtool=no @AMDEPBACKSLASH@
 
2588
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2589
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoopvp_CXXFLAGS) $(CXXFLAGS) -c -o pdftoopvp-pdftoopvp.obj `if test -f 'filter/pdftoopvp/pdftoopvp.cxx'; then $(CYGPATH_W) 'filter/pdftoopvp/pdftoopvp.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoopvp/pdftoopvp.cxx'; fi`
 
2590
 
 
2591
pdftopdf-parseargs.o: filter/pdftopdf/parseargs.cxx
 
2592
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-parseargs.o -MD -MP -MF $(DEPDIR)/pdftopdf-parseargs.Tpo -c -o pdftopdf-parseargs.o `test -f 'filter/pdftopdf/parseargs.cxx' || echo '$(srcdir)/'`filter/pdftopdf/parseargs.cxx
 
2593
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-parseargs.Tpo $(DEPDIR)/pdftopdf-parseargs.Po
 
2594
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/parseargs.cxx' object='pdftopdf-parseargs.o' libtool=no @AMDEPBACKSLASH@
 
2595
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2596
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-parseargs.o `test -f 'filter/pdftopdf/parseargs.cxx' || echo '$(srcdir)/'`filter/pdftopdf/parseargs.cxx
 
2597
 
 
2598
pdftopdf-parseargs.obj: filter/pdftopdf/parseargs.cxx
 
2599
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-parseargs.obj -MD -MP -MF $(DEPDIR)/pdftopdf-parseargs.Tpo -c -o pdftopdf-parseargs.obj `if test -f 'filter/pdftopdf/parseargs.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/parseargs.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/parseargs.cxx'; fi`
 
2600
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-parseargs.Tpo $(DEPDIR)/pdftopdf-parseargs.Po
 
2601
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/parseargs.cxx' object='pdftopdf-parseargs.obj' libtool=no @AMDEPBACKSLASH@
 
2602
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2603
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-parseargs.obj `if test -f 'filter/pdftopdf/parseargs.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/parseargs.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/parseargs.cxx'; fi`
 
2604
 
 
2605
pdftopdf-PDFFTrueTypeFont.o: filter/pdftopdf/PDFFTrueTypeFont.cxx
 
2606
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-PDFFTrueTypeFont.o -MD -MP -MF $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Tpo -c -o pdftopdf-PDFFTrueTypeFont.o `test -f 'filter/pdftopdf/PDFFTrueTypeFont.cxx' || echo '$(srcdir)/'`filter/pdftopdf/PDFFTrueTypeFont.cxx
 
2607
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Tpo $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Po
 
2608
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/PDFFTrueTypeFont.cxx' object='pdftopdf-PDFFTrueTypeFont.o' libtool=no @AMDEPBACKSLASH@
 
2609
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2610
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-PDFFTrueTypeFont.o `test -f 'filter/pdftopdf/PDFFTrueTypeFont.cxx' || echo '$(srcdir)/'`filter/pdftopdf/PDFFTrueTypeFont.cxx
 
2611
 
 
2612
pdftopdf-PDFFTrueTypeFont.obj: filter/pdftopdf/PDFFTrueTypeFont.cxx
 
2613
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-PDFFTrueTypeFont.obj -MD -MP -MF $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Tpo -c -o pdftopdf-PDFFTrueTypeFont.obj `if test -f 'filter/pdftopdf/PDFFTrueTypeFont.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/PDFFTrueTypeFont.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/PDFFTrueTypeFont.cxx'; fi`
 
2614
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Tpo $(DEPDIR)/pdftopdf-PDFFTrueTypeFont.Po
 
2615
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/PDFFTrueTypeFont.cxx' object='pdftopdf-PDFFTrueTypeFont.obj' libtool=no @AMDEPBACKSLASH@
 
2616
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2617
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-PDFFTrueTypeFont.obj `if test -f 'filter/pdftopdf/PDFFTrueTypeFont.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/PDFFTrueTypeFont.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/PDFFTrueTypeFont.cxx'; fi`
 
2618
 
 
2619
pdftopdf-pdftopdf.o: filter/pdftopdf/pdftopdf.cxx
 
2620
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-pdftopdf.o -MD -MP -MF $(DEPDIR)/pdftopdf-pdftopdf.Tpo -c -o pdftopdf-pdftopdf.o `test -f 'filter/pdftopdf/pdftopdf.cxx' || echo '$(srcdir)/'`filter/pdftopdf/pdftopdf.cxx
 
2621
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-pdftopdf.Tpo $(DEPDIR)/pdftopdf-pdftopdf.Po
 
2622
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/pdftopdf.cxx' object='pdftopdf-pdftopdf.o' libtool=no @AMDEPBACKSLASH@
 
2623
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2624
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-pdftopdf.o `test -f 'filter/pdftopdf/pdftopdf.cxx' || echo '$(srcdir)/'`filter/pdftopdf/pdftopdf.cxx
 
2625
 
 
2626
pdftopdf-pdftopdf.obj: filter/pdftopdf/pdftopdf.cxx
 
2627
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-pdftopdf.obj -MD -MP -MF $(DEPDIR)/pdftopdf-pdftopdf.Tpo -c -o pdftopdf-pdftopdf.obj `if test -f 'filter/pdftopdf/pdftopdf.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/pdftopdf.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/pdftopdf.cxx'; fi`
 
2628
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-pdftopdf.Tpo $(DEPDIR)/pdftopdf-pdftopdf.Po
 
2629
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/pdftopdf.cxx' object='pdftopdf-pdftopdf.obj' libtool=no @AMDEPBACKSLASH@
 
2630
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2631
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-pdftopdf.obj `if test -f 'filter/pdftopdf/pdftopdf.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/pdftopdf.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/pdftopdf.cxx'; fi`
 
2632
 
 
2633
pdftopdf-P2PCatalog.o: filter/pdftopdf/P2PCatalog.cxx
 
2634
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCatalog.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCatalog.Tpo -c -o pdftopdf-P2PCatalog.o `test -f 'filter/pdftopdf/P2PCatalog.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCatalog.cxx
 
2635
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCatalog.Tpo $(DEPDIR)/pdftopdf-P2PCatalog.Po
 
2636
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCatalog.cxx' object='pdftopdf-P2PCatalog.o' libtool=no @AMDEPBACKSLASH@
 
2637
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2638
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCatalog.o `test -f 'filter/pdftopdf/P2PCatalog.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCatalog.cxx
 
2639
 
 
2640
pdftopdf-P2PCatalog.obj: filter/pdftopdf/P2PCatalog.cxx
 
2641
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCatalog.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCatalog.Tpo -c -o pdftopdf-P2PCatalog.obj `if test -f 'filter/pdftopdf/P2PCatalog.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCatalog.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCatalog.cxx'; fi`
 
2642
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCatalog.Tpo $(DEPDIR)/pdftopdf-P2PCatalog.Po
 
2643
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCatalog.cxx' object='pdftopdf-P2PCatalog.obj' libtool=no @AMDEPBACKSLASH@
 
2644
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2645
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCatalog.obj `if test -f 'filter/pdftopdf/P2PCatalog.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCatalog.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCatalog.cxx'; fi`
 
2646
 
 
2647
pdftopdf-P2PCMap.o: filter/pdftopdf/P2PCMap.cxx
 
2648
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCMap.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCMap.Tpo -c -o pdftopdf-P2PCMap.o `test -f 'filter/pdftopdf/P2PCMap.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCMap.cxx
 
2649
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCMap.Tpo $(DEPDIR)/pdftopdf-P2PCMap.Po
 
2650
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCMap.cxx' object='pdftopdf-P2PCMap.o' libtool=no @AMDEPBACKSLASH@
 
2651
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2652
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCMap.o `test -f 'filter/pdftopdf/P2PCMap.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCMap.cxx
 
2653
 
 
2654
pdftopdf-P2PCMap.obj: filter/pdftopdf/P2PCMap.cxx
 
2655
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCMap.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCMap.Tpo -c -o pdftopdf-P2PCMap.obj `if test -f 'filter/pdftopdf/P2PCMap.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCMap.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCMap.cxx'; fi`
 
2656
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCMap.Tpo $(DEPDIR)/pdftopdf-P2PCMap.Po
 
2657
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCMap.cxx' object='pdftopdf-P2PCMap.obj' libtool=no @AMDEPBACKSLASH@
 
2658
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2659
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCMap.obj `if test -f 'filter/pdftopdf/P2PCMap.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCMap.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCMap.cxx'; fi`
 
2660
 
 
2661
pdftopdf-P2PDoc.o: filter/pdftopdf/P2PDoc.cxx
 
2662
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PDoc.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PDoc.Tpo -c -o pdftopdf-P2PDoc.o `test -f 'filter/pdftopdf/P2PDoc.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PDoc.cxx
 
2663
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PDoc.Tpo $(DEPDIR)/pdftopdf-P2PDoc.Po
 
2664
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PDoc.cxx' object='pdftopdf-P2PDoc.o' libtool=no @AMDEPBACKSLASH@
 
2665
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2666
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PDoc.o `test -f 'filter/pdftopdf/P2PDoc.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PDoc.cxx
 
2667
 
 
2668
pdftopdf-P2PDoc.obj: filter/pdftopdf/P2PDoc.cxx
 
2669
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PDoc.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PDoc.Tpo -c -o pdftopdf-P2PDoc.obj `if test -f 'filter/pdftopdf/P2PDoc.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PDoc.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PDoc.cxx'; fi`
 
2670
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PDoc.Tpo $(DEPDIR)/pdftopdf-P2PDoc.Po
 
2671
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PDoc.cxx' object='pdftopdf-P2PDoc.obj' libtool=no @AMDEPBACKSLASH@
 
2672
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2673
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PDoc.obj `if test -f 'filter/pdftopdf/P2PDoc.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PDoc.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PDoc.cxx'; fi`
 
2674
 
 
2675
pdftopdf-P2PFont.o: filter/pdftopdf/P2PFont.cxx
 
2676
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PFont.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PFont.Tpo -c -o pdftopdf-P2PFont.o `test -f 'filter/pdftopdf/P2PFont.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PFont.cxx
 
2677
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PFont.Tpo $(DEPDIR)/pdftopdf-P2PFont.Po
 
2678
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PFont.cxx' object='pdftopdf-P2PFont.o' libtool=no @AMDEPBACKSLASH@
 
2679
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2680
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PFont.o `test -f 'filter/pdftopdf/P2PFont.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PFont.cxx
 
2681
 
 
2682
pdftopdf-P2PFont.obj: filter/pdftopdf/P2PFont.cxx
 
2683
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PFont.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PFont.Tpo -c -o pdftopdf-P2PFont.obj `if test -f 'filter/pdftopdf/P2PFont.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PFont.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PFont.cxx'; fi`
 
2684
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PFont.Tpo $(DEPDIR)/pdftopdf-P2PFont.Po
 
2685
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PFont.cxx' object='pdftopdf-P2PFont.obj' libtool=no @AMDEPBACKSLASH@
 
2686
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2687
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PFont.obj `if test -f 'filter/pdftopdf/P2PFont.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PFont.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PFont.cxx'; fi`
 
2688
 
 
2689
pdftopdf-P2PForm.o: filter/pdftopdf/P2PForm.cxx
 
2690
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PForm.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PForm.Tpo -c -o pdftopdf-P2PForm.o `test -f 'filter/pdftopdf/P2PForm.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PForm.cxx
 
2691
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PForm.Tpo $(DEPDIR)/pdftopdf-P2PForm.Po
 
2692
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PForm.cxx' object='pdftopdf-P2PForm.o' libtool=no @AMDEPBACKSLASH@
 
2693
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2694
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PForm.o `test -f 'filter/pdftopdf/P2PForm.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PForm.cxx
 
2695
 
 
2696
pdftopdf-P2PForm.obj: filter/pdftopdf/P2PForm.cxx
 
2697
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PForm.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PForm.Tpo -c -o pdftopdf-P2PForm.obj `if test -f 'filter/pdftopdf/P2PForm.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PForm.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PForm.cxx'; fi`
 
2698
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PForm.Tpo $(DEPDIR)/pdftopdf-P2PForm.Po
 
2699
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PForm.cxx' object='pdftopdf-P2PForm.obj' libtool=no @AMDEPBACKSLASH@
 
2700
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2701
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PForm.obj `if test -f 'filter/pdftopdf/P2PForm.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PForm.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PForm.cxx'; fi`
 
2702
 
 
2703
pdftopdf-P2PGfx.o: filter/pdftopdf/P2PGfx.cxx
 
2704
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PGfx.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PGfx.Tpo -c -o pdftopdf-P2PGfx.o `test -f 'filter/pdftopdf/P2PGfx.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PGfx.cxx
 
2705
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PGfx.Tpo $(DEPDIR)/pdftopdf-P2PGfx.Po
 
2706
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PGfx.cxx' object='pdftopdf-P2PGfx.o' libtool=no @AMDEPBACKSLASH@
 
2707
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2708
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PGfx.o `test -f 'filter/pdftopdf/P2PGfx.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PGfx.cxx
 
2709
 
 
2710
pdftopdf-P2PGfx.obj: filter/pdftopdf/P2PGfx.cxx
 
2711
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PGfx.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PGfx.Tpo -c -o pdftopdf-P2PGfx.obj `if test -f 'filter/pdftopdf/P2PGfx.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PGfx.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PGfx.cxx'; fi`
 
2712
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PGfx.Tpo $(DEPDIR)/pdftopdf-P2PGfx.Po
 
2713
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PGfx.cxx' object='pdftopdf-P2PGfx.obj' libtool=no @AMDEPBACKSLASH@
 
2714
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2715
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PGfx.obj `if test -f 'filter/pdftopdf/P2PGfx.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PGfx.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PGfx.cxx'; fi`
 
2716
 
 
2717
pdftopdf-P2PCharCodeToUnicode.o: filter/pdftopdf/P2PCharCodeToUnicode.cxx
 
2718
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCharCodeToUnicode.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Tpo -c -o pdftopdf-P2PCharCodeToUnicode.o `test -f 'filter/pdftopdf/P2PCharCodeToUnicode.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCharCodeToUnicode.cxx
 
2719
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Tpo $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Po
 
2720
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCharCodeToUnicode.cxx' object='pdftopdf-P2PCharCodeToUnicode.o' libtool=no @AMDEPBACKSLASH@
 
2721
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2722
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCharCodeToUnicode.o `test -f 'filter/pdftopdf/P2PCharCodeToUnicode.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PCharCodeToUnicode.cxx
 
2723
 
 
2724
pdftopdf-P2PCharCodeToUnicode.obj: filter/pdftopdf/P2PCharCodeToUnicode.cxx
 
2725
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PCharCodeToUnicode.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Tpo -c -o pdftopdf-P2PCharCodeToUnicode.obj `if test -f 'filter/pdftopdf/P2PCharCodeToUnicode.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCharCodeToUnicode.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCharCodeToUnicode.cxx'; fi`
 
2726
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Tpo $(DEPDIR)/pdftopdf-P2PCharCodeToUnicode.Po
 
2727
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PCharCodeToUnicode.cxx' object='pdftopdf-P2PCharCodeToUnicode.obj' libtool=no @AMDEPBACKSLASH@
 
2728
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2729
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PCharCodeToUnicode.obj `if test -f 'filter/pdftopdf/P2PCharCodeToUnicode.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PCharCodeToUnicode.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PCharCodeToUnicode.cxx'; fi`
 
2730
 
 
2731
pdftopdf-P2PObject.o: filter/pdftopdf/P2PObject.cxx
 
2732
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PObject.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PObject.Tpo -c -o pdftopdf-P2PObject.o `test -f 'filter/pdftopdf/P2PObject.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PObject.cxx
 
2733
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PObject.Tpo $(DEPDIR)/pdftopdf-P2PObject.Po
 
2734
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PObject.cxx' object='pdftopdf-P2PObject.o' libtool=no @AMDEPBACKSLASH@
 
2735
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2736
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PObject.o `test -f 'filter/pdftopdf/P2PObject.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PObject.cxx
 
2737
 
 
2738
pdftopdf-P2PObject.obj: filter/pdftopdf/P2PObject.cxx
 
2739
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PObject.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PObject.Tpo -c -o pdftopdf-P2PObject.obj `if test -f 'filter/pdftopdf/P2PObject.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PObject.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PObject.cxx'; fi`
 
2740
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PObject.Tpo $(DEPDIR)/pdftopdf-P2PObject.Po
 
2741
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PObject.cxx' object='pdftopdf-P2PObject.obj' libtool=no @AMDEPBACKSLASH@
 
2742
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2743
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PObject.obj `if test -f 'filter/pdftopdf/P2PObject.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PObject.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PObject.cxx'; fi`
 
2744
 
 
2745
pdftopdf-P2POutput.o: filter/pdftopdf/P2POutput.cxx
 
2746
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2POutput.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2POutput.Tpo -c -o pdftopdf-P2POutput.o `test -f 'filter/pdftopdf/P2POutput.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2POutput.cxx
 
2747
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2POutput.Tpo $(DEPDIR)/pdftopdf-P2POutput.Po
 
2748
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2POutput.cxx' object='pdftopdf-P2POutput.o' libtool=no @AMDEPBACKSLASH@
 
2749
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2750
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2POutput.o `test -f 'filter/pdftopdf/P2POutput.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2POutput.cxx
 
2751
 
 
2752
pdftopdf-P2POutput.obj: filter/pdftopdf/P2POutput.cxx
 
2753
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2POutput.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2POutput.Tpo -c -o pdftopdf-P2POutput.obj `if test -f 'filter/pdftopdf/P2POutput.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2POutput.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2POutput.cxx'; fi`
 
2754
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2POutput.Tpo $(DEPDIR)/pdftopdf-P2POutput.Po
 
2755
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2POutput.cxx' object='pdftopdf-P2POutput.obj' libtool=no @AMDEPBACKSLASH@
 
2756
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2757
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2POutput.obj `if test -f 'filter/pdftopdf/P2POutput.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2POutput.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2POutput.cxx'; fi`
 
2758
 
 
2759
pdftopdf-P2POutputStream.o: filter/pdftopdf/P2POutputStream.cxx
 
2760
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2POutputStream.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2POutputStream.Tpo -c -o pdftopdf-P2POutputStream.o `test -f 'filter/pdftopdf/P2POutputStream.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2POutputStream.cxx
 
2761
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2POutputStream.Tpo $(DEPDIR)/pdftopdf-P2POutputStream.Po
 
2762
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2POutputStream.cxx' object='pdftopdf-P2POutputStream.o' libtool=no @AMDEPBACKSLASH@
 
2763
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2764
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2POutputStream.o `test -f 'filter/pdftopdf/P2POutputStream.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2POutputStream.cxx
 
2765
 
 
2766
pdftopdf-P2POutputStream.obj: filter/pdftopdf/P2POutputStream.cxx
 
2767
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2POutputStream.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2POutputStream.Tpo -c -o pdftopdf-P2POutputStream.obj `if test -f 'filter/pdftopdf/P2POutputStream.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2POutputStream.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2POutputStream.cxx'; fi`
 
2768
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2POutputStream.Tpo $(DEPDIR)/pdftopdf-P2POutputStream.Po
 
2769
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2POutputStream.cxx' object='pdftopdf-P2POutputStream.obj' libtool=no @AMDEPBACKSLASH@
 
2770
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2771
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2POutputStream.obj `if test -f 'filter/pdftopdf/P2POutputStream.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2POutputStream.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2POutputStream.cxx'; fi`
 
2772
 
 
2773
pdftopdf-P2PPage.o: filter/pdftopdf/P2PPage.cxx
 
2774
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPage.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPage.Tpo -c -o pdftopdf-P2PPage.o `test -f 'filter/pdftopdf/P2PPage.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPage.cxx
 
2775
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPage.Tpo $(DEPDIR)/pdftopdf-P2PPage.Po
 
2776
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPage.cxx' object='pdftopdf-P2PPage.o' libtool=no @AMDEPBACKSLASH@
 
2777
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2778
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPage.o `test -f 'filter/pdftopdf/P2PPage.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPage.cxx
 
2779
 
 
2780
pdftopdf-P2PPage.obj: filter/pdftopdf/P2PPage.cxx
 
2781
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPage.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPage.Tpo -c -o pdftopdf-P2PPage.obj `if test -f 'filter/pdftopdf/P2PPage.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPage.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPage.cxx'; fi`
 
2782
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPage.Tpo $(DEPDIR)/pdftopdf-P2PPage.Po
 
2783
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPage.cxx' object='pdftopdf-P2PPage.obj' libtool=no @AMDEPBACKSLASH@
 
2784
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2785
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPage.obj `if test -f 'filter/pdftopdf/P2PPage.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPage.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPage.cxx'; fi`
 
2786
 
 
2787
pdftopdf-P2PPageTree.o: filter/pdftopdf/P2PPageTree.cxx
 
2788
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPageTree.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPageTree.Tpo -c -o pdftopdf-P2PPageTree.o `test -f 'filter/pdftopdf/P2PPageTree.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPageTree.cxx
 
2789
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPageTree.Tpo $(DEPDIR)/pdftopdf-P2PPageTree.Po
 
2790
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPageTree.cxx' object='pdftopdf-P2PPageTree.o' libtool=no @AMDEPBACKSLASH@
 
2791
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2792
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPageTree.o `test -f 'filter/pdftopdf/P2PPageTree.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPageTree.cxx
 
2793
 
 
2794
pdftopdf-P2PPageTree.obj: filter/pdftopdf/P2PPageTree.cxx
 
2795
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPageTree.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPageTree.Tpo -c -o pdftopdf-P2PPageTree.obj `if test -f 'filter/pdftopdf/P2PPageTree.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPageTree.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPageTree.cxx'; fi`
 
2796
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPageTree.Tpo $(DEPDIR)/pdftopdf-P2PPageTree.Po
 
2797
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPageTree.cxx' object='pdftopdf-P2PPageTree.obj' libtool=no @AMDEPBACKSLASH@
 
2798
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2799
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPageTree.obj `if test -f 'filter/pdftopdf/P2PPageTree.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPageTree.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPageTree.cxx'; fi`
 
2800
 
 
2801
pdftopdf-P2PPattern.o: filter/pdftopdf/P2PPattern.cxx
 
2802
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPattern.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPattern.Tpo -c -o pdftopdf-P2PPattern.o `test -f 'filter/pdftopdf/P2PPattern.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPattern.cxx
 
2803
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPattern.Tpo $(DEPDIR)/pdftopdf-P2PPattern.Po
 
2804
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPattern.cxx' object='pdftopdf-P2PPattern.o' libtool=no @AMDEPBACKSLASH@
 
2805
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2806
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPattern.o `test -f 'filter/pdftopdf/P2PPattern.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PPattern.cxx
 
2807
 
 
2808
pdftopdf-P2PPattern.obj: filter/pdftopdf/P2PPattern.cxx
 
2809
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PPattern.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PPattern.Tpo -c -o pdftopdf-P2PPattern.obj `if test -f 'filter/pdftopdf/P2PPattern.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPattern.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPattern.cxx'; fi`
 
2810
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PPattern.Tpo $(DEPDIR)/pdftopdf-P2PPattern.Po
 
2811
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PPattern.cxx' object='pdftopdf-P2PPattern.obj' libtool=no @AMDEPBACKSLASH@
 
2812
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2813
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PPattern.obj `if test -f 'filter/pdftopdf/P2PPattern.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PPattern.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PPattern.cxx'; fi`
 
2814
 
 
2815
pdftopdf-P2PResources.o: filter/pdftopdf/P2PResources.cxx
 
2816
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PResources.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PResources.Tpo -c -o pdftopdf-P2PResources.o `test -f 'filter/pdftopdf/P2PResources.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PResources.cxx
 
2817
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PResources.Tpo $(DEPDIR)/pdftopdf-P2PResources.Po
 
2818
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PResources.cxx' object='pdftopdf-P2PResources.o' libtool=no @AMDEPBACKSLASH@
 
2819
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2820
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PResources.o `test -f 'filter/pdftopdf/P2PResources.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PResources.cxx
 
2821
 
 
2822
pdftopdf-P2PResources.obj: filter/pdftopdf/P2PResources.cxx
 
2823
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PResources.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PResources.Tpo -c -o pdftopdf-P2PResources.obj `if test -f 'filter/pdftopdf/P2PResources.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PResources.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PResources.cxx'; fi`
 
2824
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PResources.Tpo $(DEPDIR)/pdftopdf-P2PResources.Po
 
2825
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PResources.cxx' object='pdftopdf-P2PResources.obj' libtool=no @AMDEPBACKSLASH@
 
2826
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2827
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PResources.obj `if test -f 'filter/pdftopdf/P2PResources.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PResources.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PResources.cxx'; fi`
 
2828
 
 
2829
pdftopdf-P2PXRef.o: filter/pdftopdf/P2PXRef.cxx
 
2830
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PXRef.o -MD -MP -MF $(DEPDIR)/pdftopdf-P2PXRef.Tpo -c -o pdftopdf-P2PXRef.o `test -f 'filter/pdftopdf/P2PXRef.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PXRef.cxx
 
2831
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PXRef.Tpo $(DEPDIR)/pdftopdf-P2PXRef.Po
 
2832
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PXRef.cxx' object='pdftopdf-P2PXRef.o' libtool=no @AMDEPBACKSLASH@
 
2833
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2834
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PXRef.o `test -f 'filter/pdftopdf/P2PXRef.cxx' || echo '$(srcdir)/'`filter/pdftopdf/P2PXRef.cxx
 
2835
 
 
2836
pdftopdf-P2PXRef.obj: filter/pdftopdf/P2PXRef.cxx
 
2837
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-P2PXRef.obj -MD -MP -MF $(DEPDIR)/pdftopdf-P2PXRef.Tpo -c -o pdftopdf-P2PXRef.obj `if test -f 'filter/pdftopdf/P2PXRef.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PXRef.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PXRef.cxx'; fi`
 
2838
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-P2PXRef.Tpo $(DEPDIR)/pdftopdf-P2PXRef.Po
 
2839
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/P2PXRef.cxx' object='pdftopdf-P2PXRef.obj' libtool=no @AMDEPBACKSLASH@
 
2840
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2841
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-P2PXRef.obj `if test -f 'filter/pdftopdf/P2PXRef.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/P2PXRef.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/P2PXRef.cxx'; fi`
 
2842
 
 
2843
pdftopdf-UGooString.o: filter/pdftopdf/UGooString.cxx
 
2844
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-UGooString.o -MD -MP -MF $(DEPDIR)/pdftopdf-UGooString.Tpo -c -o pdftopdf-UGooString.o `test -f 'filter/pdftopdf/UGooString.cxx' || echo '$(srcdir)/'`filter/pdftopdf/UGooString.cxx
 
2845
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-UGooString.Tpo $(DEPDIR)/pdftopdf-UGooString.Po
 
2846
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/UGooString.cxx' object='pdftopdf-UGooString.o' libtool=no @AMDEPBACKSLASH@
 
2847
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2848
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-UGooString.o `test -f 'filter/pdftopdf/UGooString.cxx' || echo '$(srcdir)/'`filter/pdftopdf/UGooString.cxx
 
2849
 
 
2850
pdftopdf-UGooString.obj: filter/pdftopdf/UGooString.cxx
 
2851
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -MT pdftopdf-UGooString.obj -MD -MP -MF $(DEPDIR)/pdftopdf-UGooString.Tpo -c -o pdftopdf-UGooString.obj `if test -f 'filter/pdftopdf/UGooString.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/UGooString.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/UGooString.cxx'; fi`
 
2852
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftopdf-UGooString.Tpo $(DEPDIR)/pdftopdf-UGooString.Po
 
2853
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftopdf/UGooString.cxx' object='pdftopdf-UGooString.obj' libtool=no @AMDEPBACKSLASH@
 
2854
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2855
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftopdf_CXXFLAGS) $(CXXFLAGS) -c -o pdftopdf-UGooString.obj `if test -f 'filter/pdftopdf/UGooString.cxx'; then $(CYGPATH_W) 'filter/pdftopdf/UGooString.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftopdf/UGooString.cxx'; fi`
 
2856
 
 
2857
pdftoraster-pdftoraster.o: filter/pdftoraster.cxx
 
2858
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoraster_CXXFLAGS) $(CXXFLAGS) -MT pdftoraster-pdftoraster.o -MD -MP -MF $(DEPDIR)/pdftoraster-pdftoraster.Tpo -c -o pdftoraster-pdftoraster.o `test -f 'filter/pdftoraster.cxx' || echo '$(srcdir)/'`filter/pdftoraster.cxx
 
2859
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoraster-pdftoraster.Tpo $(DEPDIR)/pdftoraster-pdftoraster.Po
 
2860
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoraster.cxx' object='pdftoraster-pdftoraster.o' libtool=no @AMDEPBACKSLASH@
 
2861
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2862
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoraster_CXXFLAGS) $(CXXFLAGS) -c -o pdftoraster-pdftoraster.o `test -f 'filter/pdftoraster.cxx' || echo '$(srcdir)/'`filter/pdftoraster.cxx
 
2863
 
 
2864
pdftoraster-pdftoraster.obj: filter/pdftoraster.cxx
 
2865
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoraster_CXXFLAGS) $(CXXFLAGS) -MT pdftoraster-pdftoraster.obj -MD -MP -MF $(DEPDIR)/pdftoraster-pdftoraster.Tpo -c -o pdftoraster-pdftoraster.obj `if test -f 'filter/pdftoraster.cxx'; then $(CYGPATH_W) 'filter/pdftoraster.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoraster.cxx'; fi`
 
2866
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/pdftoraster-pdftoraster.Tpo $(DEPDIR)/pdftoraster-pdftoraster.Po
 
2867
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='filter/pdftoraster.cxx' object='pdftoraster-pdftoraster.obj' libtool=no @AMDEPBACKSLASH@
 
2868
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2869
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdftoraster_CXXFLAGS) $(CXXFLAGS) -c -o pdftoraster-pdftoraster.obj `if test -f 'filter/pdftoraster.cxx'; then $(CYGPATH_W) 'filter/pdftoraster.cxx'; else $(CYGPATH_W) '$(srcdir)/filter/pdftoraster.cxx'; fi`
 
2870
 
 
2871
mostlyclean-libtool:
 
2872
        -rm -f *.lo
 
2873
 
 
2874
clean-libtool:
 
2875
        -rm -rf .libs _libs
 
2876
 
 
2877
distclean-libtool:
 
2878
        -rm -f libtool config.lt
 
2879
install-docDATA: $(doc_DATA)
 
2880
        @$(NORMAL_INSTALL)
 
2881
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
 
2882
        @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
 
2883
        for p in $$list; do \
 
2884
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2885
          echo "$$d$$p"; \
 
2886
        done | $(am__base_list) | \
 
2887
        while read files; do \
 
2888
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
 
2889
          $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
 
2890
        done
 
2891
 
 
2892
uninstall-docDATA:
 
2893
        @$(NORMAL_UNINSTALL)
 
2894
        @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
 
2895
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2896
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
 
2897
install-pkgbannerDATA: $(pkgbanner_DATA)
 
2898
        @$(NORMAL_INSTALL)
 
2899
        test -z "$(pkgbannerdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgbannerdir)"
 
2900
        @list='$(pkgbanner_DATA)'; test -n "$(pkgbannerdir)" || list=; \
 
2901
        for p in $$list; do \
 
2902
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2903
          echo "$$d$$p"; \
 
2904
        done | $(am__base_list) | \
 
2905
        while read files; do \
 
2906
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgbannerdir)'"; \
 
2907
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgbannerdir)" || exit $$?; \
 
2908
        done
 
2909
 
 
2910
uninstall-pkgbannerDATA:
 
2911
        @$(NORMAL_UNINSTALL)
 
2912
        @list='$(pkgbanner_DATA)'; test -n "$(pkgbannerdir)" || list=; \
 
2913
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2914
        dir='$(DESTDIR)$(pkgbannerdir)'; $(am__uninstall_files_from_dir)
 
2915
install-pkgcharsetDATA: $(pkgcharset_DATA)
 
2916
        @$(NORMAL_INSTALL)
 
2917
        test -z "$(pkgcharsetdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgcharsetdir)"
 
2918
        @list='$(pkgcharset_DATA)'; test -n "$(pkgcharsetdir)" || list=; \
 
2919
        for p in $$list; do \
 
2920
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2921
          echo "$$d$$p"; \
 
2922
        done | $(am__base_list) | \
 
2923
        while read files; do \
 
2924
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgcharsetdir)'"; \
 
2925
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgcharsetdir)" || exit $$?; \
 
2926
        done
 
2927
 
 
2928
uninstall-pkgcharsetDATA:
 
2929
        @$(NORMAL_UNINSTALL)
 
2930
        @list='$(pkgcharset_DATA)'; test -n "$(pkgcharsetdir)" || list=; \
 
2931
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2932
        dir='$(DESTDIR)$(pkgcharsetdir)'; $(am__uninstall_files_from_dir)
 
2933
install-pkgconfDATA: $(pkgconf_DATA)
 
2934
        @$(NORMAL_INSTALL)
 
2935
        test -z "$(pkgconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfdir)"
 
2936
        @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
 
2937
        for p in $$list; do \
 
2938
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2939
          echo "$$d$$p"; \
 
2940
        done | $(am__base_list) | \
 
2941
        while read files; do \
 
2942
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfdir)'"; \
 
2943
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfdir)" || exit $$?; \
 
2944
        done
 
2945
 
 
2946
uninstall-pkgconfDATA:
 
2947
        @$(NORMAL_UNINSTALL)
 
2948
        @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
 
2949
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2950
        dir='$(DESTDIR)$(pkgconfdir)'; $(am__uninstall_files_from_dir)
 
2951
install-pkgcupsdataDATA: $(pkgcupsdata_DATA)
 
2952
        @$(NORMAL_INSTALL)
 
2953
        test -z "$(pkgcupsdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgcupsdatadir)"
 
2954
        @list='$(pkgcupsdata_DATA)'; test -n "$(pkgcupsdatadir)" || list=; \
 
2955
        for p in $$list; do \
 
2956
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2957
          echo "$$d$$p"; \
 
2958
        done | $(am__base_list) | \
 
2959
        while read files; do \
 
2960
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgcupsdatadir)'"; \
 
2961
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgcupsdatadir)" || exit $$?; \
 
2962
        done
 
2963
 
 
2964
uninstall-pkgcupsdataDATA:
 
2965
        @$(NORMAL_UNINSTALL)
 
2966
        @list='$(pkgcupsdata_DATA)'; test -n "$(pkgcupsdatadir)" || list=; \
 
2967
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2968
        dir='$(DESTDIR)$(pkgcupsdatadir)'; $(am__uninstall_files_from_dir)
 
2969
install-pkgdriverDATA: $(pkgdriver_DATA)
 
2970
        @$(NORMAL_INSTALL)
 
2971
        test -z "$(pkgdriverdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdriverdir)"
 
2972
        @list='$(pkgdriver_DATA)'; test -n "$(pkgdriverdir)" || list=; \
 
2973
        for p in $$list; do \
 
2974
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2975
          echo "$$d$$p"; \
 
2976
        done | $(am__base_list) | \
 
2977
        while read files; do \
 
2978
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdriverdir)'"; \
 
2979
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdriverdir)" || exit $$?; \
 
2980
        done
 
2981
 
 
2982
uninstall-pkgdriverDATA:
 
2983
        @$(NORMAL_UNINSTALL)
 
2984
        @list='$(pkgdriver_DATA)'; test -n "$(pkgdriverdir)" || list=; \
 
2985
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
2986
        dir='$(DESTDIR)$(pkgdriverdir)'; $(am__uninstall_files_from_dir)
 
2987
install-pkgfiltersincludeDATA: $(pkgfiltersinclude_DATA)
 
2988
        @$(NORMAL_INSTALL)
 
2989
        test -z "$(pkgfiltersincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgfiltersincludedir)"
 
2990
        @list='$(pkgfiltersinclude_DATA)'; test -n "$(pkgfiltersincludedir)" || list=; \
 
2991
        for p in $$list; do \
 
2992
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
2993
          echo "$$d$$p"; \
 
2994
        done | $(am__base_list) | \
 
2995
        while read files; do \
 
2996
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgfiltersincludedir)'"; \
 
2997
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgfiltersincludedir)" || exit $$?; \
 
2998
        done
 
2999
 
 
3000
uninstall-pkgfiltersincludeDATA:
 
3001
        @$(NORMAL_UNINSTALL)
 
3002
        @list='$(pkgfiltersinclude_DATA)'; test -n "$(pkgfiltersincludedir)" || list=; \
 
3003
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
3004
        dir='$(DESTDIR)$(pkgfiltersincludedir)'; $(am__uninstall_files_from_dir)
 
3005
install-pkgfontconfigDATA: $(pkgfontconfig_DATA)
 
3006
        @$(NORMAL_INSTALL)
 
3007
        test -z "$(pkgfontconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgfontconfigdir)"
 
3008
        @list='$(pkgfontconfig_DATA)'; test -n "$(pkgfontconfigdir)" || list=; \
 
3009
        for p in $$list; do \
 
3010
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
3011
          echo "$$d$$p"; \
 
3012
        done | $(am__base_list) | \
 
3013
        while read files; do \
 
3014
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgfontconfigdir)'"; \
 
3015
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgfontconfigdir)" || exit $$?; \
 
3016
        done
 
3017
 
 
3018
uninstall-pkgfontconfigDATA:
 
3019
        @$(NORMAL_UNINSTALL)
 
3020
        @list='$(pkgfontconfig_DATA)'; test -n "$(pkgfontconfigdir)" || list=; \
 
3021
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
3022
        dir='$(DESTDIR)$(pkgfontconfigdir)'; $(am__uninstall_files_from_dir)
 
3023
install-pkgfontembedincludeDATA: $(pkgfontembedinclude_DATA)
 
3024
        @$(NORMAL_INSTALL)
 
3025
        test -z "$(pkgfontembedincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgfontembedincludedir)"
 
3026
        @list='$(pkgfontembedinclude_DATA)'; test -n "$(pkgfontembedincludedir)" || list=; \
 
3027
        for p in $$list; do \
 
3028
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
3029
          echo "$$d$$p"; \
 
3030
        done | $(am__base_list) | \
 
3031
        while read files; do \
 
3032
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgfontembedincludedir)'"; \
 
3033
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgfontembedincludedir)" || exit $$?; \
 
3034
        done
 
3035
 
 
3036
uninstall-pkgfontembedincludeDATA:
 
3037
        @$(NORMAL_UNINSTALL)
 
3038
        @list='$(pkgfontembedinclude_DATA)'; test -n "$(pkgfontembedincludedir)" || list=; \
 
3039
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
3040
        dir='$(DESTDIR)$(pkgfontembedincludedir)'; $(am__uninstall_files_from_dir)
 
3041
install-pkgmimeDATA: $(pkgmime_DATA)
 
3042
        @$(NORMAL_INSTALL)
 
3043
        test -z "$(pkgmimedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgmimedir)"
 
3044
        @list='$(pkgmime_DATA)'; test -n "$(pkgmimedir)" || list=; \
 
3045
        for p in $$list; do \
 
3046
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
3047
          echo "$$d$$p"; \
 
3048
        done | $(am__base_list) | \
 
3049
        while read files; do \
 
3050
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgmimedir)'"; \
 
3051
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgmimedir)" || exit $$?; \
 
3052
        done
 
3053
 
 
3054
uninstall-pkgmimeDATA:
 
3055
        @$(NORMAL_UNINSTALL)
 
3056
        @list='$(pkgmime_DATA)'; test -n "$(pkgmimedir)" || list=; \
 
3057
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
3058
        dir='$(DESTDIR)$(pkgmimedir)'; $(am__uninstall_files_from_dir)
 
3059
install-ppdDATA: $(ppd_DATA)
 
3060
        @$(NORMAL_INSTALL)
 
3061
        test -z "$(ppddir)" || $(MKDIR_P) "$(DESTDIR)$(ppddir)"
 
3062
        @list='$(ppd_DATA)'; test -n "$(ppddir)" || list=; \
 
3063
        for p in $$list; do \
 
3064
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
3065
          echo "$$d$$p"; \
 
3066
        done | $(am__base_list) | \
 
3067
        while read files; do \
 
3068
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ppddir)'"; \
 
3069
          $(INSTALL_DATA) $$files "$(DESTDIR)$(ppddir)" || exit $$?; \
 
3070
        done
 
3071
 
 
3072
uninstall-ppdDATA:
 
3073
        @$(NORMAL_UNINSTALL)
 
3074
        @list='$(ppd_DATA)'; test -n "$(ppddir)" || list=; \
 
3075
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
3076
        dir='$(DESTDIR)$(ppddir)'; $(am__uninstall_files_from_dir)
 
3077
 
 
3078
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
3079
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
3080
        unique=`for i in $$list; do \
 
3081
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
3082
          done | \
 
3083
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
3084
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
3085
        mkid -fID $$unique
 
3086
tags: TAGS
 
3087
 
 
3088
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
3089
                $(TAGS_FILES) $(LISP)
 
3090
        set x; \
 
3091
        here=`pwd`; \
 
3092
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
3093
        unique=`for i in $$list; do \
 
3094
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
3095
          done | \
 
3096
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
3097
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
3098
        shift; \
 
3099
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
3100
          test -n "$$unique" || unique=$$empty_fix; \
 
3101
          if test $$# -gt 0; then \
 
3102
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
3103
              "$$@" $$unique; \
 
3104
          else \
 
3105
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
3106
              $$unique; \
 
3107
          fi; \
 
3108
        fi
 
3109
ctags: CTAGS
 
3110
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
3111
                $(TAGS_FILES) $(LISP)
 
3112
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
3113
        unique=`for i in $$list; do \
 
3114
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
3115
          done | \
 
3116
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
3117
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
3118
        test -z "$(CTAGS_ARGS)$$unique" \
 
3119
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
3120
             $$unique
 
3121
 
 
3122
GTAGS:
 
3123
        here=`$(am__cd) $(top_builddir) && pwd` \
 
3124
          && $(am__cd) $(top_srcdir) \
 
3125
          && gtags -i $(GTAGS_ARGS) "$$here"
 
3126
 
 
3127
distclean-tags:
 
3128
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
3129
 
 
3130
check-TESTS: $(TESTS)
 
3131
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
3132
        srcdir=$(srcdir); export srcdir; \
 
3133
        list=' $(TESTS) '; \
 
3134
        $(am__tty_colors); \
 
3135
        if test -n "$$list"; then \
 
3136
          for tst in $$list; do \
 
3137
            if test -f ./$$tst; then dir=./; \
 
3138
            elif test -f $$tst; then dir=; \
 
3139
            else dir="$(srcdir)/"; fi; \
 
3140
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
3141
              all=`expr $$all + 1`; \
 
3142
              case " $(XFAIL_TESTS) " in \
 
3143
              *[\ \     ]$$tst[\ \      ]*) \
 
3144
                xpass=`expr $$xpass + 1`; \
 
3145
                failed=`expr $$failed + 1`; \
 
3146
                col=$$red; res=XPASS; \
 
3147
              ;; \
 
3148
              *) \
 
3149
                col=$$grn; res=PASS; \
 
3150
              ;; \
 
3151
              esac; \
 
3152
            elif test $$? -ne 77; then \
 
3153
              all=`expr $$all + 1`; \
 
3154
              case " $(XFAIL_TESTS) " in \
 
3155
              *[\ \     ]$$tst[\ \      ]*) \
 
3156
                xfail=`expr $$xfail + 1`; \
 
3157
                col=$$lgn; res=XFAIL; \
 
3158
              ;; \
 
3159
              *) \
 
3160
                failed=`expr $$failed + 1`; \
 
3161
                col=$$red; res=FAIL; \
 
3162
              ;; \
 
3163
              esac; \
 
3164
            else \
 
3165
              skip=`expr $$skip + 1`; \
 
3166
              col=$$blu; res=SKIP; \
 
3167
            fi; \
 
3168
            echo "$${col}$$res$${std}: $$tst"; \
 
3169
          done; \
 
3170
          if test "$$all" -eq 1; then \
 
3171
            tests="test"; \
 
3172
            All=""; \
 
3173
          else \
 
3174
            tests="tests"; \
 
3175
            All="All "; \
 
3176
          fi; \
 
3177
          if test "$$failed" -eq 0; then \
 
3178
            if test "$$xfail" -eq 0; then \
 
3179
              banner="$$All$$all $$tests passed"; \
 
3180
            else \
 
3181
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
3182
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
3183
            fi; \
 
3184
          else \
 
3185
            if test "$$xpass" -eq 0; then \
 
3186
              banner="$$failed of $$all $$tests failed"; \
 
3187
            else \
 
3188
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
3189
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
3190
            fi; \
 
3191
          fi; \
 
3192
          dashes="$$banner"; \
 
3193
          skipped=""; \
 
3194
          if test "$$skip" -ne 0; then \
 
3195
            if test "$$skip" -eq 1; then \
 
3196
              skipped="($$skip test was not run)"; \
 
3197
            else \
 
3198
              skipped="($$skip tests were not run)"; \
 
3199
            fi; \
 
3200
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
3201
              dashes="$$skipped"; \
 
3202
          fi; \
 
3203
          report=""; \
 
3204
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
3205
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
3206
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
3207
              dashes="$$report"; \
 
3208
          fi; \
 
3209
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
3210
          if test "$$failed" -eq 0; then \
 
3211
            col="$$grn"; \
 
3212
          else \
 
3213
            col="$$red"; \
 
3214
          fi; \
 
3215
          echo "$${col}$$dashes$${std}"; \
 
3216
          echo "$${col}$$banner$${std}"; \
 
3217
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
3218
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
3219
          echo "$${col}$$dashes$${std}"; \
 
3220
          test "$$failed" -eq 0; \
 
3221
        else :; fi
 
3222
 
 
3223
distdir: $(DISTFILES)
 
3224
        $(am__remove_distdir)
 
3225
        test -d "$(distdir)" || mkdir "$(distdir)"
 
3226
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
3227
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
3228
        list='$(DISTFILES)'; \
 
3229
          dist_files=`for file in $$list; do echo $$file; done | \
 
3230
          sed -e "s|^$$srcdirstrip/||;t" \
 
3231
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
3232
        case $$dist_files in \
 
3233
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
3234
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
3235
                           sort -u` ;; \
 
3236
        esac; \
 
3237
        for file in $$dist_files; do \
 
3238
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
3239
          if test -d $$d/$$file; then \
 
3240
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
3241
            if test -d "$(distdir)/$$file"; then \
 
3242
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
3243
            fi; \
 
3244
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
3245
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
3246
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
3247
            fi; \
 
3248
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
3249
          else \
 
3250
            test -f "$(distdir)/$$file" \
 
3251
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
3252
            || exit 1; \
 
3253
          fi; \
 
3254
        done
 
3255
        -test -n "$(am__skip_mode_fix)" \
 
3256
        || find "$(distdir)" -type d ! -perm -755 \
 
3257
                -exec chmod u+rwx,go+rx {} \; -o \
 
3258
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
3259
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
3260
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
3261
        || chmod -R a+r "$(distdir)"
 
3262
dist-gzip: distdir
 
3263
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
3264
        $(am__remove_distdir)
 
3265
dist-bzip2: distdir
 
3266
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
3267
        $(am__remove_distdir)
 
3268
 
 
3269
dist-lzip: distdir
 
3270
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
3271
        $(am__remove_distdir)
 
3272
 
 
3273
dist-lzma: distdir
 
3274
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
3275
        $(am__remove_distdir)
 
3276
dist-xz: distdir
 
3277
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
3278
        $(am__remove_distdir)
 
3279
 
 
3280
dist-tarZ: distdir
 
3281
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
3282
        $(am__remove_distdir)
 
3283
 
 
3284
dist-shar: distdir
 
3285
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
3286
        $(am__remove_distdir)
 
3287
 
 
3288
dist-zip: distdir
 
3289
        -rm -f $(distdir).zip
 
3290
        zip -rq $(distdir).zip $(distdir)
 
3291
        $(am__remove_distdir)
 
3292
 
 
3293
dist dist-all: distdir
 
3294
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
3295
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
3296
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
3297
        $(am__remove_distdir)
 
3298
 
 
3299
# This target untars the dist file and tries a VPATH configuration.  Then
 
3300
# it guarantees that the distribution is self-contained by making another
 
3301
# tarfile.
 
3302
distcheck: dist
 
3303
        case '$(DIST_ARCHIVES)' in \
 
3304
        *.tar.gz*) \
 
3305
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
3306
        *.tar.bz2*) \
 
3307
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
3308
        *.tar.lzma*) \
 
3309
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
3310
        *.tar.lz*) \
 
3311
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
3312
        *.tar.xz*) \
 
3313
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
3314
        *.tar.Z*) \
 
3315
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
3316
        *.shar.gz*) \
 
3317
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
3318
        *.zip*) \
 
3319
          unzip $(distdir).zip ;;\
 
3320
        esac
 
3321
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
3322
        mkdir $(distdir)/_build
 
3323
        mkdir $(distdir)/_inst
 
3324
        chmod a-w $(distdir)
 
3325
        test -d $(distdir)/_build || exit 0; \
 
3326
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
3327
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
3328
          && am__cwd=`pwd` \
 
3329
          && $(am__cd) $(distdir)/_build \
 
3330
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
3331
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
3332
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
3333
          && $(MAKE) $(AM_MAKEFLAGS) \
 
3334
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
3335
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
3336
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
3337
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
3338
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
3339
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
3340
                distuninstallcheck \
 
3341
          && chmod -R a-w "$$dc_install_base" \
 
3342
          && ({ \
 
3343
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
3344
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
3345
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
3346
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
3347
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
3348
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
3349
          && rm -rf "$$dc_destdir" \
 
3350
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
3351
          && rm -rf $(DIST_ARCHIVES) \
 
3352
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
3353
          && cd "$$am__cwd" \
 
3354
          || exit 1
 
3355
        $(am__remove_distdir)
 
3356
        @(echo "$(distdir) archives ready for distribution: "; \
 
3357
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
3358
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
3359
distuninstallcheck:
 
3360
        @test -n '$(distuninstallcheck_dir)' || { \
 
3361
          echo 'ERROR: trying to run $@ with an empty' \
 
3362
               '$$(distuninstallcheck_dir)' >&2; \
 
3363
          exit 1; \
 
3364
        }; \
 
3365
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
3366
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
3367
          exit 1; \
 
3368
        }; \
 
3369
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
3370
           || { echo "ERROR: files left after uninstall:" ; \
 
3371
                if test -n "$(DESTDIR)"; then \
 
3372
                  echo "  (check DESTDIR support)"; \
 
3373
                fi ; \
 
3374
                $(distuninstallcheck_listfiles) ; \
 
3375
                exit 1; } >&2
 
3376
distcleancheck: distclean
 
3377
        @if test '$(srcdir)' = . ; then \
 
3378
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
3379
          exit 1 ; \
 
3380
        fi
 
3381
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
3382
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
3383
               $(distcleancheck_listfiles) ; \
 
3384
               exit 1; } >&2
 
3385
check-am: all-am
 
3386
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
3387
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
3388
check: check-am
 
3389
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
 
3390
                config.h
 
3391
install-binPROGRAMS: install-libLTLIBRARIES
 
3392
 
 
3393
installdirs:
 
3394
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(phpextensiondir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgbackenddir)" "$(DESTDIR)$(pkgfilterdir)" "$(DESTDIR)$(pkgfilterdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgbannerdir)" "$(DESTDIR)$(pkgcharsetdir)" "$(DESTDIR)$(pkgconfdir)" "$(DESTDIR)$(pkgcupsdatadir)" "$(DESTDIR)$(pkgdriverdir)" "$(DESTDIR)$(pkgfiltersincludedir)" "$(DESTDIR)$(pkgfontconfigdir)" "$(DESTDIR)$(pkgfontembedincludedir)" "$(DESTDIR)$(pkgmimedir)" "$(DESTDIR)$(ppddir)"; do \
 
3395
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
3396
        done
 
3397
install: install-am
 
3398
install-exec: install-exec-am
 
3399
install-data: install-data-am
 
3400
uninstall: uninstall-am
 
3401
 
 
3402
install-am: all-am
 
3403
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
3404
 
 
3405
installcheck: installcheck-am
 
3406
install-strip:
 
3407
        if test -z '$(STRIP)'; then \
 
3408
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
3409
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
3410
              install; \
 
3411
        else \
 
3412
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
3413
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
3414
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
3415
        fi
 
3416
mostlyclean-generic:
 
3417
 
 
3418
clean-generic:
 
3419
 
 
3420
distclean-generic:
 
3421
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
3422
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
3423
 
 
3424
maintainer-clean-generic:
 
3425
        @echo "This command is intended for maintainers to use"
 
3426
        @echo "it deletes files that may require special tools to rebuild."
 
3427
clean: clean-am
 
3428
 
 
3429
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
 
3430
        clean-libLTLIBRARIES clean-libtool \
 
3431
        clean-phpextensionLTLIBRARIES clean-pkgbackendPROGRAMS \
 
3432
        clean-pkgfilterPROGRAMS mostlyclean-am
 
3433
 
 
3434
distclean: distclean-am
 
3435
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
3436
        -rm -rf ./$(DEPDIR)
 
3437
        -rm -f Makefile
 
3438
distclean-am: clean-am distclean-compile distclean-generic \
 
3439
        distclean-hdr distclean-libtool distclean-local distclean-tags
 
3440
 
 
3441
dvi: dvi-am
 
3442
 
 
3443
dvi-am:
 
3444
 
 
3445
html: html-am
 
3446
 
 
3447
html-am:
 
3448
 
 
3449
info: info-am
 
3450
 
 
3451
info-am:
 
3452
 
 
3453
install-data-am: install-docDATA install-phpextensionLTLIBRARIES \
 
3454
        install-pkgbackendPROGRAMS install-pkgbannerDATA \
 
3455
        install-pkgcharsetDATA install-pkgconfDATA \
 
3456
        install-pkgcupsdataDATA install-pkgdriverDATA \
 
3457
        install-pkgfilterPROGRAMS install-pkgfilterSCRIPTS \
 
3458
        install-pkgfiltersincludeDATA install-pkgfontconfigDATA \
 
3459
        install-pkgfontembedincludeDATA install-pkgmimeDATA \
 
3460
        install-ppdDATA
 
3461
        @$(NORMAL_INSTALL)
 
3462
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
3463
install-dvi: install-dvi-am
 
3464
 
 
3465
install-dvi-am:
 
3466
 
 
3467
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
 
3468
 
 
3469
install-html: install-html-am
 
3470
 
 
3471
install-html-am:
 
3472
 
 
3473
install-info: install-info-am
 
3474
 
 
3475
install-info-am:
 
3476
 
 
3477
install-man:
 
3478
 
 
3479
install-pdf: install-pdf-am
 
3480
 
 
3481
install-pdf-am:
 
3482
 
 
3483
install-ps: install-ps-am
 
3484
 
 
3485
install-ps-am:
 
3486
 
 
3487
installcheck-am:
 
3488
 
 
3489
maintainer-clean: maintainer-clean-am
 
3490
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
3491
        -rm -rf $(top_srcdir)/autom4te.cache
 
3492
        -rm -rf ./$(DEPDIR)
 
3493
        -rm -f Makefile
 
3494
maintainer-clean-am: distclean-am maintainer-clean-generic
 
3495
 
 
3496
mostlyclean: mostlyclean-am
 
3497
 
 
3498
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
3499
        mostlyclean-libtool
 
3500
 
 
3501
pdf: pdf-am
 
3502
 
 
3503
pdf-am:
 
3504
 
 
3505
ps: ps-am
 
3506
 
 
3507
ps-am:
 
3508
 
 
3509
uninstall-am: uninstall-binPROGRAMS uninstall-docDATA \
 
3510
        uninstall-libLTLIBRARIES uninstall-phpextensionLTLIBRARIES \
 
3511
        uninstall-pkgbackendPROGRAMS uninstall-pkgbannerDATA \
 
3512
        uninstall-pkgcharsetDATA uninstall-pkgconfDATA \
 
3513
        uninstall-pkgcupsdataDATA uninstall-pkgdriverDATA \
 
3514
        uninstall-pkgfilterPROGRAMS uninstall-pkgfilterSCRIPTS \
 
3515
        uninstall-pkgfiltersincludeDATA uninstall-pkgfontconfigDATA \
 
3516
        uninstall-pkgfontembedincludeDATA uninstall-pkgmimeDATA \
 
3517
        uninstall-ppdDATA
 
3518
 
 
3519
.MAKE: all check-am install-am install-data-am install-strip
 
3520
 
 
3521
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
 
3522
        clean clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
 
3523
        clean-libLTLIBRARIES clean-libtool \
 
3524
        clean-phpextensionLTLIBRARIES clean-pkgbackendPROGRAMS \
 
3525
        clean-pkgfilterPROGRAMS ctags dist dist-all dist-bzip2 \
 
3526
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
3527
        dist-zip distcheck distclean distclean-compile \
 
3528
        distclean-generic distclean-hdr distclean-libtool \
 
3529
        distclean-local distclean-tags distcleancheck distdir \
 
3530
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
3531
        install install-am install-binPROGRAMS install-data \
 
3532
        install-data-am install-data-hook install-docDATA install-dvi \
 
3533
        install-dvi-am install-exec install-exec-am install-html \
 
3534
        install-html-am install-info install-info-am \
 
3535
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
3536
        install-phpextensionLTLIBRARIES install-pkgbackendPROGRAMS \
 
3537
        install-pkgbannerDATA install-pkgcharsetDATA \
 
3538
        install-pkgconfDATA install-pkgcupsdataDATA \
 
3539
        install-pkgdriverDATA install-pkgfilterPROGRAMS \
 
3540
        install-pkgfilterSCRIPTS install-pkgfiltersincludeDATA \
 
3541
        install-pkgfontconfigDATA install-pkgfontembedincludeDATA \
 
3542
        install-pkgmimeDATA install-ppdDATA install-ps install-ps-am \
 
3543
        install-strip installcheck installcheck-am installdirs \
 
3544
        maintainer-clean maintainer-clean-generic mostlyclean \
 
3545
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
3546
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
3547
        uninstall-binPROGRAMS uninstall-docDATA \
 
3548
        uninstall-libLTLIBRARIES uninstall-phpextensionLTLIBRARIES \
 
3549
        uninstall-pkgbackendPROGRAMS uninstall-pkgbannerDATA \
 
3550
        uninstall-pkgcharsetDATA uninstall-pkgconfDATA \
 
3551
        uninstall-pkgcupsdataDATA uninstall-pkgdriverDATA \
 
3552
        uninstall-pkgfilterPROGRAMS uninstall-pkgfilterSCRIPTS \
 
3553
        uninstall-pkgfiltersincludeDATA uninstall-pkgfontconfigDATA \
 
3554
        uninstall-pkgfontembedincludeDATA uninstall-pkgmimeDATA \
 
3555
        uninstall-ppdDATA
 
3556
 
 
3557
        $(DLOPEN_LIBS)
 
3558
 
 
3559
distclean-local:
 
3560
        rm -rf *.cache *~
 
3561
 
 
3562
install-data-hook:
 
3563
        $(LN_S) pdf.utf-8.simple \
 
3564
                $(DESTDIR)$(pkgcharsetdir)/pdf.utf-8
 
3565
 
 
3566
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
3567
# Otherwise a system limit (for SysV at least) may be exceeded.
 
3568
.NOEXPORT: