~pdf-converter-dev/pdfconverter/pdf_converter

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Paolo Rotolo
  • Date: 2011-08-27 19:55:51 UTC
  • Revision ID: paolorotolo@ubuntu-it.org-20110827195551-igc3drum7fu074z7
Traduzione in PyGI

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
 
# 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
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = .
38
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
42
 
        mkinstalldirs
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48
 
 configure.lineno config.status.lineno
49
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
 
CONFIG_HEADER = config.h
51
 
CONFIG_CLEAN_FILES =
52
 
CONFIG_CLEAN_VPATH_FILES =
53
 
AM_V_GEN = $(am__v_GEN_$(V))
54
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
55
 
am__v_GEN_0 = @echo "  GEN   " $@;
56
 
AM_V_at = $(am__v_at_$(V))
57
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
58
 
am__v_at_0 = @
59
 
SOURCES =
60
 
DIST_SOURCES =
61
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
 
        html-recursive info-recursive install-data-recursive \
63
 
        install-dvi-recursive install-exec-recursive \
64
 
        install-html-recursive install-info-recursive \
65
 
        install-pdf-recursive install-ps-recursive install-recursive \
66
 
        installcheck-recursive installdirs-recursive pdf-recursive \
67
 
        ps-recursive uninstall-recursive
68
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
 
am__vpath_adj = case $$p in \
70
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
 
    *) f=$$p;; \
72
 
  esac;
73
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74
 
am__install_max = 40
75
 
am__nobase_strip_setup = \
76
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77
 
am__nobase_strip = \
78
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79
 
am__nobase_list = $(am__nobase_strip_setup); \
80
 
  for p in $$list; do echo "$$p $$p"; done | \
81
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83
 
    if (++n[$$2] == $(am__install_max)) \
84
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85
 
    END { for (dir in files) print dir, files[dir] }'
86
 
am__base_list = \
87
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89
 
am__installdirs = "$(DESTDIR)$(pdf_converterdocdir)"
90
 
DATA = $(pdf_converterdoc_DATA)
91
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92
 
  distclean-recursive maintainer-clean-recursive
93
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95
 
        distdir dist dist-all distcheck
96
 
ETAGS = etags
97
 
CTAGS = ctags
98
 
DIST_SUBDIRS = $(SUBDIRS)
99
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
 
distdir = $(PACKAGE)-$(VERSION)
101
 
top_distdir = $(distdir)
102
 
am__remove_distdir = \
103
 
  { test ! -d "$(distdir)" \
104
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105
 
         && rm -fr "$(distdir)"; }; }
106
 
am__relativize = \
107
 
  dir0=`pwd`; \
108
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109
 
  sed_rest='s,^[^/]*/*,,'; \
110
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111
 
  sed_butlast='s,/*[^/]*$$,,'; \
112
 
  while test -n "$$dir1"; do \
113
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114
 
    if test "$$first" != "."; then \
115
 
      if test "$$first" = ".."; then \
116
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118
 
      else \
119
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120
 
        if test "$$first2" = "$$first"; then \
121
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122
 
        else \
123
 
          dir2="../$$dir2"; \
124
 
        fi; \
125
 
        dir0="$$dir0"/"$$first"; \
126
 
      fi; \
127
 
    fi; \
128
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129
 
  done; \
130
 
  reldir="$$dir2"
131
 
DIST_ARCHIVES = $(distdir).tar.gz
132
 
GZIP_ENV = --best
133
 
distuninstallcheck_listfiles = find . -type f -print
134
 
distcleancheck_listfiles = find . -type f -print
135
 
ACLOCAL = @ACLOCAL@
136
 
ALL_LINGUAS = @ALL_LINGUAS@
137
 
AMTAR = @AMTAR@
138
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139
 
AR = @AR@
140
 
AUTOCONF = @AUTOCONF@
141
 
AUTOHEADER = @AUTOHEADER@
142
 
AUTOMAKE = @AUTOMAKE@
143
 
AWK = @AWK@
144
 
CATALOGS = @CATALOGS@
145
 
CATOBJEXT = @CATOBJEXT@
146
 
CC = @CC@
147
 
CCDEPMODE = @CCDEPMODE@
148
 
CFLAGS = @CFLAGS@
149
 
CPP = @CPP@
150
 
CPPFLAGS = @CPPFLAGS@
151
 
CYGPATH_W = @CYGPATH_W@
152
 
DATADIRNAME = @DATADIRNAME@
153
 
DEFS = @DEFS@
154
 
DEPDIR = @DEPDIR@
155
 
DLLTOOL = @DLLTOOL@
156
 
DSYMUTIL = @DSYMUTIL@
157
 
DUMPBIN = @DUMPBIN@
158
 
ECHO_C = @ECHO_C@
159
 
ECHO_N = @ECHO_N@
160
 
ECHO_T = @ECHO_T@
161
 
EGREP = @EGREP@
162
 
EXEEXT = @EXEEXT@
163
 
FGREP = @FGREP@
164
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
165
 
GMOFILES = @GMOFILES@
166
 
GMSGFMT = @GMSGFMT@
167
 
GREP = @GREP@
168
 
INSTALL = @INSTALL@
169
 
INSTALL_DATA = @INSTALL_DATA@
170
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
171
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
172
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173
 
INSTOBJEXT = @INSTOBJEXT@
174
 
INTLLIBS = @INTLLIBS@
175
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
176
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
177
 
INTLTOOL_PERL = @INTLTOOL_PERL@
178
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
179
 
LD = @LD@
180
 
LDFLAGS = @LDFLAGS@
181
 
LIBOBJS = @LIBOBJS@
182
 
LIBS = @LIBS@
183
 
LIBTOOL = @LIBTOOL@
184
 
LIPO = @LIPO@
185
 
LN_S = @LN_S@
186
 
LTLIBOBJS = @LTLIBOBJS@
187
 
MAINT = @MAINT@
188
 
MAKEINFO = @MAKEINFO@
189
 
MANIFEST_TOOL = @MANIFEST_TOOL@
190
 
MKDIR_P = @MKDIR_P@
191
 
MKINSTALLDIRS = @MKINSTALLDIRS@
192
 
MSGFMT = @MSGFMT@
193
 
MSGFMT_OPTS = @MSGFMT_OPTS@
194
 
MSGMERGE = @MSGMERGE@
195
 
NM = @NM@
196
 
NMEDIT = @NMEDIT@
197
 
OBJDUMP = @OBJDUMP@
198
 
OBJEXT = @OBJEXT@
199
 
OTOOL = @OTOOL@
200
 
OTOOL64 = @OTOOL64@
201
 
PACKAGE = @PACKAGE@
202
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203
 
PACKAGE_NAME = @PACKAGE_NAME@
204
 
PACKAGE_STRING = @PACKAGE_STRING@
205
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
206
 
PACKAGE_URL = @PACKAGE_URL@
207
 
PACKAGE_VERSION = @PACKAGE_VERSION@
208
 
PATH_SEPARATOR = @PATH_SEPARATOR@
209
 
PDF_CONVERTER_CFLAGS = @PDF_CONVERTER_CFLAGS@
210
 
PDF_CONVERTER_LIBS = @PDF_CONVERTER_LIBS@
211
 
PKG_CONFIG = @PKG_CONFIG@
212
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
213
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
214
 
POFILES = @POFILES@
215
 
POSUB = @POSUB@
216
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
217
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
218
 
RANLIB = @RANLIB@
219
 
SED = @SED@
220
 
SET_MAKE = @SET_MAKE@
221
 
SHELL = @SHELL@
222
 
STRIP = @STRIP@
223
 
USE_NLS = @USE_NLS@
224
 
VERSION = @VERSION@
225
 
XGETTEXT = @XGETTEXT@
226
 
abs_builddir = @abs_builddir@
227
 
abs_srcdir = @abs_srcdir@
228
 
abs_top_builddir = @abs_top_builddir@
229
 
abs_top_srcdir = @abs_top_srcdir@
230
 
ac_ct_AR = @ac_ct_AR@
231
 
ac_ct_CC = @ac_ct_CC@
232
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233
 
am__include = @am__include@
234
 
am__leading_dot = @am__leading_dot@
235
 
am__quote = @am__quote@
236
 
am__tar = @am__tar@
237
 
am__untar = @am__untar@
238
 
bindir = @bindir@
239
 
build = @build@
240
 
build_alias = @build_alias@
241
 
build_cpu = @build_cpu@
242
 
build_os = @build_os@
243
 
build_vendor = @build_vendor@
244
 
builddir = @builddir@
245
 
datadir = @datadir@
246
 
datarootdir = @datarootdir@
247
 
docdir = @docdir@
248
 
dvidir = @dvidir@
249
 
exec_prefix = @exec_prefix@
250
 
host = @host@
251
 
host_alias = @host_alias@
252
 
host_cpu = @host_cpu@
253
 
host_os = @host_os@
254
 
host_vendor = @host_vendor@
255
 
htmldir = @htmldir@
256
 
includedir = @includedir@
257
 
infodir = @infodir@
258
 
install_sh = @install_sh@
259
 
libdir = @libdir@
260
 
libexecdir = @libexecdir@
261
 
localedir = @localedir@
262
 
localstatedir = @localstatedir@
263
 
mandir = @mandir@
264
 
mkdir_p = @mkdir_p@
265
 
oldincludedir = @oldincludedir@
266
 
pdfdir = @pdfdir@
267
 
prefix = @prefix@
268
 
program_transform_name = @program_transform_name@
269
 
psdir = @psdir@
270
 
sbindir = @sbindir@
271
 
sharedstatedir = @sharedstatedir@
272
 
srcdir = @srcdir@
273
 
sysconfdir = @sysconfdir@
274
 
target_alias = @target_alias@
275
 
top_build_prefix = @top_build_prefix@
276
 
top_builddir = @top_builddir@
277
 
top_srcdir = @top_srcdir@
278
 
SUBDIRS = src po
279
 
pdf_converterdocdir = ${prefix}/doc/pdf_converter
280
 
pdf_converterdoc_DATA = \
281
 
        README\
282
 
        COPYING\
283
 
        AUTHORS\
284
 
        ChangeLog\
285
 
        INSTALL\
286
 
        NEWS
287
 
 
288
 
INTLTOOL_FILES = intltool-extract.in \
289
 
        intltool-merge.in \
290
 
        intltool-update.in
291
 
 
292
 
EXTRA_DIST = $(pdf_converterdoc_DATA) \
293
 
        $(INTLTOOL_FILES)
294
 
 
295
 
DISTCLEANFILES = intltool-extract \
296
 
        intltool-merge \
297
 
        intltool-update \
298
 
        po/.intltool-merge-cache
299
 
 
300
 
all: config.h
301
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
302
 
 
303
 
.SUFFIXES:
304
 
am--refresh:
305
 
        @:
306
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307
 
        @for dep in $?; do \
308
 
          case '$(am__configure_deps)' in \
309
 
            *$$dep*) \
310
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
311
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
312
 
                && exit 0; \
313
 
              exit 1;; \
314
 
          esac; \
315
 
        done; \
316
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
317
 
        $(am__cd) $(top_srcdir) && \
318
 
          $(AUTOMAKE) --gnu Makefile
319
 
.PRECIOUS: Makefile
320
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321
 
        @case '$?' in \
322
 
          *config.status*) \
323
 
            echo ' $(SHELL) ./config.status'; \
324
 
            $(SHELL) ./config.status;; \
325
 
          *) \
326
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328
 
        esac;
329
 
 
330
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331
 
        $(SHELL) ./config.status --recheck
332
 
 
333
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
335
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337
 
$(am__aclocal_m4_deps):
338
 
 
339
 
config.h: stamp-h1
340
 
        @if test ! -f $@; then \
341
 
          rm -f stamp-h1; \
342
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
343
 
        else :; fi
344
 
 
345
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346
 
        @rm -f stamp-h1
347
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
348
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
349
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
350
 
        rm -f stamp-h1
351
 
        touch $@
352
 
 
353
 
distclean-hdr:
354
 
        -rm -f config.h stamp-h1
355
 
 
356
 
mostlyclean-libtool:
357
 
        -rm -f *.lo
358
 
 
359
 
clean-libtool:
360
 
        -rm -rf .libs _libs
361
 
 
362
 
distclean-libtool:
363
 
        -rm -f libtool config.lt
364
 
install-pdf_converterdocDATA: $(pdf_converterdoc_DATA)
365
 
        @$(NORMAL_INSTALL)
366
 
        test -z "$(pdf_converterdocdir)" || $(MKDIR_P) "$(DESTDIR)$(pdf_converterdocdir)"
367
 
        @list='$(pdf_converterdoc_DATA)'; test -n "$(pdf_converterdocdir)" || list=; \
368
 
        for p in $$list; do \
369
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
370
 
          echo "$$d$$p"; \
371
 
        done | $(am__base_list) | \
372
 
        while read files; do \
373
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdf_converterdocdir)'"; \
374
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pdf_converterdocdir)" || exit $$?; \
375
 
        done
376
 
 
377
 
uninstall-pdf_converterdocDATA:
378
 
        @$(NORMAL_UNINSTALL)
379
 
        @list='$(pdf_converterdoc_DATA)'; test -n "$(pdf_converterdocdir)" || list=; \
380
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
381
 
        test -n "$$files" || exit 0; \
382
 
        echo " ( cd '$(DESTDIR)$(pdf_converterdocdir)' && rm -f" $$files ")"; \
383
 
        cd "$(DESTDIR)$(pdf_converterdocdir)" && rm -f $$files
384
 
 
385
 
# This directory's subdirectories are mostly independent; you can cd
386
 
# into them and run `make' without going through this Makefile.
387
 
# To change the values of `make' variables: instead of editing Makefiles,
388
 
# (1) if the variable is set in `config.status', edit `config.status'
389
 
#     (which will cause the Makefiles to be regenerated when you run `make');
390
 
# (2) otherwise, pass the desired values on the `make' command line.
391
 
$(RECURSIVE_TARGETS):
392
 
        @fail= failcom='exit 1'; \
393
 
        for f in x $$MAKEFLAGS; do \
394
 
          case $$f in \
395
 
            *=* | --[!k]*);; \
396
 
            *k*) failcom='fail=yes';; \
397
 
          esac; \
398
 
        done; \
399
 
        dot_seen=no; \
400
 
        target=`echo $@ | sed s/-recursive//`; \
401
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
 
          echo "Making $$target in $$subdir"; \
403
 
          if test "$$subdir" = "."; then \
404
 
            dot_seen=yes; \
405
 
            local_target="$$target-am"; \
406
 
          else \
407
 
            local_target="$$target"; \
408
 
          fi; \
409
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410
 
          || eval $$failcom; \
411
 
        done; \
412
 
        if test "$$dot_seen" = "no"; then \
413
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414
 
        fi; test -z "$$fail"
415
 
 
416
 
$(RECURSIVE_CLEAN_TARGETS):
417
 
        @fail= failcom='exit 1'; \
418
 
        for f in x $$MAKEFLAGS; do \
419
 
          case $$f in \
420
 
            *=* | --[!k]*);; \
421
 
            *k*) failcom='fail=yes';; \
422
 
          esac; \
423
 
        done; \
424
 
        dot_seen=no; \
425
 
        case "$@" in \
426
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
427
 
          *) list='$(SUBDIRS)' ;; \
428
 
        esac; \
429
 
        rev=''; for subdir in $$list; do \
430
 
          if test "$$subdir" = "."; then :; else \
431
 
            rev="$$subdir $$rev"; \
432
 
          fi; \
433
 
        done; \
434
 
        rev="$$rev ."; \
435
 
        target=`echo $@ | sed s/-recursive//`; \
436
 
        for subdir in $$rev; do \
437
 
          echo "Making $$target in $$subdir"; \
438
 
          if test "$$subdir" = "."; then \
439
 
            local_target="$$target-am"; \
440
 
          else \
441
 
            local_target="$$target"; \
442
 
          fi; \
443
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444
 
          || eval $$failcom; \
445
 
        done && test -z "$$fail"
446
 
tags-recursive:
447
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
448
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
449
 
        done
450
 
ctags-recursive:
451
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
452
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
453
 
        done
454
 
 
455
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
456
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457
 
        unique=`for i in $$list; do \
458
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459
 
          done | \
460
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
462
 
        mkid -fID $$unique
463
 
tags: TAGS
464
 
 
465
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
466
 
                $(TAGS_FILES) $(LISP)
467
 
        set x; \
468
 
        here=`pwd`; \
469
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
470
 
          include_option=--etags-include; \
471
 
          empty_fix=.; \
472
 
        else \
473
 
          include_option=--include; \
474
 
          empty_fix=; \
475
 
        fi; \
476
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
477
 
          if test "$$subdir" = .; then :; else \
478
 
            test ! -f $$subdir/TAGS || \
479
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
480
 
          fi; \
481
 
        done; \
482
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
483
 
        unique=`for i in $$list; do \
484
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
 
          done | \
486
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
488
 
        shift; \
489
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490
 
          test -n "$$unique" || unique=$$empty_fix; \
491
 
          if test $$# -gt 0; then \
492
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493
 
              "$$@" $$unique; \
494
 
          else \
495
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
              $$unique; \
497
 
          fi; \
498
 
        fi
499
 
ctags: CTAGS
500
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
501
 
                $(TAGS_FILES) $(LISP)
502
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
508
 
        test -z "$(CTAGS_ARGS)$$unique" \
509
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510
 
             $$unique
511
 
 
512
 
GTAGS:
513
 
        here=`$(am__cd) $(top_builddir) && pwd` \
514
 
          && $(am__cd) $(top_srcdir) \
515
 
          && gtags -i $(GTAGS_ARGS) "$$here"
516
 
 
517
 
distclean-tags:
518
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
 
 
520
 
distdir: $(DISTFILES)
521
 
        $(am__remove_distdir)
522
 
        test -d "$(distdir)" || mkdir "$(distdir)"
523
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525
 
        list='$(DISTFILES)'; \
526
 
          dist_files=`for file in $$list; do echo $$file; done | \
527
 
          sed -e "s|^$$srcdirstrip/||;t" \
528
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
529
 
        case $$dist_files in \
530
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
531
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532
 
                           sort -u` ;; \
533
 
        esac; \
534
 
        for file in $$dist_files; do \
535
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536
 
          if test -d $$d/$$file; then \
537
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
538
 
            if test -d "$(distdir)/$$file"; then \
539
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540
 
            fi; \
541
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
543
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544
 
            fi; \
545
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
546
 
          else \
547
 
            test -f "$(distdir)/$$file" \
548
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
549
 
            || exit 1; \
550
 
          fi; \
551
 
        done
552
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
553
 
          if test "$$subdir" = .; then :; else \
554
 
            test -d "$(distdir)/$$subdir" \
555
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
556
 
            || exit 1; \
557
 
          fi; \
558
 
        done
559
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560
 
          if test "$$subdir" = .; then :; else \
561
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
562
 
            $(am__relativize); \
563
 
            new_distdir=$$reldir; \
564
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
565
 
            $(am__relativize); \
566
 
            new_top_distdir=$$reldir; \
567
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
568
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
569
 
            ($(am__cd) $$subdir && \
570
 
              $(MAKE) $(AM_MAKEFLAGS) \
571
 
                top_distdir="$$new_top_distdir" \
572
 
                distdir="$$new_distdir" \
573
 
                am__remove_distdir=: \
574
 
                am__skip_length_check=: \
575
 
                am__skip_mode_fix=: \
576
 
                distdir) \
577
 
              || exit 1; \
578
 
          fi; \
579
 
        done
580
 
        -test -n "$(am__skip_mode_fix)" \
581
 
        || find "$(distdir)" -type d ! -perm -755 \
582
 
                -exec chmod u+rwx,go+rx {} \; -o \
583
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
584
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
585
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
586
 
        || chmod -R a+r "$(distdir)"
587
 
dist-gzip: distdir
588
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
589
 
        $(am__remove_distdir)
590
 
 
591
 
dist-bzip2: distdir
592
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
593
 
        $(am__remove_distdir)
594
 
 
595
 
dist-lzma: distdir
596
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
597
 
        $(am__remove_distdir)
598
 
 
599
 
dist-xz: distdir
600
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
601
 
        $(am__remove_distdir)
602
 
 
603
 
dist-tarZ: distdir
604
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
605
 
        $(am__remove_distdir)
606
 
 
607
 
dist-shar: distdir
608
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
609
 
        $(am__remove_distdir)
610
 
 
611
 
dist-zip: distdir
612
 
        -rm -f $(distdir).zip
613
 
        zip -rq $(distdir).zip $(distdir)
614
 
        $(am__remove_distdir)
615
 
 
616
 
dist dist-all: distdir
617
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
618
 
        $(am__remove_distdir)
619
 
 
620
 
# This target untars the dist file and tries a VPATH configuration.  Then
621
 
# it guarantees that the distribution is self-contained by making another
622
 
# tarfile.
623
 
distcheck: dist
624
 
        case '$(DIST_ARCHIVES)' in \
625
 
        *.tar.gz*) \
626
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
627
 
        *.tar.bz2*) \
628
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
629
 
        *.tar.lzma*) \
630
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
631
 
        *.tar.xz*) \
632
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
633
 
        *.tar.Z*) \
634
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
635
 
        *.shar.gz*) \
636
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
637
 
        *.zip*) \
638
 
          unzip $(distdir).zip ;;\
639
 
        esac
640
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
641
 
        mkdir $(distdir)/_build
642
 
        mkdir $(distdir)/_inst
643
 
        chmod a-w $(distdir)
644
 
        test -d $(distdir)/_build || exit 0; \
645
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
646
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
647
 
          && am__cwd=`pwd` \
648
 
          && $(am__cd) $(distdir)/_build \
649
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
650
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
651
 
          && $(MAKE) $(AM_MAKEFLAGS) \
652
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
653
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
654
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
655
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
656
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
657
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
658
 
                distuninstallcheck \
659
 
          && chmod -R a-w "$$dc_install_base" \
660
 
          && ({ \
661
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
662
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
663
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
664
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
665
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
666
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
667
 
          && rm -rf "$$dc_destdir" \
668
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
669
 
          && rm -rf $(DIST_ARCHIVES) \
670
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
671
 
          && cd "$$am__cwd" \
672
 
          || exit 1
673
 
        $(am__remove_distdir)
674
 
        @(echo "$(distdir) archives ready for distribution: "; \
675
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
676
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
677
 
distuninstallcheck:
678
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
679
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
680
 
           || { echo "ERROR: files left after uninstall:" ; \
681
 
                if test -n "$(DESTDIR)"; then \
682
 
                  echo "  (check DESTDIR support)"; \
683
 
                fi ; \
684
 
                $(distuninstallcheck_listfiles) ; \
685
 
                exit 1; } >&2
686
 
distcleancheck: distclean
687
 
        @if test '$(srcdir)' = . ; then \
688
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
689
 
          exit 1 ; \
690
 
        fi
691
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
692
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
693
 
               $(distcleancheck_listfiles) ; \
694
 
               exit 1; } >&2
695
 
check-am: all-am
696
 
check: check-recursive
697
 
all-am: Makefile $(DATA) config.h
698
 
installdirs: installdirs-recursive
699
 
installdirs-am:
700
 
        for dir in "$(DESTDIR)$(pdf_converterdocdir)"; do \
701
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
702
 
        done
703
 
install: install-recursive
704
 
install-exec: install-exec-recursive
705
 
install-data: install-data-recursive
706
 
uninstall: uninstall-recursive
707
 
 
708
 
install-am: all-am
709
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
 
 
711
 
installcheck: installcheck-recursive
712
 
install-strip:
713
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
715
 
          `test -z '$(STRIP)' || \
716
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
717
 
mostlyclean-generic:
718
 
 
719
 
clean-generic:
720
 
 
721
 
distclean-generic:
722
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
723
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
724
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
725
 
 
726
 
maintainer-clean-generic:
727
 
        @echo "This command is intended for maintainers to use"
728
 
        @echo "it deletes files that may require special tools to rebuild."
729
 
clean: clean-recursive
730
 
 
731
 
clean-am: clean-generic clean-libtool mostlyclean-am
732
 
 
733
 
distclean: distclean-recursive
734
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
735
 
        -rm -f Makefile
736
 
distclean-am: clean-am distclean-generic distclean-hdr \
737
 
        distclean-libtool distclean-tags
738
 
 
739
 
dvi: dvi-recursive
740
 
 
741
 
dvi-am:
742
 
 
743
 
html: html-recursive
744
 
 
745
 
html-am:
746
 
 
747
 
info: info-recursive
748
 
 
749
 
info-am:
750
 
 
751
 
install-data-am: install-pdf_converterdocDATA
752
 
 
753
 
install-dvi: install-dvi-recursive
754
 
 
755
 
install-dvi-am:
756
 
 
757
 
install-exec-am:
758
 
 
759
 
install-html: install-html-recursive
760
 
 
761
 
install-html-am:
762
 
 
763
 
install-info: install-info-recursive
764
 
 
765
 
install-info-am:
766
 
 
767
 
install-man:
768
 
 
769
 
install-pdf: install-pdf-recursive
770
 
 
771
 
install-pdf-am:
772
 
 
773
 
install-ps: install-ps-recursive
774
 
 
775
 
install-ps-am:
776
 
 
777
 
installcheck-am:
778
 
 
779
 
maintainer-clean: maintainer-clean-recursive
780
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
781
 
        -rm -rf $(top_srcdir)/autom4te.cache
782
 
        -rm -f Makefile
783
 
maintainer-clean-am: distclean-am maintainer-clean-generic
784
 
 
785
 
mostlyclean: mostlyclean-recursive
786
 
 
787
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
788
 
 
789
 
pdf: pdf-recursive
790
 
 
791
 
pdf-am:
792
 
 
793
 
ps: ps-recursive
794
 
 
795
 
ps-am:
796
 
 
797
 
uninstall-am: uninstall-local uninstall-pdf_converterdocDATA
798
 
 
799
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
800
 
        ctags-recursive install-am install-strip tags-recursive
801
 
 
802
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
803
 
        all all-am am--refresh check check-am clean clean-generic \
804
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
805
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
806
 
        distcheck distclean distclean-generic distclean-hdr \
807
 
        distclean-libtool distclean-tags distcleancheck distdir \
808
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
809
 
        install install-am install-data install-data-am install-dvi \
810
 
        install-dvi-am install-exec install-exec-am install-html \
811
 
        install-html-am install-info install-info-am install-man \
812
 
        install-pdf install-pdf-am install-pdf_converterdocDATA \
813
 
        install-ps install-ps-am install-strip installcheck \
814
 
        installcheck-am installdirs installdirs-am maintainer-clean \
815
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
816
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
817
 
        uninstall uninstall-am uninstall-local \
818
 
        uninstall-pdf_converterdocDATA
819
 
 
820
 
 
821
 
# Remove doc directory on uninstall
822
 
uninstall-local:
823
 
        -rm -r $(pdf_converterdocdir)
824
 
 
825
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
826
 
# Otherwise a system limit (for SysV at least) may be exceeded.
827
 
.NOEXPORT: