~ubuntu-branches/ubuntu/quantal/foomatic-filters/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter
  • Date: 2012-02-12 16:50:51 UTC
  • mfrom: (1.2.7) (2.1.57 oneiric)
  • Revision ID: package-import@ubuntu.com-20120212165051-6frt1kwayd738soa
Tags: 4.0.12-1
[ Till Kamppeter ]
* New upstream release
   - If incoming PDF needs to be converted to PostScript
     due to the filter command line not being a standard Ghostscript
     command line, no separate PDF command line being supplied, or
     options in the PPD being implemented by PostScript code, use
     preferrably Ghostscript (with the "ps2write" device) for this
     conversion as Ghostscript is better optimized for printing and
     has a more sophisticated color management compared to Poppler.
   - SECURITY FIX: Use the mktemp shell command/mkstemp() function to create
     the debug log file and the renderer input data file (both files only
     generated when foomatic-rip is un in debug mode) with file names with an
     unpredictable part. The names are /tmp/foomatic-rip-XXXXXX.log and
     /tmp/foomatic-rip-YYYYYY.ps where the XXXXXX and YYYYYY are replaced by
     random strings. Thanks to Tim Waugh from Red Hat for for the patch
     (Upstream bug #936, CVE-2011-2924).
* debian/patches/use-ghostscript-for-pdf-to-ps.patch: Removed, merged
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
54
CONFIG_HEADER = config.h
53
55
CONFIG_CLEAN_FILES = beh foomatic-rip.1
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__installdirs = "$(DESTDIR)$(bindir)"
55
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
58
PROGRAMS = $(bin_PROGRAMS)
57
59
am__foomatic_rip_SOURCES_DIST = foomaticrip.c foomaticrip.h options.c \
58
60
        options.h pdf.c pdf.h postscript.c postscript.h util.c util.h \
73
75
DEFAULT_INCLUDES = -I.@am__isrc@
74
76
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
77
am__depfiles_maybe = depfiles
 
78
am__mv = mv -f
76
79
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
80
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
81
CCLD = $(CC)
85
88
distdir = $(PACKAGE)-$(VERSION)
86
89
top_distdir = $(distdir)
87
90
am__remove_distdir = \
88
 
  { test ! -d $(distdir) \
89
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
90
 
         && rm -fr $(distdir); }; }
 
91
  { test ! -d "$(distdir)" \
 
92
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
93
         && rm -fr "$(distdir)"; }; }
91
94
DIST_ARCHIVES = $(distdir).tar.gz
92
95
GZIP_ENV = --best
93
96
distuninstallcheck_listfiles = find . -type f -print
147
150
PACKAGE_NAME = @PACKAGE_NAME@
148
151
PACKAGE_STRING = @PACKAGE_STRING@
149
152
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
153
PACKAGE_URL = @PACKAGE_URL@
150
154
PACKAGE_VERSION = @PACKAGE_VERSION@
151
155
PATH_SEPARATOR = @PATH_SEPARATOR@
152
156
PERL = @PERL@
205
209
srcdir = @srcdir@
206
210
sysconfdir = @sysconfdir@
207
211
target_alias = @target_alias@
 
212
top_build_prefix = @top_build_prefix@
208
213
top_builddir = @top_builddir@
209
214
top_srcdir = @top_srcdir@
210
215
PREFIX = $(prefix)
235
240
        @for dep in $?; do \
236
241
          case '$(am__configure_deps)' in \
237
242
            *$$dep*) \
238
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
239
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
243
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
244
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
240
245
                && exit 0; \
241
246
              exit 1;; \
242
247
          esac; \
243
248
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
245
 
        cd $(top_srcdir) && \
246
 
          $(AUTOMAKE) --gnu  Makefile
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
250
        $(am__cd) $(top_srcdir) && \
 
251
          $(AUTOMAKE) --gnu Makefile
247
252
.PRECIOUS: Makefile
248
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
254
        @case '$?' in \
259
264
        $(SHELL) ./config.status --recheck
260
265
 
261
266
$(top_srcdir)/configure:  $(am__configure_deps)
262
 
        cd $(srcdir) && $(AUTOCONF)
 
267
        $(am__cd) $(srcdir) && $(AUTOCONF)
263
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
264
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
269
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
270
$(am__aclocal_m4_deps):
265
271
 
266
272
config.h: stamp-h1
267
273
        @if test ! -f $@; then \
273
279
        @rm -f stamp-h1
274
280
        cd $(top_builddir) && $(SHELL) ./config.status config.h
275
281
$(srcdir)/config.h.in:  $(am__configure_deps) 
276
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
282
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
277
283
        rm -f stamp-h1
278
284
        touch $@
279
285
 
286
292
install-binPROGRAMS: $(bin_PROGRAMS)
287
293
        @$(NORMAL_INSTALL)
288
294
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
289
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
290
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
291
 
          if test -f $$p \
292
 
          ; then \
293
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
294
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
295
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
296
 
          else :; fi; \
297
 
        done
 
295
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
296
        for p in $$list; do echo "$$p $$p"; done | \
 
297
        sed 's/$(EXEEXT)$$//' | \
 
298
        while read p p1; do if test -f $$p; \
 
299
          then echo "$$p"; echo "$$p"; else :; fi; \
 
300
        done | \
 
301
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
302
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
303
        sed 'N;N;N;s,\n, ,g' | \
 
304
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
305
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
306
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
307
            else { print "f", $$3 "/" $$4, $$1; } } \
 
308
          END { for (d in files) print "f", d, files[d] }' | \
 
309
        while read type dir files; do \
 
310
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
311
            test -z "$$files" || { \
 
312
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
313
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
314
            } \
 
315
        ; done
298
316
 
299
317
uninstall-binPROGRAMS:
300
318
        @$(NORMAL_UNINSTALL)
301
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
302
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
303
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
304
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
305
 
        done
 
319
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
320
        files=`for p in $$list; do echo "$$p"; done | \
 
321
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
322
              -e 's/$$/$(EXEEXT)/' `; \
 
323
        test -n "$$list" || exit 0; \
 
324
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
325
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
306
326
 
307
327
clean-binPROGRAMS:
308
328
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
329
349
 
330
350
.c.o:
331
351
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
355
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
336
356
 
337
357
.c.obj:
338
358
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
339
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
359
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
362
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
363
 
344
364
foomatic_rip-foomaticrip.o: foomaticrip.c
345
365
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-foomaticrip.o -MD -MP -MF $(DEPDIR)/foomatic_rip-foomaticrip.Tpo -c -o foomatic_rip-foomaticrip.o `test -f 'foomaticrip.c' || echo '$(srcdir)/'`foomaticrip.c
346
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-foomaticrip.Tpo $(DEPDIR)/foomatic_rip-foomaticrip.Po
 
366
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-foomaticrip.Tpo $(DEPDIR)/foomatic_rip-foomaticrip.Po
347
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='foomaticrip.c' object='foomatic_rip-foomaticrip.o' libtool=no @AMDEPBACKSLASH@
348
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
369
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-foomaticrip.o `test -f 'foomaticrip.c' || echo '$(srcdir)/'`foomaticrip.c
350
370
 
351
371
foomatic_rip-foomaticrip.obj: foomaticrip.c
352
372
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-foomaticrip.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-foomaticrip.Tpo -c -o foomatic_rip-foomaticrip.obj `if test -f 'foomaticrip.c'; then $(CYGPATH_W) 'foomaticrip.c'; else $(CYGPATH_W) '$(srcdir)/foomaticrip.c'; fi`
353
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-foomaticrip.Tpo $(DEPDIR)/foomatic_rip-foomaticrip.Po
 
373
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-foomaticrip.Tpo $(DEPDIR)/foomatic_rip-foomaticrip.Po
354
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='foomaticrip.c' object='foomatic_rip-foomaticrip.obj' libtool=no @AMDEPBACKSLASH@
355
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
376
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-foomaticrip.obj `if test -f 'foomaticrip.c'; then $(CYGPATH_W) 'foomaticrip.c'; else $(CYGPATH_W) '$(srcdir)/foomaticrip.c'; fi`
357
377
 
358
378
foomatic_rip-options.o: options.c
359
379
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-options.o -MD -MP -MF $(DEPDIR)/foomatic_rip-options.Tpo -c -o foomatic_rip-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
360
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-options.Tpo $(DEPDIR)/foomatic_rip-options.Po
 
380
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-options.Tpo $(DEPDIR)/foomatic_rip-options.Po
361
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='options.c' object='foomatic_rip-options.o' libtool=no @AMDEPBACKSLASH@
362
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
383
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
364
384
 
365
385
foomatic_rip-options.obj: options.c
366
386
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-options.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-options.Tpo -c -o foomatic_rip-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
367
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-options.Tpo $(DEPDIR)/foomatic_rip-options.Po
 
387
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-options.Tpo $(DEPDIR)/foomatic_rip-options.Po
368
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='options.c' object='foomatic_rip-options.obj' libtool=no @AMDEPBACKSLASH@
369
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
390
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
371
391
 
372
392
foomatic_rip-pdf.o: pdf.c
373
393
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-pdf.o -MD -MP -MF $(DEPDIR)/foomatic_rip-pdf.Tpo -c -o foomatic_rip-pdf.o `test -f 'pdf.c' || echo '$(srcdir)/'`pdf.c
374
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-pdf.Tpo $(DEPDIR)/foomatic_rip-pdf.Po
 
394
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-pdf.Tpo $(DEPDIR)/foomatic_rip-pdf.Po
375
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pdf.c' object='foomatic_rip-pdf.o' libtool=no @AMDEPBACKSLASH@
376
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
397
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-pdf.o `test -f 'pdf.c' || echo '$(srcdir)/'`pdf.c
378
398
 
379
399
foomatic_rip-pdf.obj: pdf.c
380
400
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-pdf.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-pdf.Tpo -c -o foomatic_rip-pdf.obj `if test -f 'pdf.c'; then $(CYGPATH_W) 'pdf.c'; else $(CYGPATH_W) '$(srcdir)/pdf.c'; fi`
381
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-pdf.Tpo $(DEPDIR)/foomatic_rip-pdf.Po
 
401
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-pdf.Tpo $(DEPDIR)/foomatic_rip-pdf.Po
382
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pdf.c' object='foomatic_rip-pdf.obj' libtool=no @AMDEPBACKSLASH@
383
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
404
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-pdf.obj `if test -f 'pdf.c'; then $(CYGPATH_W) 'pdf.c'; else $(CYGPATH_W) '$(srcdir)/pdf.c'; fi`
385
405
 
386
406
foomatic_rip-postscript.o: postscript.c
387
407
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-postscript.o -MD -MP -MF $(DEPDIR)/foomatic_rip-postscript.Tpo -c -o foomatic_rip-postscript.o `test -f 'postscript.c' || echo '$(srcdir)/'`postscript.c
388
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-postscript.Tpo $(DEPDIR)/foomatic_rip-postscript.Po
 
408
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-postscript.Tpo $(DEPDIR)/foomatic_rip-postscript.Po
389
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='postscript.c' object='foomatic_rip-postscript.o' libtool=no @AMDEPBACKSLASH@
390
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
411
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-postscript.o `test -f 'postscript.c' || echo '$(srcdir)/'`postscript.c
392
412
 
393
413
foomatic_rip-postscript.obj: postscript.c
394
414
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-postscript.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-postscript.Tpo -c -o foomatic_rip-postscript.obj `if test -f 'postscript.c'; then $(CYGPATH_W) 'postscript.c'; else $(CYGPATH_W) '$(srcdir)/postscript.c'; fi`
395
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-postscript.Tpo $(DEPDIR)/foomatic_rip-postscript.Po
 
415
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-postscript.Tpo $(DEPDIR)/foomatic_rip-postscript.Po
396
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='postscript.c' object='foomatic_rip-postscript.obj' libtool=no @AMDEPBACKSLASH@
397
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
418
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-postscript.obj `if test -f 'postscript.c'; then $(CYGPATH_W) 'postscript.c'; else $(CYGPATH_W) '$(srcdir)/postscript.c'; fi`
399
419
 
400
420
foomatic_rip-util.o: util.c
401
421
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-util.o -MD -MP -MF $(DEPDIR)/foomatic_rip-util.Tpo -c -o foomatic_rip-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
402
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-util.Tpo $(DEPDIR)/foomatic_rip-util.Po
 
422
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-util.Tpo $(DEPDIR)/foomatic_rip-util.Po
403
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='foomatic_rip-util.o' libtool=no @AMDEPBACKSLASH@
404
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
425
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
406
426
 
407
427
foomatic_rip-util.obj: util.c
408
428
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-util.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-util.Tpo -c -o foomatic_rip-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
409
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-util.Tpo $(DEPDIR)/foomatic_rip-util.Po
 
429
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-util.Tpo $(DEPDIR)/foomatic_rip-util.Po
410
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='foomatic_rip-util.obj' libtool=no @AMDEPBACKSLASH@
411
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
432
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
413
433
 
414
434
foomatic_rip-spooler.o: spooler.c
415
435
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-spooler.o -MD -MP -MF $(DEPDIR)/foomatic_rip-spooler.Tpo -c -o foomatic_rip-spooler.o `test -f 'spooler.c' || echo '$(srcdir)/'`spooler.c
416
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-spooler.Tpo $(DEPDIR)/foomatic_rip-spooler.Po
 
436
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-spooler.Tpo $(DEPDIR)/foomatic_rip-spooler.Po
417
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='spooler.c' object='foomatic_rip-spooler.o' libtool=no @AMDEPBACKSLASH@
418
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
439
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-spooler.o `test -f 'spooler.c' || echo '$(srcdir)/'`spooler.c
420
440
 
421
441
foomatic_rip-spooler.obj: spooler.c
422
442
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-spooler.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-spooler.Tpo -c -o foomatic_rip-spooler.obj `if test -f 'spooler.c'; then $(CYGPATH_W) 'spooler.c'; else $(CYGPATH_W) '$(srcdir)/spooler.c'; fi`
423
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-spooler.Tpo $(DEPDIR)/foomatic_rip-spooler.Po
 
443
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-spooler.Tpo $(DEPDIR)/foomatic_rip-spooler.Po
424
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='spooler.c' object='foomatic_rip-spooler.obj' libtool=no @AMDEPBACKSLASH@
425
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
446
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-spooler.obj `if test -f 'spooler.c'; then $(CYGPATH_W) 'spooler.c'; else $(CYGPATH_W) '$(srcdir)/spooler.c'; fi`
427
447
 
428
448
foomatic_rip-process.o: process.c
429
449
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-process.o -MD -MP -MF $(DEPDIR)/foomatic_rip-process.Tpo -c -o foomatic_rip-process.o `test -f 'process.c' || echo '$(srcdir)/'`process.c
430
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-process.Tpo $(DEPDIR)/foomatic_rip-process.Po
 
450
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-process.Tpo $(DEPDIR)/foomatic_rip-process.Po
431
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='process.c' object='foomatic_rip-process.o' libtool=no @AMDEPBACKSLASH@
432
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
453
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-process.o `test -f 'process.c' || echo '$(srcdir)/'`process.c
434
454
 
435
455
foomatic_rip-process.obj: process.c
436
456
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-process.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-process.Tpo -c -o foomatic_rip-process.obj `if test -f 'process.c'; then $(CYGPATH_W) 'process.c'; else $(CYGPATH_W) '$(srcdir)/process.c'; fi`
437
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-process.Tpo $(DEPDIR)/foomatic_rip-process.Po
 
457
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-process.Tpo $(DEPDIR)/foomatic_rip-process.Po
438
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='process.c' object='foomatic_rip-process.obj' libtool=no @AMDEPBACKSLASH@
439
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
460
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-process.obj `if test -f 'process.c'; then $(CYGPATH_W) 'process.c'; else $(CYGPATH_W) '$(srcdir)/process.c'; fi`
441
461
 
442
462
foomatic_rip-renderer.o: renderer.c
443
463
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-renderer.o -MD -MP -MF $(DEPDIR)/foomatic_rip-renderer.Tpo -c -o foomatic_rip-renderer.o `test -f 'renderer.c' || echo '$(srcdir)/'`renderer.c
444
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-renderer.Tpo $(DEPDIR)/foomatic_rip-renderer.Po
 
464
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-renderer.Tpo $(DEPDIR)/foomatic_rip-renderer.Po
445
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='renderer.c' object='foomatic_rip-renderer.o' libtool=no @AMDEPBACKSLASH@
446
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
467
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-renderer.o `test -f 'renderer.c' || echo '$(srcdir)/'`renderer.c
448
468
 
449
469
foomatic_rip-renderer.obj: renderer.c
450
470
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-renderer.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-renderer.Tpo -c -o foomatic_rip-renderer.obj `if test -f 'renderer.c'; then $(CYGPATH_W) 'renderer.c'; else $(CYGPATH_W) '$(srcdir)/renderer.c'; fi`
451
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-renderer.Tpo $(DEPDIR)/foomatic_rip-renderer.Po
 
471
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-renderer.Tpo $(DEPDIR)/foomatic_rip-renderer.Po
452
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='renderer.c' object='foomatic_rip-renderer.obj' libtool=no @AMDEPBACKSLASH@
453
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
474
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-renderer.obj `if test -f 'renderer.c'; then $(CYGPATH_W) 'renderer.c'; else $(CYGPATH_W) '$(srcdir)/renderer.c'; fi`
455
475
 
456
476
foomatic_rip-fileconverter.o: fileconverter.c
457
477
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-fileconverter.o -MD -MP -MF $(DEPDIR)/foomatic_rip-fileconverter.Tpo -c -o foomatic_rip-fileconverter.o `test -f 'fileconverter.c' || echo '$(srcdir)/'`fileconverter.c
458
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-fileconverter.Tpo $(DEPDIR)/foomatic_rip-fileconverter.Po
 
478
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-fileconverter.Tpo $(DEPDIR)/foomatic_rip-fileconverter.Po
459
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fileconverter.c' object='foomatic_rip-fileconverter.o' libtool=no @AMDEPBACKSLASH@
460
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
481
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-fileconverter.o `test -f 'fileconverter.c' || echo '$(srcdir)/'`fileconverter.c
462
482
 
463
483
foomatic_rip-fileconverter.obj: fileconverter.c
464
484
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-fileconverter.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-fileconverter.Tpo -c -o foomatic_rip-fileconverter.obj `if test -f 'fileconverter.c'; then $(CYGPATH_W) 'fileconverter.c'; else $(CYGPATH_W) '$(srcdir)/fileconverter.c'; fi`
465
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-fileconverter.Tpo $(DEPDIR)/foomatic_rip-fileconverter.Po
 
485
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-fileconverter.Tpo $(DEPDIR)/foomatic_rip-fileconverter.Po
466
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fileconverter.c' object='foomatic_rip-fileconverter.obj' libtool=no @AMDEPBACKSLASH@
467
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
488
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-fileconverter.obj `if test -f 'fileconverter.c'; then $(CYGPATH_W) 'fileconverter.c'; else $(CYGPATH_W) '$(srcdir)/fileconverter.c'; fi`
469
489
 
470
490
foomatic_rip-colord.o: colord.c
471
491
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-colord.o -MD -MP -MF $(DEPDIR)/foomatic_rip-colord.Tpo -c -o foomatic_rip-colord.o `test -f 'colord.c' || echo '$(srcdir)/'`colord.c
472
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-colord.Tpo $(DEPDIR)/foomatic_rip-colord.Po
 
492
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-colord.Tpo $(DEPDIR)/foomatic_rip-colord.Po
473
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='colord.c' object='foomatic_rip-colord.o' libtool=no @AMDEPBACKSLASH@
474
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
495
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-colord.o `test -f 'colord.c' || echo '$(srcdir)/'`colord.c
476
496
 
477
497
foomatic_rip-colord.obj: colord.c
478
498
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -MT foomatic_rip-colord.obj -MD -MP -MF $(DEPDIR)/foomatic_rip-colord.Tpo -c -o foomatic_rip-colord.obj `if test -f 'colord.c'; then $(CYGPATH_W) 'colord.c'; else $(CYGPATH_W) '$(srcdir)/colord.c'; fi`
479
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/foomatic_rip-colord.Tpo $(DEPDIR)/foomatic_rip-colord.Po
 
499
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/foomatic_rip-colord.Tpo $(DEPDIR)/foomatic_rip-colord.Po
480
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='colord.c' object='foomatic_rip-colord.obj' libtool=no @AMDEPBACKSLASH@
481
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
502
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foomatic_rip_CFLAGS) $(CFLAGS) -c -o foomatic_rip-colord.obj `if test -f 'colord.c'; then $(CYGPATH_W) 'colord.c'; else $(CYGPATH_W) '$(srcdir)/colord.c'; fi`
486
506
        unique=`for i in $$list; do \
487
507
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
508
          done | \
489
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
509
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490
510
              END { if (nonempty) { for (i in files) print i; }; }'`; \
491
511
        mkid -fID $$unique
492
512
tags: TAGS
493
513
 
494
514
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495
515
                $(TAGS_FILES) $(LISP)
496
 
        tags=; \
 
516
        set x; \
497
517
        here=`pwd`; \
498
518
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499
519
        unique=`for i in $$list; do \
501
521
          done | \
502
522
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
523
              END { if (nonempty) { for (i in files) print i; }; }'`; \
504
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
524
        shift; \
 
525
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
505
526
          test -n "$$unique" || unique=$$empty_fix; \
506
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507
 
            $$tags $$unique; \
 
527
          if test $$# -gt 0; then \
 
528
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
529
              "$$@" $$unique; \
 
530
          else \
 
531
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
532
              $$unique; \
 
533
          fi; \
508
534
        fi
509
535
ctags: CTAGS
510
536
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
511
537
                $(TAGS_FILES) $(LISP)
512
 
        tags=; \
513
538
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
514
539
        unique=`for i in $$list; do \
515
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
541
          done | \
517
542
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
519
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
544
        test -z "$(CTAGS_ARGS)$$unique" \
520
545
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
521
 
             $$tags $$unique
 
546
             $$unique
522
547
 
523
548
GTAGS:
524
549
        here=`$(am__cd) $(top_builddir) && pwd` \
525
 
          && cd $(top_srcdir) \
526
 
          && gtags -i $(GTAGS_ARGS) $$here
 
550
          && $(am__cd) $(top_srcdir) \
 
551
          && gtags -i $(GTAGS_ARGS) "$$here"
527
552
 
528
553
distclean-tags:
529
554
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
555
 
531
556
distdir: $(DISTFILES)
532
557
        $(am__remove_distdir)
533
 
        test -d $(distdir) || mkdir $(distdir)
 
558
        test -d "$(distdir)" || mkdir "$(distdir)"
534
559
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535
560
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536
561
        list='$(DISTFILES)'; \
546
571
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547
572
          if test -d $$d/$$file; then \
548
573
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
574
            if test -d "$(distdir)/$$file"; then \
 
575
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
576
            fi; \
549
577
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
550
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
578
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
579
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551
580
            fi; \
552
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
581
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553
582
          else \
554
 
            test -f $(distdir)/$$file \
555
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
583
            test -f "$(distdir)/$$file" \
 
584
            || cp -p $$d/$$file "$(distdir)/$$file" \
556
585
            || exit 1; \
557
586
          fi; \
558
587
        done
559
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
588
        -test -n "$(am__skip_mode_fix)" \
 
589
        || find "$(distdir)" -type d ! -perm -755 \
 
590
                -exec chmod u+rwx,go+rx {} \; -o \
560
591
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
561
592
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
562
593
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
563
 
        || chmod -R a+r $(distdir)
 
594
        || chmod -R a+r "$(distdir)"
564
595
dist-gzip: distdir
565
596
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
566
597
        $(am__remove_distdir)
573
604
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
574
605
        $(am__remove_distdir)
575
606
 
 
607
dist-xz: distdir
 
608
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
609
        $(am__remove_distdir)
 
610
 
576
611
dist-tarZ: distdir
577
612
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
578
613
        $(am__remove_distdir)
596
631
distcheck: dist
597
632
        case '$(DIST_ARCHIVES)' in \
598
633
        *.tar.gz*) \
599
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
634
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
600
635
        *.tar.bz2*) \
601
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
636
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
602
637
        *.tar.lzma*) \
603
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
638
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
639
        *.tar.xz*) \
 
640
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
604
641
        *.tar.Z*) \
605
642
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
606
643
        *.shar.gz*) \
607
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
644
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
608
645
        *.zip*) \
609
646
          unzip $(distdir).zip ;;\
610
647
        esac
612
649
        mkdir $(distdir)/_build
613
650
        mkdir $(distdir)/_inst
614
651
        chmod a-w $(distdir)
 
652
        test -d $(distdir)/_build || exit 0; \
615
653
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
616
654
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
617
 
          && cd $(distdir)/_build \
 
655
          && am__cwd=`pwd` \
 
656
          && $(am__cd) $(distdir)/_build \
618
657
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
619
658
            $(DISTCHECK_CONFIGURE_FLAGS) \
620
659
          && $(MAKE) $(AM_MAKEFLAGS) \
636
675
          && rm -rf "$$dc_destdir" \
637
676
          && $(MAKE) $(AM_MAKEFLAGS) dist \
638
677
          && rm -rf $(DIST_ARCHIVES) \
639
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
678
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
679
          && cd "$$am__cwd" \
 
680
          || exit 1
640
681
        $(am__remove_distdir)
641
682
        @(echo "$(distdir) archives ready for distribution: "; \
642
683
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
643
684
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
644
685
distuninstallcheck:
645
 
        @cd $(distuninstallcheck_dir) \
 
686
        @$(am__cd) '$(distuninstallcheck_dir)' \
646
687
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
647
688
           || { echo "ERROR: files left after uninstall:" ; \
648
689
                if test -n "$(DESTDIR)"; then \
684
725
 
685
726
distclean-generic:
686
727
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
728
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687
729
 
688
730
maintainer-clean-generic:
689
731
        @echo "This command is intended for maintainers to use"
699
741
 
700
742
html: html-am
701
743
 
 
744
html-am:
 
745
 
702
746
info: info-am
703
747
 
704
748
info-am:
707
751
 
708
752
install-dvi: install-dvi-am
709
753
 
 
754
install-dvi-am:
 
755
 
710
756
install-exec-am: install-binPROGRAMS
711
757
 
712
758
install-html: install-html-am
713
759
 
 
760
install-html-am:
 
761
 
714
762
install-info: install-info-am
715
763
 
 
764
install-info-am:
 
765
 
716
766
install-pdf: install-pdf-am
717
767
 
 
768
install-pdf-am:
 
769
 
718
770
install-ps: install-ps-am
719
771
 
 
772
install-ps-am:
 
773
 
720
774
installcheck-am:
721
775
 
722
776
maintainer-clean-am: distclean-am maintainer-clean-generic
735
789
 
736
790
uninstall-am: uninstall-binPROGRAMS
737
791
 
738
 
.MAKE: install-am install-strip
 
792
.MAKE: all install-am install-strip
739
793
 
740
794
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
741
795
        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
742
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
743
 
        distclean distclean-compile distclean-generic distclean-hdr \
744
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
745
 
        dvi-am html html-am info info-am install install-am \
746
 
        install-binPROGRAMS install-data install-data-am install-dvi \
747
 
        install-dvi-am install-exec install-exec-am install-html \
748
 
        install-html-am install-info install-info-am install-man \
749
 
        install-pdf install-pdf-am install-ps install-ps-am \
750
 
        install-strip installcheck installcheck-am installdirs \
751
 
        maintainer-clean maintainer-clean-generic mostlyclean \
752
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
753
 
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
796
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
797
        distcheck distclean distclean-compile distclean-generic \
 
798
        distclean-hdr distclean-tags distcleancheck distdir \
 
799
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
800
        install install-am install-binPROGRAMS install-data \
 
801
        install-data-am install-dvi install-dvi-am install-exec \
 
802
        install-exec-am install-html install-html-am install-info \
 
803
        install-info-am install-man install-pdf install-pdf-am \
 
804
        install-ps install-ps-am install-strip installcheck \
 
805
        installcheck-am installdirs maintainer-clean \
 
806
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
807
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
808
        uninstall-am uninstall-binPROGRAMS
754
809
 
755
810
 
756
811
# The install rule should check for kitloads and avoid stomping.  It doesn't
851
906
        cd tests ; $(MAKE)
852
907
 
853
908
.PHONY: all install install-bin clean distclean maintainer-clean tests inplace 
 
909
 
854
910
# Tell versions [3.59,3.63) of GNU make to not export all variables.
855
911
# Otherwise a system limit (for SysV at least) may be exceeded.
856
912
.NOEXPORT: