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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphael Hertzog, Modestas Vainius, Updated dpkg translations, Updated dselect translations, Updated man page translations, Updated scripts translations
  • Date: 2009-09-06 09:37:45 UTC
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090906093745-orb3im04ozfxypis
Tags: 1.15.4
[ Guillem Jover ]
* Call _g instead of g_ in dpkg-name.
* Fix inverted logic when deciding to assume the architecture in dpkg-name
  when the package didn't have such field.
* Do not take into account Revision and Package_Revision fields in dpkg-name
  and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
* Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
  .dsc parsing code. As a side effect it now handles properly bogus files.
* Do not remap obsolete fields in dpkg-scanpackages as they have been
  handled already by “dpkg-deb -I”.
* Properly mark packages being purged for disappearance from the database.
  This will make the status database not be left behind with traces of old
  not-installed packages. Closes: #472208
* On parse mark not-installed leftover packages for automatic removal from
  the database on next dump. This obsoletes the --forget-old-unavail option,
  thus making it now a no-op. Closes: #33394, #429262
* Document “hold” under package selection states instead of flags in dpkg(1).
* Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
  package name on “dpkg-deb -b”. Closes: #218018, #373602
* Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
* Add fakeroot to dpkg-dev Recommends. Closes: #536821
* Fix an always false test when trying to decide which package to deselect
  to resolve a dependency problem in dselect.
* Add uClibc Linux support to ostable and triplettable. Closes: #455501
* Add uClinux support to ostable and triplettable.
  Thanks to Simon Richter <sjr@debian.org>.
* When aborting due to file conflicts print the version of the conflicted
  package. Closes: #540019
* Remove double slash in database path visible to the user in some error
  conditions.
* Stop macthing sparc64-*-* GNU triplets with sparc Debian architecture.
* Add support for config.d style directories in dpkg and dselect,
  (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
* Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
  architecture the package got built for.
* Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
  in dpkg man page.
* Document DPKG_RUNNING_VERSION maintainer script environment variable
  in dpkg man page.
* Change po4a usage to not create unwated changes depending if doing out or
  in-tree builds.
* Use po4a “--previous” support when updating the man pages.
  Suggested by Christian Perrier <bubulle@debian.org>.
* On configuration error print file name and line number.
* Allow quoting values in configuration file options.
* Add new --pre-invoke and --post-invoke hooks in dpkg.
* Add new --control-path command to dpkg-query.
* Use ohshit on bad version syntax in --compare-versions.
* Add Multi-Arch to the list of known binary package fields for dpkg-dev.
  Thanks to Steve Langasek <vorlon@debian.org>.

[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
  will be dropped in squeeze+1. dpkg now Breaks: old versions of
  info-browsers that do not depend on the new install-info package
  that provides the real functionality. Closes: #9771, #523980
  See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
* Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
  sub-directories. Closes: #535138
  And also when one of the file doesn't contain correct alternatives
  information (improper number of lines). Closes: #537558
* Upgrade Standards-Version to 3.8.2 (no changes).
* Update deb-substvars(5) to list fields that do not support substvars.
  Closes: #535353
* Fix dpkg-parsechangelog to include all entries with -v0 parameter.
  Closes: #537800
* Fix update-alternatives to mention the correct slave link that can't
  be installed due to a conflicting file instead of quoting the master link.
* Add support for extra override file in dpkg-scanpackages. Thanks to Robert
  Millan for the patch. Closes: #537559
* Add support for extra override file in dpkg-scansources.
* Document format of extra override file in a new manual page
  deb-extra-override(5).
* Update sample in dpkg-gensymbols(1) to give an accurate listing of
  64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
* Create /etc/cron.daily/dpkg to handle the backup of
  /var/lib/dpkg/status in /var/backups. This is taken out of the cron
  package and need no conflicts/breaks as the code does nothing if
  the current status file is already backupped. Thanks to Leo 'costela'
  Antunes <costela@debian.org> for the patch. Closes: #541412
* Change behaviour of dpkg --merge-avail to not update a package's
  information if the version provided is older than the one already listed
  in the available file. Thanks to Ian Jackson
  <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
* dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
  (pointer size and endianness):
  - cputable (in dpkg) modified to contain those information
  - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
    cputable (and so that a versioned build-dependency on dpkg-dev is enough
    to use this new feature)
  Closes: #531307
* Split overly long Binary: field values over multiple lines. This is
  allowed since policy 3.8.3. Closes: #494714
* Improve performance of dpkg-shlibdeps by caching minimal version
  associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
  Jiří Paleček <jpalecek@web.de> for the patch.
* Slightly improve dpkg-source(1) by giving the section name that we're
  referring to. Closes: #544037
* Fix translation error in german manpage of dpkg-buildpackage. Thanks
  to Joachim Breitner <nomeata@debian.org>. Closes: #541829

[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.

[ Updated dpkg translations ]
* Asturian (Marcos Alvarez Costales). Closes: #535327
* French (Christian Perrier).
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #536538
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537742
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537741

[ Updated man page translations ]
* French (Christian Perrier).
* German (Helge Kreutzmann), proofread by Jens Seidel.
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* French completed (Christian Perrier).
* German (Helge Kreutzmann).
* Russian (Yuri Kozlov). Closes: #542254
* Swedish (Peter Krefting).

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.
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
32
34
POST_UNINSTALL = :
33
35
build_triplet = @build@
34
36
host_triplet = @host@
35
 
target_triplet = @target@
36
37
bin_PROGRAMS = dpkg$(EXEEXT) dpkg-query$(EXEEXT) dpkg-trigger$(EXEEXT)
37
38
subdir = src
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51
52
mkinstalldirs = $(install_sh) -d
52
53
CONFIG_HEADER = $(top_builddir)/config.h
53
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
54
56
am__installdirs = "$(DESTDIR)$(bindir)"
55
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
57
PROGRAMS = $(bin_PROGRAMS)
57
58
am_dpkg_OBJECTS = archives.$(OBJEXT) cleanup.$(OBJEXT) \
58
59
        configure.$(OBJEXT) depcon.$(OBJEXT) enquiry.$(OBJEXT) \
63
64
        trigproc.$(OBJEXT) update.$(OBJEXT)
64
65
dpkg_OBJECTS = $(am_dpkg_OBJECTS)
65
66
am__DEPENDENCIES_1 =
66
 
dpkg_DEPENDENCIES = ../lib/libdpkg.a ../libcompat/libcompat.a \
 
67
dpkg_DEPENDENCIES = ../lib/dpkg/libdpkg.a ../lib/compat/libcompat.a \
67
68
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
68
69
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
69
70
am_dpkg_query_OBJECTS = filesdb.$(OBJEXT) divertdb.$(OBJEXT) \
70
71
        pkg-array.$(OBJEXT) pkg-show.$(OBJEXT) query.$(OBJEXT)
71
72
dpkg_query_OBJECTS = $(am_dpkg_query_OBJECTS)
72
 
dpkg_query_DEPENDENCIES = ../lib/libdpkg.a ../libcompat/libcompat.a \
73
 
        $(am__DEPENDENCIES_1)
 
73
dpkg_query_DEPENDENCIES = ../lib/dpkg/libdpkg.a \
 
74
        ../lib/compat/libcompat.a $(am__DEPENDENCIES_1)
74
75
am_dpkg_trigger_OBJECTS = trigcmd.$(OBJEXT)
75
76
dpkg_trigger_OBJECTS = $(am_dpkg_trigger_OBJECTS)
76
 
dpkg_trigger_DEPENDENCIES = ../lib/libdpkg.a ../libcompat/libcompat.a \
77
 
        $(am__DEPENDENCIES_1)
78
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
77
dpkg_trigger_DEPENDENCIES = ../lib/dpkg/libdpkg.a \
 
78
        ../lib/compat/libcompat.a $(am__DEPENDENCIES_1)
 
79
DEFAULT_INCLUDES = 
79
80
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
80
81
am__depfiles_maybe = depfiles
 
82
am__mv = mv -f
81
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
85
CCLD = $(CC)
145
147
PACKAGE_NAME = @PACKAGE_NAME@
146
148
PACKAGE_STRING = @PACKAGE_STRING@
147
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
150
PACKAGE_URL = @PACKAGE_URL@
148
151
PACKAGE_VERSION = @PACKAGE_VERSION@
149
152
PATH_SEPARATOR = @PATH_SEPARATOR@
150
153
PERL = @PERL@
209
212
sharedstatedir = @sharedstatedir@
210
213
srcdir = @srcdir@
211
214
sysconfdir = @sysconfdir@
212
 
target = @target@
213
215
target_alias = @target_alias@
214
 
target_cpu = @target_cpu@
215
 
target_os = @target_os@
216
 
target_vendor = @target_vendor@
217
216
top_build_prefix = @top_build_prefix@
218
217
top_builddir = @top_builddir@
219
218
top_srcdir = @top_srcdir@
220
 
INCLUDES = \
 
219
pkgconfdir = $(sysconfdir)/@PACKAGE@
 
220
AM_CPPFLAGS = \
221
221
        -DLOCALEDIR=\"$(localedir)\" \
222
222
        -DADMINDIR=\"$(admindir)\" \
223
 
        -idirafter $(top_srcdir)/libcompat \
 
223
        -idirafter $(top_srcdir)/lib/compat \
 
224
        -I$(top_builddir) \
224
225
        -I$(top_srcdir)/lib
225
226
 
226
227
dpkg_SOURCES = \
245
246
        update.c
246
247
 
247
248
dpkg_LDADD = \
248
 
        ../lib/libdpkg.a \
249
 
        ../libcompat/libcompat.a \
 
249
        ../lib/dpkg/libdpkg.a \
 
250
        ../lib/compat/libcompat.a \
250
251
        $(LIBINTL) \
251
252
        $(ZLIB_LIBS) \
252
253
        $(BZ2_LIBS) \
260
261
        query.c
261
262
 
262
263
dpkg_query_LDADD = \
263
 
        ../lib/libdpkg.a \
264
 
        ../libcompat/libcompat.a \
 
264
        ../lib/dpkg/libdpkg.a \
 
265
        ../lib/compat/libcompat.a \
265
266
        $(LIBINTL)
266
267
 
267
268
dpkg_trigger_SOURCES = \
268
269
        trigcmd.c
269
270
 
270
271
dpkg_trigger_LDADD = \
271
 
        ../lib/libdpkg.a \
272
 
        ../libcompat/libcompat.a \
 
272
        ../lib/dpkg/libdpkg.a \
 
273
        ../lib/compat/libcompat.a \
273
274
        $(LIBINTL)
274
275
 
275
276
all: all-am
285
286
              exit 1;; \
286
287
          esac; \
287
288
        done; \
288
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
289
 
        cd $(top_srcdir) && \
290
 
          $(AUTOMAKE) --gnu  src/Makefile
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
290
        $(am__cd) $(top_srcdir) && \
 
291
          $(AUTOMAKE) --gnu src/Makefile
291
292
.PRECIOUS: Makefile
292
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293
294
        @case '$?' in \
305
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
307
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(am__aclocal_m4_deps):
308
310
install-binPROGRAMS: $(bin_PROGRAMS)
309
311
        @$(NORMAL_INSTALL)
310
312
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
311
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
312
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
313
 
          if test -f $$p \
314
 
          ; then \
315
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
316
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
317
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
318
 
          else :; fi; \
319
 
        done
 
313
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
314
        for p in $$list; do echo "$$p $$p"; done | \
 
315
        sed 's/$(EXEEXT)$$//' | \
 
316
        while read p p1; do if test -f $$p; \
 
317
          then echo "$$p"; echo "$$p"; else :; fi; \
 
318
        done | \
 
319
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
320
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
321
        sed 'N;N;N;s,\n, ,g' | \
 
322
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
323
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
324
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
325
            else { print "f", $$3 "/" $$4, $$1; } } \
 
326
          END { for (d in files) print "f", d, files[d] }' | \
 
327
        while read type dir files; do \
 
328
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
329
            test -z "$$files" || { \
 
330
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
331
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
332
            } \
 
333
        ; done
320
334
 
321
335
uninstall-binPROGRAMS:
322
336
        @$(NORMAL_UNINSTALL)
323
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
324
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
325
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
326
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
327
 
        done
 
337
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
338
        files=`for p in $$list; do echo "$$p"; done | \
 
339
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
340
              -e 's/$$/$(EXEEXT)/' `; \
 
341
        test -n "$$list" || exit 0; \
 
342
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
343
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
328
344
 
329
345
clean-binPROGRAMS:
330
346
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
368
384
 
369
385
.c.o:
370
386
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
387
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
390
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
375
391
 
376
392
.c.obj:
377
393
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
378
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
394
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
397
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
392
408
 
393
409
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
410
                $(TAGS_FILES) $(LISP)
395
 
        tags=; \
 
411
        set x; \
396
412
        here=`pwd`; \
397
413
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
398
414
        unique=`for i in $$list; do \
400
416
          done | \
401
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
419
        shift; \
 
420
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404
421
          test -n "$$unique" || unique=$$empty_fix; \
405
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406
 
            $$tags $$unique; \
 
422
          if test $$# -gt 0; then \
 
423
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
424
              "$$@" $$unique; \
 
425
          else \
 
426
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
427
              $$unique; \
 
428
          fi; \
407
429
        fi
408
430
ctags: CTAGS
409
431
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410
432
                $(TAGS_FILES) $(LISP)
411
 
        tags=; \
412
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
434
        unique=`for i in $$list; do \
414
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
436
          done | \
416
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
439
        test -z "$(CTAGS_ARGS)$$unique" \
419
440
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420
 
             $$tags $$unique
 
441
             $$unique
421
442
 
422
443
GTAGS:
423
444
        here=`$(am__cd) $(top_builddir) && pwd` \
424
 
          && cd $(top_srcdir) \
425
 
          && gtags -i $(GTAGS_ARGS) $$here
 
445
          && $(am__cd) $(top_srcdir) \
 
446
          && gtags -i $(GTAGS_ARGS) "$$here"
426
447
 
427
448
distclean-tags:
428
449
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
464
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
465
          if test -d $$d/$$file; then \
445
466
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
467
            if test -d "$(distdir)/$$file"; then \
 
468
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
469
            fi; \
446
470
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
471
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
472
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448
473
            fi; \
449
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
474
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
450
475
          else \
451
 
            test -f $(distdir)/$$file \
452
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
476
            test -f "$(distdir)/$$file" \
 
477
            || cp -p $$d/$$file "$(distdir)/$$file" \
453
478
            || exit 1; \
454
479
          fi; \
455
480
        done
480
505
 
481
506
distclean-generic:
482
507
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
508
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
509
 
484
510
maintainer-clean-generic:
485
511
        @echo "This command is intended for maintainers to use"
500
526
 
501
527
html: html-am
502
528
 
 
529
html-am:
 
530
 
503
531
info: info-am
504
532
 
505
533
info-am:
508
536
 
509
537
install-dvi: install-dvi-am
510
538
 
 
539
install-dvi-am:
 
540
 
511
541
install-exec-am: install-binPROGRAMS
512
542
 
513
543
install-html: install-html-am
514
544
 
 
545
install-html-am:
 
546
 
515
547
install-info: install-info-am
516
548
 
 
549
install-info-am:
 
550
 
517
551
install-man:
518
552
 
519
553
install-pdf: install-pdf-am
520
554
 
 
555
install-pdf-am:
 
556
 
521
557
install-ps: install-ps-am
522
558
 
 
559
install-ps-am:
 
560
 
523
561
installcheck-am:
524
562
 
525
563
maintainer-clean: maintainer-clean-am
558
596
 
559
597
 
560
598
install-data-local:
 
599
        $(mkdir_p) $(DESTDIR)$(pkgconfdir)/dpkg.cfg.d
561
600
        $(mkdir_p) $(DESTDIR)$(admindir)/alternatives
562
601
        $(mkdir_p) $(DESTDIR)$(admindir)/info
563
602
        $(mkdir_p) $(DESTDIR)$(admindir)/updates
 
603
 
564
604
# Tell versions [3.59,3.63) of GNU make to not export all variables.
565
605
# Otherwise a system limit (for SysV at least) may be exceeded.
566
606
.NOEXPORT: