Update.
[libidn.git] / lib / gl / Makefile.am
blob47e498ab6602fae3c3c621d9a48f7df2c71d2d61
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib/gl --m4-base=lib/gl/m4 --doc-base=doc --aux-dir=. --lgpl --libtool --macro-prefix=lgl gettext-h iconvme stdint strverscmp
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 noinst_LTLIBRARIES = libgnu.la
18 libgnu_la_SOURCES =
19 libgnu_la_LIBADD = $(lgl_LTLIBOBJS)
20 libgnu_la_DEPENDENCIES = $(lgl_LTLIBOBJS)
21 EXTRA_libgnu_la_SOURCES =
22 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
23 noinst_HEADERS =
24 EXTRA_DIST =
25 BUILT_SOURCES =
26 SUFFIXES =
27 MOSTLYCLEANFILES = core *.stackdump
28 MOSTLYCLEANDIRS =
29 CLEANFILES =
30 DISTCLEANFILES =
31 MAINTAINERCLEANFILES =
33 AM_CPPFLAGS =
35 ## begin gnulib module gettext-h
37 libgnu_la_SOURCES += gettext.h
39 ## end   gnulib module gettext-h
41 ## begin gnulib module iconvme
43 libgnu_la_SOURCES += iconvme.h iconvme.c
44 if GL_COND_LIBTOOL
45 libgnu_la_LDFLAGS += $(LTLIBICONV)
46 endif
48 ## end   gnulib module iconvme
50 ## begin gnulib module stdint
52 BUILT_SOURCES += $(STDINT_H)
54 # We need the following in order to create <stdint.h> when the system
55 # doesn't have one that works with the given compiler.
56 stdint.h: stdint_.h
57         rm -f $@-t $@
58         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
59           sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
60               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
61               -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
62               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
63               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
64               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
65               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
66               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
67               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
68               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
69               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
70               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
71               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
72               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
73               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
74               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
75               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
76               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
77               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
78               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
79               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
80               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
81               < $(srcdir)/stdint_.h; \
82         } > $@-t
83         mv $@-t $@
84 MOSTLYCLEANFILES += stdint.h stdint.h-t
86 EXTRA_DIST += stdint_.h
88 ## end   gnulib module stdint
90 ## begin gnulib module strdup
93 EXTRA_DIST += strdup.c strdup.h
95 EXTRA_libgnu_la_SOURCES += strdup.c
97 ## end   gnulib module strdup
99 ## begin gnulib module strverscmp
102 EXTRA_DIST += strverscmp.c strverscmp.h
104 EXTRA_libgnu_la_SOURCES += strverscmp.c
106 ## end   gnulib module strverscmp
109 mostlyclean-local: mostlyclean-generic
110         @for dir in '' $(MOSTLYCLEANDIRS); do \
111           if test -n "$$dir" && test -d $$dir; then \
112             echo "rmdir $$dir"; rmdir $$dir; \
113           fi; \
114         done