120 lines
3.1 KiB
Text
120 lines
3.1 KiB
Text
|
|
## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
||
|
|
## Process this file with automake to produce Makefile.in.
|
||
|
|
# Copyright (C) 2002-2008 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=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca extensions strcase
|
||
|
|
|
||
|
|
AUTOMAKE_OPTIONS = 1.5 gnits
|
||
|
|
|
||
|
|
noinst_HEADERS =
|
||
|
|
noinst_LIBRARIES =
|
||
|
|
noinst_LTLIBRARIES =
|
||
|
|
EXTRA_DIST =
|
||
|
|
BUILT_SOURCES =
|
||
|
|
SUFFIXES =
|
||
|
|
MOSTLYCLEANFILES = core *.stackdump
|
||
|
|
MOSTLYCLEANDIRS =
|
||
|
|
CLEANFILES =
|
||
|
|
DISTCLEANFILES =
|
||
|
|
MAINTAINERCLEANFILES =
|
||
|
|
|
||
|
|
AM_CPPFLAGS =
|
||
|
|
|
||
|
|
noinst_LTLIBRARIES += libgnu.la
|
||
|
|
|
||
|
|
libgnu_la_SOURCES =
|
||
|
|
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
|
||
|
|
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
|
||
|
|
EXTRA_libgnu_la_SOURCES =
|
||
|
|
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
|
||
|
|
|
||
|
|
## begin gnulib module alloca
|
||
|
|
|
||
|
|
|
||
|
|
EXTRA_DIST += alloca.c
|
||
|
|
|
||
|
|
EXTRA_libgnu_la_SOURCES += alloca.c
|
||
|
|
|
||
|
|
libgnu_la_LIBADD += @LTALLOCA@
|
||
|
|
libgnu_la_DEPENDENCIES += @LTALLOCA@
|
||
|
|
## end gnulib module alloca
|
||
|
|
|
||
|
|
## begin gnulib module alloca-opt
|
||
|
|
|
||
|
|
BUILT_SOURCES += $(ALLOCA_H)
|
||
|
|
|
||
|
|
# We need the following in order to create <alloca.h> when the system
|
||
|
|
# doesn't have one that works with the given compiler.
|
||
|
|
alloca.h: alloca.in.h
|
||
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||
|
|
cat $(srcdir)/alloca.in.h; \
|
||
|
|
} > $@-t
|
||
|
|
mv -f $@-t $@
|
||
|
|
MOSTLYCLEANFILES += alloca.h alloca.h-t
|
||
|
|
|
||
|
|
EXTRA_DIST += alloca.in.h
|
||
|
|
|
||
|
|
## end gnulib module alloca-opt
|
||
|
|
|
||
|
|
## begin gnulib module link-warning
|
||
|
|
|
||
|
|
LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
|
||
|
|
|
||
|
|
EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
|
||
|
|
|
||
|
|
## end gnulib module link-warning
|
||
|
|
|
||
|
|
## begin gnulib module strcase
|
||
|
|
|
||
|
|
|
||
|
|
EXTRA_DIST += strcasecmp.c strncasecmp.c
|
||
|
|
|
||
|
|
EXTRA_libgnu_la_SOURCES += strcasecmp.c strncasecmp.c
|
||
|
|
|
||
|
|
## end gnulib module strcase
|
||
|
|
|
||
|
|
## begin gnulib module strings
|
||
|
|
|
||
|
|
BUILT_SOURCES += strings.h
|
||
|
|
|
||
|
|
# We need the following in order to create <strings.h> when the system
|
||
|
|
# doesn't have one that works with the given compiler.
|
||
|
|
strings.h: strings.in.h
|
||
|
|
rm -f $@-t $@
|
||
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||
|
|
sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
|
||
|
|
-e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
|
||
|
|
-e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
|
||
|
|
-e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
|
||
|
|
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
|
||
|
|
< $(srcdir)/strings.in.h; \
|
||
|
|
} > $@-t
|
||
|
|
mv $@-t $@
|
||
|
|
MOSTLYCLEANFILES += strings.h strings.h-t
|
||
|
|
|
||
|
|
EXTRA_DIST += strings.in.h
|
||
|
|
|
||
|
|
## end gnulib module strings
|
||
|
|
|
||
|
|
## begin gnulib module dummy
|
||
|
|
|
||
|
|
libgnu_la_SOURCES += dummy.c
|
||
|
|
|
||
|
|
## end gnulib module dummy
|
||
|
|
|
||
|
|
|
||
|
|
mostlyclean-local: mostlyclean-generic
|
||
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
||
|
|
if test -n "$$dir" && test -d $$dir; then \
|
||
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
||
|
|
fi; \
|
||
|
|
done; \
|
||
|
|
:
|