aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 14:13:03 -0800
committerPaul Eggert2011-02-06 14:13:03 -0800
commite765a388299ce398f7f5cf57bc74b8134d785f43 (patch)
tree8666752cedade7bca7ce697b7a6d002b25f9692d /lib/Makefile.in
parent5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff)
downloademacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz
emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.zip
gnulib: undo previous change
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in69
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
30VPATH = @srcdir@ 29VPATH = @srcdir@
31pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
32pkgincludedir = $(includedir)/@PACKAGE@ 31pkgincludedir = $(includedir)/@PACKAGE@
@@ -82,29 +81,6 @@ CCLD = $(CC)
82LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 81LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
83SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) 82SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
84DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) 83DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86am__vpath_adj = case $$p in \
87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88 *) f=$$p;; \
89 esac;
90am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91am__install_max = 40
92am__nobase_strip_setup = \
93 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94am__nobase_strip = \
95 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96am__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] }'
103am__base_list = \
104 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106am__installdirs = "$(DESTDIR)$(pkgincludedir)"
107HEADERS = $(nodist_pkginclude_HEADERS)
108ETAGS = etags 84ETAGS = etags
109CTAGS = ctags 85CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 86DISTFILES = $(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
504EXTRA_HEADERS = getopt.h stdbool.h stddef.h
505MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 480MOSTLYCLEANFILES = 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
509nodist_pkginclude_HEADERS = arg-nonnull.h c++defs.h $(GETOPT_H) \
510 $(STDBOOL_H) $(STDDEF_H) time.h unistd.h warn-on-use.h
511noinst_LIBRARIES = libgnu.a 484noinst_LIBRARIES = libgnu.a
512DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 485DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
513libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h 486libgnu_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) '$<'`
591install-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
604uninstall-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
612ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 565ID: $(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)
694check-am: all-am 647check-am: all-am
695check: $(BUILT_SOURCES) 648check: $(BUILT_SOURCES)
696 $(MAKE) $(AM_MAKEFLAGS) check-am 649 $(MAKE) $(AM_MAKEFLAGS) check-am
697all-am: Makefile $(LIBRARIES) $(HEADERS) 650all-am: Makefile $(LIBRARIES)
698installdirs: 651installdirs:
699 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
700 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
701 done
702install: $(BUILT_SOURCES) 652install: $(BUILT_SOURCES)
703 $(MAKE) $(AM_MAKEFLAGS) install-am 653 $(MAKE) $(AM_MAKEFLAGS) install-am
704install-exec: install-exec-am 654install-exec: install-exec-am
@@ -749,7 +699,7 @@ info: info-am
749 699
750info-am: 700info-am:
751 701
752install-data-am: install-nodist_pkgincludeHEADERS 702install-data-am:
753 703
754install-dvi: install-dvi-am 704install-dvi: install-dvi-am
755 705
@@ -795,7 +745,7 @@ ps: ps-am
795 745
796ps-am: 746ps-am:
797 747
798uninstall-am: uninstall-nodist_pkgincludeHEADERS 748uninstall-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.