~ubuntu-branches/ubuntu/lucid/ghostscript/lucid

« back to all changes in this revision

Viewing changes to tiff/html/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-02-11 11:31:23 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100211113123-adqlyx3balu9rbwb
Tags: 8.71.dfsg.1-0ubuntu1
* New upstream release
   o libtiff-based tiff file output
   o New "tiffsep1" output device produces halftoned separations at 1 bit
     per pixel
   o Improved FreeType-based font rasterizing (not yet used as default)
   o Improved graphics library for vector graphics conversions
   o Many bug fixes on the PCL-XL printer drivers ("pxlmono", "pxlcolor")
   o Fixes on back side handling for duplex printing in the CUPS Raster
     output device ("cups").
* debian/patches/gs-cups-rgb-gamma.dpatch,
  debian/patches/cljet5-mediasize-fix.dpatch,
  debian/patches/pxl-driver-fixes.dpatch,
  debian/patches/gs-cups-fix-backside-on-duplex-jobs.dpatch: Removed patches
  backported from upstream.
* debian/patches/fix-build-of-executables.dpatch: Fix build of the "gs"
  executable, it was built as a shared library and not as an executable.
  This lead to an immediate segfault even before "main()" got called.
  Thanks to Robin Watts from Ghostscript for the quick fix.
* debian/control: Added build dependency on libtiff-dev.
* debian/ghostscript.links: s/8.70/8.71/

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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
# Tag Image File Format (TIFF) Software
 
19
#
 
20
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
 
21
#
 
22
# Permission to use, copy, modify, distribute, and sell this software and 
 
23
# its documentation for any purpose is hereby granted without fee, provided
 
24
# that (i) the above copyright notices and this permission notice appear in
 
25
# all copies of the software and related documentation, and (ii) the names of
 
26
# Sam Leffler and Silicon Graphics may not be used in any advertising or
 
27
# publicity relating to the software without the specific, prior written
 
28
# permission of Sam Leffler and Silicon Graphics.
 
29
 
30
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
 
31
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
 
32
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
 
33
 
34
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
 
35
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 
36
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 
37
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
 
38
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
 
39
# OF THIS SOFTWARE.
 
40
 
 
41
# Process this file with automake to produce Makefile.in.
 
42
 
 
43
VPATH = @srcdir@
 
44
pkgdatadir = $(datadir)/@PACKAGE@
 
45
pkgincludedir = $(includedir)/@PACKAGE@
 
46
pkglibdir = $(libdir)/@PACKAGE@
 
47
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
49
install_sh_DATA = $(install_sh) -c -m 644
 
50
install_sh_PROGRAM = $(install_sh) -c
 
51
install_sh_SCRIPT = $(install_sh) -c
 
52
INSTALL_HEADER = $(INSTALL_DATA)
 
53
transform = $(program_transform_name)
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
build_triplet = @build@
 
61
host_triplet = @host@
 
62
target_triplet = @target@
 
63
subdir = html/images
 
64
DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
 
65
        $(srcdir)/Makefile.in
 
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
67
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
 
68
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
69
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
70
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
72
        $(ACLOCAL_M4)
 
73
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
74
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
 
75
        $(top_builddir)/libtiff/tiffconf.h
 
76
CONFIG_CLEAN_FILES =
 
77
CONFIG_CLEAN_VPATH_FILES =
 
78
AM_V_GEN = $(am__v_GEN_$(V))
 
79
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
80
am__v_GEN_0 = @echo "  GEN   " $@;
 
81
AM_V_at = $(am__v_at_$(V))
 
82
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
83
am__v_at_0 = @
 
84
SOURCES =
 
85
DIST_SOURCES =
 
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
87
am__vpath_adj = case $$p in \
 
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
89
    *) f=$$p;; \
 
90
  esac;
 
91
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
92
am__install_max = 40
 
93
am__nobase_strip_setup = \
 
94
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
95
am__nobase_strip = \
 
96
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
97
am__nobase_list = $(am__nobase_strip_setup); \
 
98
  for p in $$list; do echo "$$p $$p"; done | \
 
99
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
100
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
101
    if (++n[$$2] == $(am__install_max)) \
 
102
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
103
    END { for (dir in files) print dir, files[dir] }'
 
104
am__base_list = \
 
105
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
106
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
107
am__installdirs = "$(DESTDIR)$(docdir)"
 
108
DATA = $(dist_doc_DATA)
 
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
110
ACLOCAL = @ACLOCAL@
 
111
AMTAR = @AMTAR@
 
112
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
113
AR = @AR@
 
114
AS = @AS@
 
115
AUTOCONF = @AUTOCONF@
 
116
AUTOHEADER = @AUTOHEADER@
 
117
AUTOMAKE = @AUTOMAKE@
 
118
AWK = @AWK@
 
119
CC = @CC@
 
120
CCDEPMODE = @CCDEPMODE@
 
121
CFLAGS = @CFLAGS@
 
122
CPP = @CPP@
 
123
CPPFLAGS = @CPPFLAGS@
 
124
CXX = @CXX@
 
125
CXXCPP = @CXXCPP@
 
126
CXXDEPMODE = @CXXDEPMODE@
 
127
CXXFLAGS = @CXXFLAGS@
 
128
CYGPATH_W = @CYGPATH_W@
 
129
DEFS = @DEFS@
 
130
DEPDIR = @DEPDIR@
 
131
DLLTOOL = @DLLTOOL@
 
132
DSYMUTIL = @DSYMUTIL@
 
133
DUMPBIN = @DUMPBIN@
 
134
ECHO_C = @ECHO_C@
 
135
ECHO_N = @ECHO_N@
 
136
ECHO_T = @ECHO_T@
 
137
EGREP = @EGREP@
 
138
EXEEXT = @EXEEXT@
 
139
FGREP = @FGREP@
 
140
GLUT_CFLAGS = @GLUT_CFLAGS@
 
141
GLUT_LIBS = @GLUT_LIBS@
 
142
GLU_CFLAGS = @GLU_CFLAGS@
 
143
GLU_LIBS = @GLU_LIBS@
 
144
GL_CFLAGS = @GL_CFLAGS@
 
145
GL_LIBS = @GL_LIBS@
 
146
GREP = @GREP@
 
147
INSTALL = @INSTALL@
 
148
INSTALL_DATA = @INSTALL_DATA@
 
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
152
LD = @LD@
 
153
LDFLAGS = @LDFLAGS@
 
154
LIBDIR = @LIBDIR@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
 
157
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
 
158
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
 
159
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
 
160
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
 
161
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
 
162
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
 
163
LIBTIFF_VERSION = @LIBTIFF_VERSION@
 
164
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
 
165
LIBTOOL = @LIBTOOL@
 
166
LIPO = @LIPO@
 
167
LN_S = @LN_S@
 
168
LTLIBOBJS = @LTLIBOBJS@
 
169
MAINT = @MAINT@
 
170
MAKEINFO = @MAKEINFO@
 
171
MKDIR_P = @MKDIR_P@
 
172
NM = @NM@
 
173
NMEDIT = @NMEDIT@
 
174
OBJDUMP = @OBJDUMP@
 
175
OBJEXT = @OBJEXT@
 
176
OTOOL = @OTOOL@
 
177
OTOOL64 = @OTOOL64@
 
178
PACKAGE = @PACKAGE@
 
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
180
PACKAGE_NAME = @PACKAGE_NAME@
 
181
PACKAGE_STRING = @PACKAGE_STRING@
 
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_URL = @PACKAGE_URL@
 
184
PACKAGE_VERSION = @PACKAGE_VERSION@
 
185
PATH_SEPARATOR = @PATH_SEPARATOR@
 
186
PTHREAD_CC = @PTHREAD_CC@
 
187
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
188
PTHREAD_LIBS = @PTHREAD_LIBS@
 
189
RANLIB = @RANLIB@
 
190
SED = @SED@
 
191
SET_MAKE = @SET_MAKE@
 
192
SHELL = @SHELL@
 
193
STRIP = @STRIP@
 
194
VERSION = @VERSION@
 
195
XMKMF = @XMKMF@
 
196
X_CFLAGS = @X_CFLAGS@
 
197
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
198
X_LIBS = @X_LIBS@
 
199
X_PRE_LIBS = @X_PRE_LIBS@
 
200
abs_builddir = @abs_builddir@
 
201
abs_srcdir = @abs_srcdir@
 
202
abs_top_builddir = @abs_top_builddir@
 
203
abs_top_srcdir = @abs_top_srcdir@
 
204
ac_ct_CC = @ac_ct_CC@
 
205
ac_ct_CXX = @ac_ct_CXX@
 
206
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
207
acx_pthread_config = @acx_pthread_config@
 
208
am__include = @am__include@
 
209
am__leading_dot = @am__leading_dot@
 
210
am__quote = @am__quote@
 
211
am__tar = @am__tar@
 
212
am__untar = @am__untar@
 
213
bindir = @bindir@
 
214
build = @build@
 
215
build_alias = @build_alias@
 
216
build_cpu = @build_cpu@
 
217
build_os = @build_os@
 
218
build_vendor = @build_vendor@
 
219
builddir = @builddir@
 
220
datadir = @datadir@
 
221
datarootdir = @datarootdir@
 
222
docdir = $(LIBTIFF_DOCDIR)/html/images
 
223
dvidir = @dvidir@
 
224
exec_prefix = @exec_prefix@
 
225
host = @host@
 
226
host_alias = @host_alias@
 
227
host_cpu = @host_cpu@
 
228
host_os = @host_os@
 
229
host_vendor = @host_vendor@
 
230
htmldir = @htmldir@
 
231
includedir = @includedir@
 
232
infodir = @infodir@
 
233
install_sh = @install_sh@
 
234
libdir = @libdir@
 
235
libexecdir = @libexecdir@
 
236
localedir = @localedir@
 
237
localstatedir = @localstatedir@
 
238
lt_ECHO = @lt_ECHO@
 
239
mandir = @mandir@
 
240
mkdir_p = @mkdir_p@
 
241
oldincludedir = @oldincludedir@
 
242
pdfdir = @pdfdir@
 
243
prefix = @prefix@
 
244
program_transform_name = @program_transform_name@
 
245
psdir = @psdir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
 
249
sysconfdir = @sysconfdir@
 
250
target = @target@
 
251
target_alias = @target_alias@
 
252
target_cpu = @target_cpu@
 
253
target_os = @target_os@
 
254
target_vendor = @target_vendor@
 
255
top_build_prefix = @top_build_prefix@
 
256
top_builddir = @top_builddir@
 
257
top_srcdir = @top_srcdir@
 
258
docfiles = \
 
259
        back.gif \
 
260
        bali.jpg \
 
261
        cat.gif \
 
262
        cover.jpg \
 
263
        cramps.gif \
 
264
        dave.gif \
 
265
        info.gif \
 
266
        jello.jpg \
 
267
        jim.gif \
 
268
        note.gif \
 
269
        oxford.gif \
 
270
        quad.jpg \
 
271
        ring.gif \
 
272
        smallliz.jpg \
 
273
        strike.gif \
 
274
        warning.gif
 
275
 
 
276
dist_doc_DATA = $(docfiles)
 
277
all: all-am
 
278
 
 
279
.SUFFIXES:
 
280
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
281
        @for dep in $?; do \
 
282
          case '$(am__configure_deps)' in \
 
283
            *$$dep*) \
 
284
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
285
                && { if test -f $@; then exit 0; else break; fi; }; \
 
286
              exit 1;; \
 
287
          esac; \
 
288
        done; \
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/images/Makefile'; \
 
290
        $(am__cd) $(top_srcdir) && \
 
291
          $(AUTOMAKE) --foreign html/images/Makefile
 
292
.PRECIOUS: Makefile
 
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
294
        @case '$?' in \
 
295
          *config.status*) \
 
296
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
297
          *) \
 
298
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
299
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
300
        esac;
 
301
 
 
302
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
 
 
305
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(am__aclocal_m4_deps):
 
310
 
 
311
mostlyclean-libtool:
 
312
        -rm -f *.lo
 
313
 
 
314
clean-libtool:
 
315
        -rm -rf .libs _libs
 
316
install-dist_docDATA: $(dist_doc_DATA)
 
317
        @$(NORMAL_INSTALL)
 
318
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
 
319
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
 
320
        for p in $$list; do \
 
321
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
322
          echo "$$d$$p"; \
 
323
        done | $(am__base_list) | \
 
324
        while read files; do \
 
325
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
 
326
          $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
 
327
        done
 
328
 
 
329
uninstall-dist_docDATA:
 
330
        @$(NORMAL_UNINSTALL)
 
331
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
 
332
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
333
        test -n "$$files" || exit 0; \
 
334
        echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
 
335
        cd "$(DESTDIR)$(docdir)" && rm -f $$files
 
336
tags: TAGS
 
337
TAGS:
 
338
 
 
339
ctags: CTAGS
 
340
CTAGS:
 
341
 
 
342
 
 
343
distdir: $(DISTFILES)
 
344
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
345
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
346
        list='$(DISTFILES)'; \
 
347
          dist_files=`for file in $$list; do echo $$file; done | \
 
348
          sed -e "s|^$$srcdirstrip/||;t" \
 
349
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
350
        case $$dist_files in \
 
351
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
352
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
353
                           sort -u` ;; \
 
354
        esac; \
 
355
        for file in $$dist_files; do \
 
356
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
357
          if test -d $$d/$$file; then \
 
358
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
359
            if test -d "$(distdir)/$$file"; then \
 
360
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
361
            fi; \
 
362
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
363
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
364
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
365
            fi; \
 
366
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
367
          else \
 
368
            test -f "$(distdir)/$$file" \
 
369
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
370
            || exit 1; \
 
371
          fi; \
 
372
        done
 
373
check-am: all-am
 
374
check: check-am
 
375
all-am: Makefile $(DATA)
 
376
installdirs:
 
377
        for dir in "$(DESTDIR)$(docdir)"; do \
 
378
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
379
        done
 
380
install: install-am
 
381
install-exec: install-exec-am
 
382
install-data: install-data-am
 
383
uninstall: uninstall-am
 
384
 
 
385
install-am: all-am
 
386
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
387
 
 
388
installcheck: installcheck-am
 
389
install-strip:
 
390
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
391
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
392
          `test -z '$(STRIP)' || \
 
393
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
394
mostlyclean-generic:
 
395
 
 
396
clean-generic:
 
397
 
 
398
distclean-generic:
 
399
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
400
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
401
 
 
402
maintainer-clean-generic:
 
403
        @echo "This command is intended for maintainers to use"
 
404
        @echo "it deletes files that may require special tools to rebuild."
 
405
clean: clean-am
 
406
 
 
407
clean-am: clean-generic clean-libtool mostlyclean-am
 
408
 
 
409
distclean: distclean-am
 
410
        -rm -f Makefile
 
411
distclean-am: clean-am distclean-generic
 
412
 
 
413
dvi: dvi-am
 
414
 
 
415
dvi-am:
 
416
 
 
417
html: html-am
 
418
 
 
419
html-am:
 
420
 
 
421
info: info-am
 
422
 
 
423
info-am:
 
424
 
 
425
install-data-am: install-dist_docDATA
 
426
 
 
427
install-dvi: install-dvi-am
 
428
 
 
429
install-dvi-am:
 
430
 
 
431
install-exec-am:
 
432
 
 
433
install-html: install-html-am
 
434
 
 
435
install-html-am:
 
436
 
 
437
install-info: install-info-am
 
438
 
 
439
install-info-am:
 
440
 
 
441
install-man:
 
442
 
 
443
install-pdf: install-pdf-am
 
444
 
 
445
install-pdf-am:
 
446
 
 
447
install-ps: install-ps-am
 
448
 
 
449
install-ps-am:
 
450
 
 
451
installcheck-am:
 
452
 
 
453
maintainer-clean: maintainer-clean-am
 
454
        -rm -f Makefile
 
455
maintainer-clean-am: distclean-am maintainer-clean-generic
 
456
 
 
457
mostlyclean: mostlyclean-am
 
458
 
 
459
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
460
 
 
461
pdf: pdf-am
 
462
 
 
463
pdf-am:
 
464
 
 
465
ps: ps-am
 
466
 
 
467
ps-am:
 
468
 
 
469
uninstall-am: uninstall-dist_docDATA
 
470
 
 
471
.MAKE: install-am install-strip
 
472
 
 
473
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
474
        distclean distclean-generic distclean-libtool distdir dvi \
 
475
        dvi-am html html-am info info-am install install-am \
 
476
        install-data install-data-am install-dist_docDATA install-dvi \
 
477
        install-dvi-am install-exec install-exec-am install-html \
 
478
        install-html-am install-info install-info-am install-man \
 
479
        install-pdf install-pdf-am install-ps install-ps-am \
 
480
        install-strip installcheck installcheck-am installdirs \
 
481
        maintainer-clean maintainer-clean-generic mostlyclean \
 
482
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
483
        uninstall uninstall-am uninstall-dist_docDATA
 
484
 
 
485
 
 
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
487
# Otherwise a system limit (for SysV at least) may be exceeded.
 
488
.NOEXPORT: