Update.
[gsasl.git] / lib / gl / Makefile.am
blob2619d1a084e60780d7a955f29d49780057f85c30
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Autoconf, under
8 # the same distribution terms as the rest of that program.
10 # Generated by gnulib-tool.
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --lgpl --libtool --macro-prefix=gl base64 gc gc-hmac-md5 gc-hmac-md5-tests gc-md5 gc-md5-tests gc-random gc-tests getline gettext maintainer-makefile strdup strverscmp vasprintf
13 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15 noinst_LTLIBRARIES = libgl.la
17 libgl_la_SOURCES =
18 libgl_la_LIBADD = @LTLIBOBJS@
19 noinst_HEADERS =
20 pkgdata_DATA =
21 EXTRA_DIST =
22 BUILT_SOURCES =
23 SUFFIXES =
24 MOSTLYCLEANFILES = core *.stackdump
25 MOSTLYCLEANDIRS =
26 CLEANFILES =
27 DISTCLEANFILES =
28 MAINTAINERCLEANFILES =
30 AM_CPPFLAGS =
32 ## begin gnulib module alloca-opt
34 BUILT_SOURCES += $(ALLOCA_H)
35 EXTRA_DIST += alloca_.h
37 # We need the following in order to create <alloca.h> when the system
38 # doesn't have one that works with the given compiler.
39 alloca.h: alloca_.h
40         cp $(srcdir)/alloca_.h $@-t
41         mv $@-t $@
42 MOSTLYCLEANFILES += alloca.h alloca.h-t
44 ## end   gnulib module alloca-opt
46 ## begin gnulib module base64
48 libgl_la_SOURCES += base64.h base64.c
50 ## end   gnulib module base64
52 ## begin gnulib module gc
54 if GL_COND_LIBTOOL
55 libgl_la_LIBADD += $(LTLIBGCRYPT)
56 else
57 libgl_la_LIBADD += $(LIBGCRYPT)
58 endif
60 ## end   gnulib module gc
62 ## begin gnulib module gettext
64 # This is for those projects which use "gettextize --intl" to put a source-code
65 # copy of libintl into their package. In such projects, every Makefile.am needs
66 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
67 # For the Makefile.ams in other directories it is the maintainer's
68 # responsibility; for the one from gnulib we do it here.
69 # This option has no effect when the user disables NLS (because then the intl
70 # directory contains no libintl.h file) or when the project does not use
71 # "gettextize --intl".
72 AM_CPPFLAGS += -I$(top_builddir)/intl
74 ## end   gnulib module gettext
76 ## begin gnulib module gettext-h
78 libgl_la_SOURCES += gettext.h
80 ## end   gnulib module gettext-h
82 ## begin gnulib module size_max
84 libgl_la_SOURCES += size_max.h
86 ## end   gnulib module size_max
88 ## begin gnulib module stdbool
90 BUILT_SOURCES += $(STDBOOL_H)
91 EXTRA_DIST += stdbool_.h
93 # We need the following in order to create <stdbool.h> when the system
94 # doesn't have one that works.
95 stdbool.h: stdbool_.h
96         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
97         mv $@-t $@
98 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
100 ## end   gnulib module stdbool
102 ## begin gnulib module stdint
104 BUILT_SOURCES += $(STDINT_H)
105 EXTRA_DIST += stdint_.h
107 # We need the following in order to create <stdint.h> when the system
108 # doesn't have one that works with the given compiler.
109 stdint.h: stdint_.h
110         sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
111             -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
112             -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
113             -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
114             -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
115             -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
116             -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
117             -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
118             -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
119             -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
120             -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
121             -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
122             -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
123             -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
124             -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
125             -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
126             -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
127             -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
128             -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
129             -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
130             -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
131             < $(srcdir)/stdint_.h > $@-t
132         mv $@-t $@
133 MOSTLYCLEANFILES += stdint.h stdint.h-t
135 ## end   gnulib module stdint
137 ## begin gnulib module vasnprintf
139 libgl_la_SOURCES += printf-args.h printf-parse.h vasnprintf.h
141 ## end   gnulib module vasnprintf
143 ## begin gnulib module vasprintf
145 libgl_la_SOURCES += vasprintf.h
147 ## end   gnulib module vasprintf
149 ## begin gnulib module xsize
151 libgl_la_SOURCES += xsize.h
153 ## end   gnulib module xsize
156 mostlyclean-local: mostlyclean-generic
157         @test -z "$(MOSTLYCLEANDIRS)" || \
158           for dir in $(MOSTLYCLEANDIRS); do \
159             if test -d $$dir; then \
160               echo "rmdir $$dir"; rmdir $$dir; \
161             fi; \
162           done
164 # Makefile.am ends here