2007-06-06 20:12:30 +02:00
|
|
|
## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
2005-06-01 17:48:03 +02:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
2007-06-06 20:12:30 +02:00
|
|
|
# Copyright (C) 2004-2006 Free Software Foundation, Inc.
|
2005-06-01 17:48:03 +02:00
|
|
|
#
|
|
|
|
# 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
|
2007-06-06 20:12:30 +02:00
|
|
|
# that contains a configuration script generated by Autoconf, under
|
2005-06-01 17:48:03 +02:00
|
|
|
# the same distribution terms as the rest of that program.
|
|
|
|
#
|
|
|
|
# Generated by gnulib-tool.
|
2007-06-06 20:12:30 +02:00
|
|
|
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=scripts --no-libtool --macro-prefix=gl alloca-opt allocsa mkdtemp setenv strpbrk xsize
|
2005-06-01 17:48:03 +02:00
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
AUTOMAKE_OPTIONS = 1.5 gnits
|
2005-06-01 17:48:03 +02:00
|
|
|
|
|
|
|
noinst_LIBRARIES = libgnu.a
|
|
|
|
|
|
|
|
libgnu_a_SOURCES =
|
2007-06-06 20:12:30 +02:00
|
|
|
libgnu_a_LIBADD = $(LIBOBJS)
|
|
|
|
noinst_HEADERS =
|
2005-06-01 17:48:03 +02:00
|
|
|
EXTRA_DIST =
|
|
|
|
BUILT_SOURCES =
|
|
|
|
SUFFIXES =
|
2007-06-06 20:12:30 +02:00
|
|
|
MOSTLYCLEANFILES = core *.stackdump
|
|
|
|
MOSTLYCLEANDIRS =
|
2005-06-01 17:48:03 +02:00
|
|
|
CLEANFILES =
|
|
|
|
DISTCLEANFILES =
|
|
|
|
MAINTAINERCLEANFILES =
|
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
AM_CPPFLAGS =
|
|
|
|
|
2010-02-26 19:44:36 +01:00
|
|
|
if HAVE_W32CE_SYSTEM
|
|
|
|
AM_CFLAGS = $(GPG_ERROR_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2005-06-01 17:48:03 +02:00
|
|
|
## begin gnulib module alloca-opt
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(ALLOCA_H)
|
|
|
|
EXTRA_DIST += alloca_.h
|
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
# We need the following in order to create <alloca.h> when the system
|
2005-06-01 17:48:03 +02:00
|
|
|
# doesn't have one that works with the given compiler.
|
|
|
|
alloca.h: alloca_.h
|
2007-06-06 20:12:30 +02:00
|
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
|
|
cat $(srcdir)/alloca_.h; \
|
|
|
|
} > $@-t
|
|
|
|
mv -f $@-t $@
|
2005-06-01 17:48:03 +02:00
|
|
|
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
|
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
## begin gnulib module size_max
|
|
|
|
|
|
|
|
libgnu_a_SOURCES += size_max.h
|
|
|
|
|
|
|
|
## end gnulib module size_max
|
|
|
|
|
|
|
|
## begin gnulib module stdint
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(STDINT_H)
|
|
|
|
EXTRA_DIST += stdint_.h
|
|
|
|
|
|
|
|
# We need the following in order to create <stdint.h> when the system
|
|
|
|
# doesn't have one that works with the given compiler.
|
|
|
|
stdint.h: stdint_.h
|
|
|
|
rm -f $@-t $@
|
|
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
|
|
sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
|
|
|
|
-e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
|
|
|
|
-e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
|
|
|
|
-e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
|
|
|
|
-e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
|
|
|
|
-e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
|
|
|
|
-e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
|
|
|
|
-e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
|
|
|
|
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
|
|
|
|
-e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
|
|
|
|
-e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
|
|
|
|
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
|
|
|
|
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
|
|
|
|
-e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
|
|
|
|
-e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
|
|
|
|
-e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
|
|
|
|
-e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
|
|
|
|
-e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
|
|
|
|
-e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
|
|
|
|
-e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
|
|
|
|
-e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
|
|
|
|
-e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
|
|
|
|
< $(srcdir)/stdint_.h; \
|
|
|
|
} > $@-t
|
|
|
|
mv $@-t $@
|
|
|
|
MOSTLYCLEANFILES += stdint.h stdint.h-t
|
|
|
|
|
|
|
|
## end gnulib module stdint
|
|
|
|
|
|
|
|
## begin gnulib module strpbrk
|
|
|
|
|
|
|
|
libgnu_a_SOURCES += strpbrk.h
|
|
|
|
|
|
|
|
## end gnulib module strpbrk
|
|
|
|
|
|
|
|
## begin gnulib module unistd
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(UNISTD_H)
|
|
|
|
|
|
|
|
# We need the following in order to create an empty placeholder for
|
|
|
|
# <unistd.h> when the system doesn't have one.
|
|
|
|
unistd.h:
|
|
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
|
|
echo '/* Empty placeholder for $@. */'; \
|
|
|
|
} > $@
|
|
|
|
MOSTLYCLEANFILES += unistd.h
|
|
|
|
|
|
|
|
## end gnulib module unistd
|
|
|
|
|
2005-06-01 17:48:03 +02:00
|
|
|
## begin gnulib module xsize
|
|
|
|
|
|
|
|
libgnu_a_SOURCES += xsize.h
|
|
|
|
|
|
|
|
## end gnulib module xsize
|
|
|
|
|
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
|
|
@test -z "$(MOSTLYCLEANDIRS)" || \
|
|
|
|
for dir in $(MOSTLYCLEANDIRS); do \
|
|
|
|
if test -d $$dir; then \
|
|
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
|
|
fi; \
|
|
|
|
done
|