diff options
| author | Paul Eggert | 2011-02-06 00:28:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 00:28:30 -0800 |
| commit | 91ccade49b1403d469fa5441b16598e08d6604c9 (patch) | |
| tree | 2acfe2ae1e1f1b87e03072f926d6d15a3c50f223 /lib/Makefile.in | |
| parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
| download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz emacs-91ccade49b1403d469fa5441b16598e08d6604c9.zip | |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/Makefile.in')
| -rw-r--r-- | lib/Makefile.in | 69 |
1 files changed, 60 insertions, 9 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index e50f9b31ef3..0dac3d8dc90 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | # Generated by gnulib-tool. | 26 | # Generated by gnulib-tool. |
| 27 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu ignore-value mktime strftime | 27 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu ignore-value mktime strftime |
| 28 | 28 | ||
| 29 | |||
| 29 | VPATH = @srcdir@ | 30 | VPATH = @srcdir@ |
| 30 | pkgdatadir = $(datadir)/@PACKAGE@ | 31 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 31 | pkgincludedir = $(includedir)/@PACKAGE@ | 32 | pkgincludedir = $(includedir)/@PACKAGE@ |
| @@ -81,6 +82,29 @@ CCLD = $(CC) | |||
| 81 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | 82 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 82 | SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | 83 | SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) |
| 83 | DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | 84 | DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) |
| 85 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
| 86 | am__vpath_adj = case $$p in \ | ||
| 87 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
| 88 | *) f=$$p;; \ | ||
| 89 | esac; | ||
| 90 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
| 91 | am__install_max = 40 | ||
| 92 | am__nobase_strip_setup = \ | ||
| 93 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
| 94 | am__nobase_strip = \ | ||
| 95 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
| 96 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
| 97 | for p in $$list; do echo "$$p $$p"; done | \ | ||
| 98 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
| 99 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
| 100 | if (++n[$$2] == $(am__install_max)) \ | ||
| 101 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
| 102 | END { for (dir in files) print dir, files[dir] }' | ||
| 103 | am__base_list = \ | ||
| 104 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
| 105 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
| 106 | am__installdirs = "$(DESTDIR)$(pkgincludedir)" | ||
| 107 | HEADERS = $(nodist_pkginclude_HEADERS) | ||
| 84 | ETAGS = etags | 108 | ETAGS = etags |
| 85 | CTAGS = ctags | 109 | CTAGS = ctags |
| 86 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 110 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| @@ -477,10 +501,13 @@ EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ | |||
| 477 | getopt_int.h intprops.h mktime-internal.h mktime.c \ | 501 | getopt_int.h intprops.h mktime-internal.h mktime.c \ |
| 478 | stdbool.in.h stddef.in.h strftime.c strftime.h time.in.h \ | 502 | stdbool.in.h stddef.in.h strftime.c strftime.h time.in.h \ |
| 479 | time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h | 503 | time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h |
| 504 | EXTRA_HEADERS = getopt.h stdbool.h stddef.h | ||
| 480 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | 505 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ |
| 481 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ | 506 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ |
| 482 | stdbool.h-t stddef.h stddef.h-t time.h time.h-t unistd.h \ | 507 | stdbool.h-t stddef.h stddef.h-t time.h time.h-t unistd.h \ |
| 483 | unistd.h-t warn-on-use.h warn-on-use.h-t | 508 | unistd.h-t warn-on-use.h warn-on-use.h-t |
| 509 | nodist_pkginclude_HEADERS = arg-nonnull.h c++defs.h $(GETOPT_H) \ | ||
| 510 | $(STDBOOL_H) $(STDDEF_H) time.h unistd.h warn-on-use.h | ||
| 484 | noinst_LIBRARIES = libgnu.a | 511 | noinst_LIBRARIES = libgnu.a |
| 485 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 512 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |
| 486 | libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h | 513 | libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h |
| @@ -561,6 +588,26 @@ distclean-compile: | |||
| 561 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 588 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 562 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 589 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 563 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | 590 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
| 591 | install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS) | ||
| 592 | @$(NORMAL_INSTALL) | ||
| 593 | test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" | ||
| 594 | @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ | ||
| 595 | for p in $$list; do \ | ||
| 596 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
| 597 | echo "$$d$$p"; \ | ||
| 598 | done | $(am__base_list) | \ | ||
| 599 | while read files; do \ | ||
| 600 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ | ||
| 601 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ | ||
| 602 | done | ||
| 603 | |||
| 604 | uninstall-nodist_pkgincludeHEADERS: | ||
| 605 | @$(NORMAL_UNINSTALL) | ||
| 606 | @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ | ||
| 607 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | ||
| 608 | test -n "$$files" || exit 0; \ | ||
| 609 | echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ | ||
| 610 | cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files | ||
| 564 | 611 | ||
| 565 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 612 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 566 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 613 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| @@ -647,8 +694,11 @@ distdir: $(DISTFILES) | |||
| 647 | check-am: all-am | 694 | check-am: all-am |
| 648 | check: $(BUILT_SOURCES) | 695 | check: $(BUILT_SOURCES) |
| 649 | $(MAKE) $(AM_MAKEFLAGS) check-am | 696 | $(MAKE) $(AM_MAKEFLAGS) check-am |
| 650 | all-am: Makefile $(LIBRARIES) | 697 | all-am: Makefile $(LIBRARIES) $(HEADERS) |
| 651 | installdirs: | 698 | installdirs: |
| 699 | for dir in "$(DESTDIR)$(pkgincludedir)"; do \ | ||
| 700 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
| 701 | done | ||
| 652 | install: $(BUILT_SOURCES) | 702 | install: $(BUILT_SOURCES) |
| 653 | $(MAKE) $(AM_MAKEFLAGS) install-am | 703 | $(MAKE) $(AM_MAKEFLAGS) install-am |
| 654 | install-exec: install-exec-am | 704 | install-exec: install-exec-am |
| @@ -699,7 +749,7 @@ info: info-am | |||
| 699 | 749 | ||
| 700 | info-am: | 750 | info-am: |
| 701 | 751 | ||
| 702 | install-data-am: | 752 | install-data-am: install-nodist_pkgincludeHEADERS |
| 703 | 753 | ||
| 704 | install-dvi: install-dvi-am | 754 | install-dvi: install-dvi-am |
| 705 | 755 | ||
| @@ -745,7 +795,7 @@ ps: ps-am | |||
| 745 | 795 | ||
| 746 | ps-am: | 796 | ps-am: |
| 747 | 797 | ||
| 748 | uninstall-am: | 798 | uninstall-am: uninstall-nodist_pkgincludeHEADERS |
| 749 | 799 | ||
| 750 | .MAKE: all check install install-am install-strip | 800 | .MAKE: all check install install-am install-strip |
| 751 | 801 | ||
| @@ -755,12 +805,13 @@ uninstall-am: | |||
| 755 | html-am info info-am install install-am install-data \ | 805 | html-am info info-am install install-am install-data \ |
| 756 | install-data-am install-dvi install-dvi-am install-exec \ | 806 | install-data-am install-dvi install-dvi-am install-exec \ |
| 757 | install-exec-am install-html install-html-am install-info \ | 807 | install-exec-am install-html install-html-am install-info \ |
| 758 | install-info-am install-man install-pdf install-pdf-am \ | 808 | install-info-am install-man install-nodist_pkgincludeHEADERS \ |
| 759 | install-ps install-ps-am install-strip installcheck \ | 809 | install-pdf install-pdf-am install-ps install-ps-am \ |
| 760 | installcheck-am installdirs maintainer-clean \ | 810 | install-strip installcheck installcheck-am installdirs \ |
| 761 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | 811 | maintainer-clean maintainer-clean-generic mostlyclean \ |
| 762 | mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \ | 812 | mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \ |
| 763 | uninstall uninstall-am | 813 | pdf-am ps ps-am tags uninstall uninstall-am \ |
| 814 | uninstall-nodist_pkgincludeHEADERS | ||
| 764 | 815 | ||
| 765 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | 816 | # The arg-nonnull.h that gets inserted into generated .h files is the same as |
| 766 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | 817 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. |