comparison lib/Makefile.in @ 269:6cbc409ff09f 2.6

Added asprintf redux
author lost
date Tue, 22 Dec 2009 05:53:05 +0000
parents 68fbca173508
children
comparison
equal deleted inserted replaced
268:c48e676d641f 269:6cbc409ff09f
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=. --no-libtool --macro-prefix=gl argp 27 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp vasprintf
28 28
29 29
30 30
31 VPATH = @srcdir@ 31 VPATH = @srcdir@
32 pkgdatadir = $(datadir)/@PACKAGE@ 32 pkgdatadir = $(datadir)/@PACKAGE@
72 $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strchrnul.m4 \ 72 $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strchrnul.m4 \
73 $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \ 73 $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \
74 $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \ 74 $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \
75 $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/sysexits.m4 \ 75 $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/sysexits.m4 \
76 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/vasnprintf.m4 \ 76 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/vasnprintf.m4 \
77 $(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/wchar.m4 \ 77 $(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/vsnprintf.m4 \
78 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ 78 $(top_srcdir)/m4/wchar.m4 $(top_srcdir)/m4/wchar_t.m4 \
79 $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \ 79 $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \
80 $(top_srcdir)/m4/xstrndup.m4 $(top_srcdir)/configure.ac 80 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
81 $(top_srcdir)/configure.ac
81 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82 $(ACLOCAL_M4) 83 $(ACLOCAL_M4)
83 mkinstalldirs = $(install_sh) -d 84 mkinstalldirs = $(install_sh) -d
84 CONFIG_HEADER = $(top_builddir)/lwasm/config.h 85 CONFIG_HEADER = $(top_builddir)/lwasm/config.h
85 CONFIG_CLEAN_FILES = 86 CONFIG_CLEAN_FILES =
561 stdint.in.h stdio-write.c stdio.in.h stdlib.in.h strcasecmp.c \ 562 stdint.in.h stdio-write.c stdio.in.h stdlib.in.h strcasecmp.c \
562 strncasecmp.c strchrnul.c strchrnul.valgrind strerror.c \ 563 strncasecmp.c strchrnul.c strchrnul.valgrind strerror.c \
563 string.in.h strings.in.h strndup.c strnlen.c sysexits.in.h \ 564 string.in.h strings.in.h strndup.c strnlen.c sysexits.in.h \
564 unistd.in.h asnprintf.c float+.h printf-args.c printf-args.h \ 565 unistd.in.h asnprintf.c float+.h printf-args.c printf-args.h \
565 printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \ 566 printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
566 vsnprintf.c wchar.in.h xalloc.h xmalloc.c 567 asprintf.c vasprintf.c vsnprintf.c wchar.in.h xalloc.h \
568 xmalloc.c
567 BUILT_SOURCES = $(ALLOCA_H) $(ERRNO_H) $(FLOAT_H) $(GETOPT_H) \ 569 BUILT_SOURCES = $(ALLOCA_H) $(ERRNO_H) $(FLOAT_H) $(GETOPT_H) \
568 $(STDBOOL_H) $(STDINT_H) stdio.h stdlib.h string.h strings.h \ 570 $(STDBOOL_H) $(STDINT_H) stdio.h stdlib.h string.h strings.h \
569 $(SYSEXITS_H) unistd.h $(WCHAR_H) 571 $(SYSEXITS_H) unistd.h $(WCHAR_H)
570 SUFFIXES = 572 SUFFIXES =
571 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \ 573 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \
589 EXTRA_libgnu_a_SOURCES = alloca.c basename.c dirname.c stripslash.c \ 591 EXTRA_libgnu_a_SOURCES = alloca.c basename.c dirname.c stripslash.c \
590 error.c exitfail.c getopt.c getopt1.c malloc.c malloc.c \ 592 error.c exitfail.c getopt.c getopt1.c malloc.c malloc.c \
591 mempcpy.c rawmemchr.c sleep.c stdio-write.c strcasecmp.c \ 593 mempcpy.c rawmemchr.c sleep.c stdio-write.c strcasecmp.c \
592 strncasecmp.c strchrnul.c strerror.c strndup.c strnlen.c \ 594 strncasecmp.c strchrnul.c strerror.c strndup.c strnlen.c \
593 asnprintf.c printf-args.c printf-parse.c vasnprintf.c \ 595 asnprintf.c printf-args.c printf-parse.c vasnprintf.c \
594 vsnprintf.c xmalloc.c 596 asprintf.c vasprintf.c vsnprintf.c xmalloc.c
595 LINK_WARNING_H = $(top_srcdir)/./link-warning.h 597 LINK_WARNING_H = $(top_srcdir)/./link-warning.h
596 all: $(BUILT_SOURCES) 598 all: $(BUILT_SOURCES)
597 $(MAKE) $(AM_MAKEFLAGS) all-recursive 599 $(MAKE) $(AM_MAKEFLAGS) all-recursive
598 600
599 .SUFFIXES: 601 .SUFFIXES:
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pin.Po@am__quote@ 664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pin.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pv.Po@am__quote@ 665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pv.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pvh.Po@am__quote@ 666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pvh.Po@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-xinl.Po@am__quote@ 667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-xinl.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@ 668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@ 670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname.Po@am__quote@ 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ 672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@ 673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ 674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@ 686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@ 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@ 688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@ 689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@ 690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Po@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@ 692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@ 693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ 694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@ 695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
692 696