diff options
author | Werner Koch <wk@gnupg.org> | 2005-06-01 17:48:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-06-01 17:48:03 +0200 |
commit | 5703db4d03b1449ef25cfb568efc08bcbb9634b4 (patch) | |
tree | da00873c2e490272f77a9fd9f8fb4804db02074d /gl/Makefile.am | |
parent | * configure.ac (gl_INIT): Add gnulib stuff. (diff) | |
download | gnupg2-5703db4d03b1449ef25cfb568efc08bcbb9634b4.tar.xz gnupg2-5703db4d03b1449ef25cfb568efc08bcbb9634b4.zip |
Add stuff from gnulib.
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am new file mode 100644 index 000000000..be8e6a5b6 --- /dev/null +++ b/gl/Makefile.am @@ -0,0 +1,93 @@ +## 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 +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=scripts alloca-opt allocsa mkdtemp setenv strpbrk strsep vasnprintf vasprintf xsize + +AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies + +noinst_LIBRARIES = libgnu.a + +libgnu_a_SOURCES = +libgnu_a_LIBADD = @LIBOBJS@ +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 <alloca.h> when the system +# doesn't have one that works with the given compiler. +all-local $(libgnu_a_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 allocsa + +libgnu_a_SOURCES += allocsa.h allocsa.c +EXTRA_DIST += allocsa.valgrind + +## end gnulib module allocsa + +## begin gnulib module mkdtemp + +libgnu_a_SOURCES += mkdtemp.h + +## end gnulib module mkdtemp + +## begin gnulib module setenv + +libgnu_a_SOURCES += setenv.h + +## end gnulib module setenv + +## begin gnulib module strpbrk + +libgnu_a_SOURCES += strpbrk.h + +## end gnulib module strpbrk + +## begin gnulib module strsep + +libgnu_a_SOURCES += strsep.h + +## end gnulib module strsep + +## begin gnulib module vasnprintf + +libgnu_a_SOURCES += printf-args.h printf-parse.h vasnprintf.h + +## end gnulib module vasnprintf + +## begin gnulib module vasprintf + +libgnu_a_SOURCES += vasprintf.h + +## end gnulib module vasprintf + +## begin gnulib module xsize + +libgnu_a_SOURCES += xsize.h + +## end gnulib module xsize + + +# Makefile.am ends here |