## Process this file with automake to produce Makefile.in. # Copyright (C) 2004 Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General # Public License, this file may be distributed as part of a program # that contains a configuration script generated by Automake, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Invoked as: gnulib-tool --import --dir=. --lib=libmissing --source-base=libmissing --m4-base=libmissing/m4 --libtool alloca-opt minmax snprintf vasnprintf xsize getaddrinfo # Reproduce by: gnulib-tool --import --dir=. --lib=libmissing --source-base=libmissing --m4-base=libmissing/m4 --libtool alloca-opt getaddrinfo gettext minmax restrict snprintf stdbool vasnprintf xsize AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies noinst_LTLIBRARIES = libmissing.la libmissing_la_SOURCES = libmissing_la_LIBADD = @LTLIBOBJS@ EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = ## begin gnulib module alloca-opt BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h # We need the following in order to create an when the system # doesn't have one that works with the given compiler. all-local $(libmissing_la_OBJECTS): $(ALLOCA_H) alloca.h: alloca_.h cp $(srcdir)/alloca_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t ## end gnulib module alloca-opt ## begin gnulib module getaddrinfo libmissing_la_SOURCES += getaddrinfo.h ## end gnulib module getaddrinfo ## begin gnulib module gettext libmissing_la_SOURCES += gettext.h ## end gnulib module gettext ## begin gnulib module minmax libmissing_la_SOURCES += minmax.h ## end gnulib module minmax ## begin gnulib module snprintf libmissing_la_SOURCES += snprintf.h ## end gnulib module snprintf ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) EXTRA_DIST += stdbool_.h # We need the following in order to create an when the system # doesn't have one that works. all-local $(libmissing_la_OBJECTS): $(STDBOOL_H) stdbool.h: stdbool_.h sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t mv $@-t $@ MOSTLYCLEANFILES += stdbool.h stdbool.h-t ## end gnulib module stdbool ## begin gnulib module vasnprintf libmissing_la_SOURCES += printf-args.h printf-parse.h vasnprintf.h ## end gnulib module vasnprintf ## begin gnulib module xsize libmissing_la_SOURCES += xsize.h ## end gnulib module xsize # Makefile.am ends here