~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to dpkg-split/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-09-18 13:39:36 UTC
  • mfrom: (1.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20090918133936-dj8kjtc2qz3yqj7i
Tags: 1.15.4ubuntu1
* Resynchronise with Debian (LP: #427854). Remaining changes:
  Ubuntu-specific adjustments (probably):
  - Use i686 for lpia in cputable and triplettable.
  - Hack Dpkg::Arch to return i686 for lpia.
  - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
    releases support Breaks.

  Miscellaneous bug fixes:
  - Avoid duplicate attempts to [f]close in obscure error situations which
    might conceiveably close wrong fds.
  - Revert change to stop outputting a newline after a postinst is run
    (Debian #392317).
  - Use the two-arg form of open in Dpkg::Control so that "-" can be
    passed to parse stdin as a control file (Debian #465340).

  Launchpad integration:
  - Add Launchpad-Bugs-Fixed handling in a few more places.

  Build options:
  - Point to https://wiki.ubuntu.com/DistCompilerFlags from
    dpkg-buildpackage(1).
  - Set default LDFLAGS to -Wl,-Bsymbolic-functions. (We've already taken
    this hit in Ubuntu.)
  - Implement handling of hardening-wrapper options via DEB_BUILD_OPTIONS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
33
35
POST_UNINSTALL = :
34
36
build_triplet = @build@
35
37
host_triplet = @host@
36
 
target_triplet = @target@
37
38
bin_PROGRAMS = dpkg-split$(EXEEXT)
38
39
subdir = dpkg-split
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52
53
mkinstalldirs = $(install_sh) -d
53
54
CONFIG_HEADER = $(top_builddir)/config.h
54
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
55
57
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)"
56
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
57
58
PROGRAMS = $(bin_PROGRAMS)
58
59
am_dpkg_split_OBJECTS = info.$(OBJEXT) join.$(OBJEXT) main.$(OBJEXT) \
59
60
        queue.$(OBJEXT) split.$(OBJEXT)
60
61
dpkg_split_OBJECTS = $(am_dpkg_split_OBJECTS)
61
62
am__DEPENDENCIES_1 =
62
 
dpkg_split_DEPENDENCIES = ../lib/libdpkg.a ../libcompat/libcompat.a \
63
 
        $(am__DEPENDENCIES_1)
64
 
pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
63
dpkg_split_DEPENDENCIES = ../lib/dpkg/libdpkg.a \
 
64
        ../lib/compat/libcompat.a $(am__DEPENDENCIES_1)
 
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
66
am__vpath_adj = case $$p in \
 
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
68
    *) f=$$p;; \
 
69
  esac;
 
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
71
am__install_max = 40
 
72
am__nobase_strip_setup = \
 
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
74
am__nobase_strip = \
 
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
76
am__nobase_list = $(am__nobase_strip_setup); \
 
77
  for p in $$list; do echo "$$p $$p"; done | \
 
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
80
    if (++n[$$2] == $(am__install_max)) \
 
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
82
    END { for (dir in files) print dir, files[dir] }'
 
83
am__base_list = \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
65
86
SCRIPTS = $(pkglib_SCRIPTS)
66
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
87
DEFAULT_INCLUDES = 
67
88
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
68
89
am__depfiles_maybe = depfiles
 
90
am__mv = mv -f
69
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
93
CCLD = $(CC)
131
153
PACKAGE_NAME = @PACKAGE_NAME@
132
154
PACKAGE_STRING = @PACKAGE_STRING@
133
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_URL = @PACKAGE_URL@
134
157
PACKAGE_VERSION = @PACKAGE_VERSION@
135
158
PATH_SEPARATOR = @PATH_SEPARATOR@
136
159
PERL = @PERL@
195
218
sharedstatedir = @sharedstatedir@
196
219
srcdir = @srcdir@
197
220
sysconfdir = @sysconfdir@
198
 
target = @target@
199
221
target_alias = @target_alias@
200
 
target_cpu = @target_cpu@
201
 
target_os = @target_os@
202
 
target_vendor = @target_vendor@
203
222
top_build_prefix = @top_build_prefix@
204
223
top_builddir = @top_builddir@
205
224
top_srcdir = @top_srcdir@
206
 
INCLUDES = \
 
225
AM_CPPFLAGS = \
207
226
        -DLOCALEDIR=\"$(localedir)\" \
208
227
        -DADMINDIR=\"$(admindir)\" -DMKSPLITSCRIPT=\"$(pkglibdir)/mksplit\" \
209
 
        -idirafter $(top_srcdir)/libcompat \
 
228
        -idirafter $(top_srcdir)/lib/compat \
 
229
        -I$(top_builddir) \
210
230
        -I$(top_srcdir)/lib
211
231
 
212
232
dpkg_split_SOURCES = \
218
238
        split.c
219
239
 
220
240
dpkg_split_LDADD = \
221
 
        ../lib/libdpkg.a \
222
 
        ../libcompat/libcompat.a \
 
241
        ../lib/dpkg/libdpkg.a \
 
242
        ../lib/compat/libcompat.a \
223
243
        $(LIBINTL)
224
244
 
225
245
pkglib_SCRIPTS = mksplit
239
259
              exit 1;; \
240
260
          esac; \
241
261
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  dpkg-split/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --gnu  dpkg-split/Makefile
 
262
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dpkg-split/Makefile'; \
 
263
        $(am__cd) $(top_srcdir) && \
 
264
          $(AUTOMAKE) --gnu dpkg-split/Makefile
245
265
.PRECIOUS: Makefile
246
266
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
267
        @case '$?' in \
259
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
280
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
$(am__aclocal_m4_deps):
262
283
install-binPROGRAMS: $(bin_PROGRAMS)
263
284
        @$(NORMAL_INSTALL)
264
285
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
265
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
266
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
267
 
          if test -f $$p \
268
 
          ; then \
269
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
270
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
271
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
272
 
          else :; fi; \
273
 
        done
 
286
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
287
        for p in $$list; do echo "$$p $$p"; done | \
 
288
        sed 's/$(EXEEXT)$$//' | \
 
289
        while read p p1; do if test -f $$p; \
 
290
          then echo "$$p"; echo "$$p"; else :; fi; \
 
291
        done | \
 
292
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
293
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
294
        sed 'N;N;N;s,\n, ,g' | \
 
295
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
296
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
297
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
298
            else { print "f", $$3 "/" $$4, $$1; } } \
 
299
          END { for (d in files) print "f", d, files[d] }' | \
 
300
        while read type dir files; do \
 
301
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
302
            test -z "$$files" || { \
 
303
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
304
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
305
            } \
 
306
        ; done
274
307
 
275
308
uninstall-binPROGRAMS:
276
309
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
278
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
279
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
280
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
281
 
        done
 
310
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
311
        files=`for p in $$list; do echo "$$p"; done | \
 
312
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
313
              -e 's/$$/$(EXEEXT)/' `; \
 
314
        test -n "$$list" || exit 0; \
 
315
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
316
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
282
317
 
283
318
clean-binPROGRAMS:
284
319
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
288
323
install-pkglibSCRIPTS: $(pkglib_SCRIPTS)
289
324
        @$(NORMAL_INSTALL)
290
325
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
291
 
        @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
 
326
        @list='$(pkglib_SCRIPTS)'; test -n "$(pkglibdir)" || list=; \
 
327
        for p in $$list; do \
292
328
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
293
 
          if test -f $$d$$p; then \
294
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
295
 
            echo " $(pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
296
 
            $(pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
297
 
          else :; fi; \
298
 
        done
 
329
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
330
        done | \
 
331
        sed -e 'p;s,.*/,,;n' \
 
332
            -e 'h;s|.*|.|' \
 
333
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
334
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
335
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
336
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
337
              if (++n[d] == $(am__install_max)) { \
 
338
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
339
            else { print "f", d "/" $$4, $$1 } } \
 
340
          END { for (d in files) print "f", d, files[d] }' | \
 
341
        while read type dir files; do \
 
342
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
343
             test -z "$$files" || { \
 
344
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibdir)$$dir'"; \
 
345
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibdir)$$dir" || exit $$?; \
 
346
             } \
 
347
        ; done
299
348
 
300
349
uninstall-pkglibSCRIPTS:
301
350
        @$(NORMAL_UNINSTALL)
302
 
        @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
303
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
304
 
          echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
305
 
          rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
306
 
        done
 
351
        @list='$(pkglib_SCRIPTS)'; test -n "$(pkglibdir)" || exit 0; \
 
352
        files=`for p in $$list; do echo "$$p"; done | \
 
353
               sed -e 's,.*/,,;$(transform)'`; \
 
354
        test -n "$$list" || exit 0; \
 
355
        echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
 
356
        cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
307
357
 
308
358
mostlyclean-compile:
309
359
        -rm -f *.$(OBJEXT)
319
369
 
320
370
.c.o:
321
371
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
372
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
375
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
326
376
 
327
377
.c.obj:
328
378
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
329
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
379
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
382
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
393
 
344
394
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345
395
                $(TAGS_FILES) $(LISP)
346
 
        tags=; \
 
396
        set x; \
347
397
        here=`pwd`; \
348
398
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
399
        unique=`for i in $$list; do \
351
401
          done | \
352
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
404
        shift; \
 
405
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355
406
          test -n "$$unique" || unique=$$empty_fix; \
356
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357
 
            $$tags $$unique; \
 
407
          if test $$# -gt 0; then \
 
408
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
409
              "$$@" $$unique; \
 
410
          else \
 
411
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
412
              $$unique; \
 
413
          fi; \
358
414
        fi
359
415
ctags: CTAGS
360
416
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361
417
                $(TAGS_FILES) $(LISP)
362
 
        tags=; \
363
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
419
        unique=`for i in $$list; do \
365
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
421
          done | \
367
422
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
423
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
424
        test -z "$(CTAGS_ARGS)$$unique" \
370
425
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
 
             $$tags $$unique
 
426
             $$unique
372
427
 
373
428
GTAGS:
374
429
        here=`$(am__cd) $(top_builddir) && pwd` \
375
 
          && cd $(top_srcdir) \
376
 
          && gtags -i $(GTAGS_ARGS) $$here
 
430
          && $(am__cd) $(top_srcdir) \
 
431
          && gtags -i $(GTAGS_ARGS) "$$here"
377
432
 
378
433
distclean-tags:
379
434
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395
450
          if test -d $$d/$$file; then \
396
451
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
452
            if test -d "$(distdir)/$$file"; then \
 
453
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
454
            fi; \
397
455
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
456
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
457
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399
458
            fi; \
400
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
459
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401
460
          else \
402
 
            test -f $(distdir)/$$file \
403
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
461
            test -f "$(distdir)/$$file" \
 
462
            || cp -p $$d/$$file "$(distdir)/$$file" \
404
463
            || exit 1; \
405
464
          fi; \
406
465
        done
432
491
 
433
492
distclean-generic:
434
493
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
494
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
495
 
436
496
maintainer-clean-generic:
437
497
        @echo "This command is intended for maintainers to use"
452
512
 
453
513
html: html-am
454
514
 
 
515
html-am:
 
516
 
455
517
info: info-am
456
518
 
457
519
info-am:
460
522
 
461
523
install-dvi: install-dvi-am
462
524
 
 
525
install-dvi-am:
 
526
 
463
527
install-exec-am: install-binPROGRAMS install-pkglibSCRIPTS
464
528
 
465
529
install-html: install-html-am
466
530
 
 
531
install-html-am:
 
532
 
467
533
install-info: install-info-am
468
534
 
 
535
install-info-am:
 
536
 
469
537
install-man:
470
538
 
471
539
install-pdf: install-pdf-am
472
540
 
 
541
install-pdf-am:
 
542
 
473
543
install-ps: install-ps-am
474
544
 
 
545
install-ps-am:
 
546
 
475
547
installcheck-am:
476
548
 
477
549
maintainer-clean: maintainer-clean-am
517
589
 
518
590
install-data-local:
519
591
        $(mkdir_p) $(DESTDIR)$(admindir)/parts
 
592
 
520
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
521
594
# Otherwise a system limit (for SysV at least) may be exceeded.
522
595
.NOEXPORT: