comparison lib/Makefile.in @ 112323:f3056cf0073a

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jan 2011 22:13:06 -0800
parents e0da33ff5fa5
children 16ddab338c43
comparison
equal deleted inserted replaced
112322:ecce7818cd6f 112323:f3056cf0073a
22 # Public License, this file may be distributed as part of a program 22 # Public License, this file may be distributed as part of a program
23 # that contains a configuration script generated by Autoconf, under 23 # that contains a configuration script generated by Autoconf, under
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 ftoastr getopt-gnu mktime 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 mktime
28 28
29 VPATH = @srcdir@ 29 VPATH = @srcdir@
30 pkgdatadir = $(datadir)/@PACKAGE@ 30 pkgdatadir = $(datadir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@ 31 pkgincludedir = $(includedir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@ 32 pkglibdir = $(libdir)/@PACKAGE@
67 LIBRARIES = $(noinst_LIBRARIES) 67 LIBRARIES = $(noinst_LIBRARIES)
68 AR = ar 68 AR = ar
69 ARFLAGS = cru 69 ARFLAGS = cru
70 libgnu_a_AR = $(AR) $(ARFLAGS) 70 libgnu_a_AR = $(AR) $(ARFLAGS)
71 am__DEPENDENCIES_1 = 71 am__DEPENDENCIES_1 =
72 am_libgnu_a_OBJECTS = ftoastr.$(OBJEXT) dtoastr.$(OBJEXT) \ 72 am_libgnu_a_OBJECTS = dtoastr.$(OBJEXT)
73 ldtoastr.$(OBJEXT)
74 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 73 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
75 depcomp = $(SHELL) $(top_srcdir)/depcomp 74 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles 75 am__depfiles_maybe = depfiles
77 am__mv = mv -f 76 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
469 # present in all Makefile.am that need it. This is ensured by the applicability 468 # present in all Makefile.am that need it. This is ensured by the applicability
470 # 'all' defined above. 469 # 'all' defined above.
471 BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDDEF_H) time.h \ 470 BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDDEF_H) time.h \
472 unistd.h warn-on-use.h 471 unistd.h warn-on-use.h
473 EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ 472 EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \
474 getopt.c getopt.in.h getopt1.c getopt_int.h intprops.h \ 473 ftoastr.c ftoastr.h getopt.c getopt.in.h getopt1.c \
475 mktime-internal.h mktime.c stddef.in.h time.in.h time_r.c \ 474 getopt_int.h intprops.h mktime-internal.h mktime.c stddef.in.h \
476 unistd.in.h $(top_srcdir)/./warn-on-use.h 475 time.in.h time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h
477 MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 476 MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
478 c++defs.h c++defs.h-t getopt.h getopt.h-t stddef.h stddef.h-t \ 477 c++defs.h c++defs.h-t getopt.h getopt.h-t stddef.h stddef.h-t \
479 time.h time.h-t unistd.h unistd.h-t warn-on-use.h \ 478 time.h time.h-t unistd.h unistd.h-t warn-on-use.h \
480 warn-on-use.h-t 479 warn-on-use.h-t
481 noinst_LIBRARIES = libgnu.a 480 noinst_LIBRARIES = libgnu.a
482 DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 481 DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
483 libgnu_a_SOURCES = ftoastr.h ftoastr.c dtoastr.c ldtoastr.c gettext.h 482 libgnu_a_SOURCES = dtoastr.c gettext.h
484 libgnu_a_LIBADD = $(gl_LIBOBJS) 483 libgnu_a_LIBADD = $(gl_LIBOBJS)
485 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 484 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
486 EXTRA_libgnu_a_SOURCES = getopt.c getopt1.c mktime.c time_r.c 485 EXTRA_libgnu_a_SOURCES = ftoastr.c getopt.c getopt1.c mktime.c \
486 time_r.c
487 ARG_NONNULL_H = arg-nonnull.h 487 ARG_NONNULL_H = arg-nonnull.h
488 CXXDEFS_H = c++defs.h 488 CXXDEFS_H = c++defs.h
489 WARN_ON_USE_H = warn-on-use.h 489 WARN_ON_USE_H = warn-on-use.h
490 all: $(BUILT_SOURCES) 490 all: $(BUILT_SOURCES)
491 $(MAKE) $(AM_MAKEFLAGS) all-am 491 $(MAKE) $(AM_MAKEFLAGS) all-am
538 538
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@ 539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@ 540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ 541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ 542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldtoastr.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ 543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ 544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
546 545
547 .c.o: 546 .c.o:
548 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 547 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<