aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 17:20:28 -0800
committerPaul Eggert2011-01-08 17:20:28 -0800
commita451f14b09368f4b9f96d61ddb2ee69ac048c414 (patch)
treed4076c67607428c2bd10d0d69bf763504c42ef06 /lib/Makefile.in
parentfa2c4f5619481856c8cdf33be987d5785f51b750 (diff)
downloademacs-a451f14b09368f4b9f96d61ddb2ee69ac048c414.tar.gz
emacs-a451f14b09368f4b9f96d61ddb2ee69ac048c414.zip
Regenerate.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 0fff5b2c813..d1d6e4f8417 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
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 dummy 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 ftoastr
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
@@ -49,8 +49,10 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49 $(srcdir)/gnulib.mk 49 $(srcdir)/gnulib.mk
50subdir = lib 50subdir = lib
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52am__aclocal_m4_deps = $(top_srcdir)/m4/gnulib-comp.m4 \ 52am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
53 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/configure.in 53 $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/gnulib-common.m4 \
54 $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/getopt.m4 \
55 $(top_srcdir)/configure.in
54am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4) 57 $(ACLOCAL_M4)
56mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 58mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -62,7 +64,8 @@ AR = ar
62ARFLAGS = cru 64ARFLAGS = cru
63libgnu_a_AR = $(AR) $(ARFLAGS) 65libgnu_a_AR = $(AR) $(ARFLAGS)
64am__DEPENDENCIES_1 = 66am__DEPENDENCIES_1 =
65am_libgnu_a_OBJECTS = dummy.$(OBJEXT) 67am_libgnu_a_OBJECTS = ftoastr.$(OBJEXT) dtoastr.$(OBJEXT) \
68 ldtoastr.$(OBJEXT)
66libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 69libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
67depcomp = $(SHELL) $(top_srcdir)/depcomp 70depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles 71am__depfiles_maybe = depfiles
@@ -311,11 +314,11 @@ top_srcdir = @top_srcdir@
311version = @version@ 314version = @version@
312x_default_search_path = @x_default_search_path@ 315x_default_search_path = @x_default_search_path@
313BUILT_SOURCES = 316BUILT_SOURCES =
314EXTRA_DIST = 317EXTRA_DIST = intprops.h
315MOSTLYCLEANFILES = core *.stackdump 318MOSTLYCLEANFILES = core *.stackdump
316noinst_LIBRARIES = libgnu.a 319noinst_LIBRARIES = libgnu.a
317DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 320DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
318libgnu_a_SOURCES = dummy.c 321libgnu_a_SOURCES = ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
319libgnu_a_LIBADD = $(gl_LIBOBJS) 322libgnu_a_LIBADD = $(gl_LIBOBJS)
320libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 323libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
321EXTRA_libgnu_a_SOURCES = 324EXTRA_libgnu_a_SOURCES =
@@ -368,7 +371,9 @@ mostlyclean-compile:
368distclean-compile: 371distclean-compile:
369 -rm -f *.tab.c 372 -rm -f *.tab.c
370 373
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ 374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldtoastr.Po@am__quote@
372 377
373.c.o: 378.c.o:
374@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 379@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<