diff options
| author | Paul Eggert | 2011-02-06 14:13:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 14:13:03 -0800 |
| commit | e765a388299ce398f7f5cf57bc74b8134d785f43 (patch) | |
| tree | 8666752cedade7bca7ce697b7a6d002b25f9692d /lib/Makefile.in | |
| parent | 5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff) | |
| download | emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.zip | |
gnulib: undo previous change
Diffstat (limited to 'lib/Makefile.in')
| -rw-r--r-- | lib/Makefile.in | 69 |
1 files changed, 9 insertions, 60 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 0dac3d8dc90..e50f9b31ef3 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -26,7 +26,6 @@ | |||
| 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 | |||
| 30 | VPATH = @srcdir@ | 29 | VPATH = @srcdir@ |
| 31 | pkgdatadir = $(datadir)/@PACKAGE@ | 30 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 32 | pkgincludedir = $(includedir)/@PACKAGE@ | 31 | pkgincludedir = $(includedir)/@PACKAGE@ |
| @@ -82,29 +81,6 @@ CCLD = $(CC) | |||
| 82 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | 81 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 83 | SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | 82 | SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) |
| 84 | DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | 83 | 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) | ||
| 108 | ETAGS = etags | 84 | ETAGS = etags |
| 109 | CTAGS = ctags | 85 | CTAGS = ctags |
| 110 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 86 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| @@ -501,13 +477,10 @@ EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ | |||
| 501 | getopt_int.h intprops.h mktime-internal.h mktime.c \ | 477 | getopt_int.h intprops.h mktime-internal.h mktime.c \ |
| 502 | stdbool.in.h stddef.in.h strftime.c strftime.h time.in.h \ | 478 | stdbool.in.h stddef.in.h strftime.c strftime.h time.in.h \ |
| 503 | time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h | 479 | time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h |
| 504 | EXTRA_HEADERS = getopt.h stdbool.h stddef.h | ||
| 505 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | 480 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ |
| 506 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ | 481 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ |
| 507 | stdbool.h-t stddef.h stddef.h-t time.h time.h-t unistd.h \ | 482 | stdbool.h-t stddef.h stddef.h-t time.h time.h-t unistd.h \ |
| 508 | unistd.h-t warn-on-use.h warn-on-use.h-t | 483 | 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 | ||
| 511 | noinst_LIBRARIES = libgnu.a | 484 | noinst_LIBRARIES = libgnu.a |
| 512 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 485 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |
| 513 | libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h | 486 | libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h |
| @@ -588,26 +561,6 @@ distclean-compile: | |||
| 588 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 561 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 589 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 562 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 590 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | 563 | @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 | ||
| 611 | 564 | ||
| 612 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 565 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 613 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 566 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| @@ -694,11 +647,8 @@ distdir: $(DISTFILES) | |||
| 694 | check-am: all-am | 647 | check-am: all-am |
| 695 | check: $(BUILT_SOURCES) | 648 | check: $(BUILT_SOURCES) |
| 696 | $(MAKE) $(AM_MAKEFLAGS) check-am | 649 | $(MAKE) $(AM_MAKEFLAGS) check-am |
| 697 | all-am: Makefile $(LIBRARIES) $(HEADERS) | 650 | all-am: Makefile $(LIBRARIES) |
| 698 | installdirs: | 651 | installdirs: |
| 699 | for dir in "$(DESTDIR)$(pkgincludedir)"; do \ | ||
| 700 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
| 701 | done | ||
| 702 | install: $(BUILT_SOURCES) | 652 | install: $(BUILT_SOURCES) |
| 703 | $(MAKE) $(AM_MAKEFLAGS) install-am | 653 | $(MAKE) $(AM_MAKEFLAGS) install-am |
| 704 | install-exec: install-exec-am | 654 | install-exec: install-exec-am |
| @@ -749,7 +699,7 @@ info: info-am | |||
| 749 | 699 | ||
| 750 | info-am: | 700 | info-am: |
| 751 | 701 | ||
| 752 | install-data-am: install-nodist_pkgincludeHEADERS | 702 | install-data-am: |
| 753 | 703 | ||
| 754 | install-dvi: install-dvi-am | 704 | install-dvi: install-dvi-am |
| 755 | 705 | ||
| @@ -795,7 +745,7 @@ ps: ps-am | |||
| 795 | 745 | ||
| 796 | ps-am: | 746 | ps-am: |
| 797 | 747 | ||
| 798 | uninstall-am: uninstall-nodist_pkgincludeHEADERS | 748 | uninstall-am: |
| 799 | 749 | ||
| 800 | .MAKE: all check install install-am install-strip | 750 | .MAKE: all check install install-am install-strip |
| 801 | 751 | ||
| @@ -805,13 +755,12 @@ uninstall-am: uninstall-nodist_pkgincludeHEADERS | |||
| 805 | html-am info info-am install install-am install-data \ | 755 | html-am info info-am install install-am install-data \ |
| 806 | install-data-am install-dvi install-dvi-am install-exec \ | 756 | install-data-am install-dvi install-dvi-am install-exec \ |
| 807 | install-exec-am install-html install-html-am install-info \ | 757 | install-exec-am install-html install-html-am install-info \ |
| 808 | install-info-am install-man install-nodist_pkgincludeHEADERS \ | 758 | install-info-am install-man install-pdf install-pdf-am \ |
| 809 | install-pdf install-pdf-am install-ps install-ps-am \ | 759 | install-ps install-ps-am install-strip installcheck \ |
| 810 | install-strip installcheck installcheck-am installdirs \ | 760 | installcheck-am installdirs maintainer-clean \ |
| 811 | maintainer-clean maintainer-clean-generic mostlyclean \ | 761 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 812 | mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \ | 762 | mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \ |
| 813 | pdf-am ps ps-am tags uninstall uninstall-am \ | 763 | uninstall uninstall-am |
| 814 | uninstall-nodist_pkgincludeHEADERS | ||
| 815 | 764 | ||
| 816 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | 765 | # The arg-nonnull.h that gets inserted into generated .h files is the same as |
| 817 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | 766 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. |