## Process this file with automake to produce Makefile.in. # Copyright (C) 2004-2006 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 Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --lib=libmisc --source-base=lib --m4-base=m4 --aux-dir=. --macro-prefix=gl argp argz gettimeofday unistd AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies noinst_LIBRARIES = libmisc.a libmisc_a_SOURCES = libmisc_a_LIBADD = @LIBOBJS@ noinst_HEADERS = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = AM_CPPFLAGS = ## begin gnulib module alloca libmisc_a_LIBADD += @ALLOCA@ ## end gnulib module alloca ## begin gnulib module alloca-opt BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. 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 argp libmisc_a_SOURCES += argp.h argp-ba.c argp-eexst.c \ argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \ argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \ argp-xinl.c ## end gnulib module argp ## begin gnulib module argz BUILT_SOURCES += $(ARGZ_H) EXTRA_DIST += argz_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. argz.h: argz_.h cp $(srcdir)/argz_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += argz.h argz.h-t ## end gnulib module argz ## begin gnulib module dirname libmisc_a_SOURCES += basename.c stripslash.c ## end gnulib module dirname ## begin gnulib module exit libmisc_a_SOURCES += exit.h ## end gnulib module exit ## begin gnulib module getopt BUILT_SOURCES += $(GETOPT_H) EXTRA_DIST += getopt_.h getopt_int.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. getopt.h: getopt_.h cp $(srcdir)/getopt_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += getopt.h getopt.h-t ## end gnulib module getopt ## begin gnulib module gettext-h libmisc_a_SOURCES += gettext.h ## end gnulib module gettext-h ## begin gnulib module mbchar libmisc_a_SOURCES += mbchar.h ## end gnulib module mbchar ## begin gnulib module mbuiter libmisc_a_SOURCES += mbuiter.h ## end gnulib module mbuiter ## begin gnulib module minmax libmisc_a_SOURCES += minmax.h ## end gnulib module minmax ## begin gnulib module size_max libmisc_a_SOURCES += size_max.h ## end gnulib module size_max ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) EXTRA_DIST += stdbool_.h # We need the following in order to create when the system # doesn't have one that works. 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 strcase libmisc_a_SOURCES += strcase.h ## end gnulib module strcase ## begin gnulib module strchrnul libmisc_a_SOURCES += strchrnul.h ## end gnulib module strchrnul ## begin gnulib module strnlen1 libmisc_a_SOURCES += strnlen1.h strnlen1.c ## end gnulib module strnlen1 ## begin gnulib module sysexits BUILT_SOURCES += $(SYSEXITS_H) EXTRA_DIST += sysexit_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sysexits.h: sysexit_.h cp $(srcdir)/sysexit_.h sysexits.h-t mv sysexits.h-t sysexits.h MOSTLYCLEANFILES += sysexits.h sysexits.h-t ## end gnulib module sysexits ## begin gnulib module unistd BUILT_SOURCES += $(UNISTD_H) # We need the following in order to create an empty placeholder for # when the system doesn't have one. unistd.h: echo '/* Empty placeholder for $@. */' >$@ MOSTLYCLEANFILES += unistd.h ## end gnulib module unistd ## begin gnulib module vasnprintf libmisc_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h ## end gnulib module vasnprintf ## begin gnulib module vsnprintf libmisc_a_SOURCES += vsnprintf.h ## end gnulib module vsnprintf ## begin gnulib module wcwidth libmisc_a_SOURCES += wcwidth.h ## end gnulib module wcwidth ## begin gnulib module xalloc-die libmisc_a_SOURCES += xalloc-die.c ## end gnulib module xalloc-die ## begin gnulib module xsize libmisc_a_SOURCES += xsize.h ## end gnulib module xsize ## begin gnulib module xstrndup libmisc_a_SOURCES += xstrndup.h xstrndup.c ## end gnulib module xstrndup mostlyclean-local: @test -z "$(MOSTLYCLEANDIRS)" || \ for dir in $(MOSTLYCLEANDIRS); do \ if test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done # Makefile.am ends here