1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2014 Free Software Foundation, Inc.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This file is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this file.  If not, see <http://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by: gnulib-tool --import --dir=. --local-dir=lib/gl/override --lib=libgnu --source-base=lib/gl --m4-base=lib/gl/m4 --doc-base=doc --tests-base=lib/gl/tests --aux-dir=build-aux --avoid=xalloc-die --no-conditional-dependencies --libtool --macro-prefix=libgl --no-vc-files gettext-h lib-msvc-compat strverscmp
25
26AUTOMAKE_OPTIONS = 1.9.6 gnits
27
28SUBDIRS =
29noinst_HEADERS =
30noinst_LIBRARIES =
31noinst_LTLIBRARIES =
32EXTRA_DIST =
33BUILT_SOURCES =
34SUFFIXES =
35MOSTLYCLEANFILES = core *.stackdump
36MOSTLYCLEANDIRS =
37CLEANFILES =
38DISTCLEANFILES =
39MAINTAINERCLEANFILES =
40EXTRA_DIST += m4/gnulib-cache.m4
41
42AM_CPPFLAGS =
43AM_CFLAGS =
44
45noinst_LTLIBRARIES += libgnu.la
46
47libgnu_la_SOURCES =
48libgnu_la_LIBADD = $(libgl_LTLIBOBJS)
49libgnu_la_DEPENDENCIES = $(libgl_LTLIBOBJS)
50EXTRA_libgnu_la_SOURCES =
51libgnu_la_LDFLAGS = $(AM_LDFLAGS)
52libgnu_la_LDFLAGS += -no-undefined
53libgnu_la_LDFLAGS += $(LTLIBINTL)
54
55## begin gnulib module absolute-header
56
57# Use this preprocessor expression to decide whether #include_next works.
58# Do not rely on a 'configure'-time test for this, since the expression
59# might appear in an installed header, which is used by some other compiler.
60HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
61
62## end   gnulib module absolute-header
63
64## begin gnulib module gettext-h
65
66libgnu_la_SOURCES += gettext.h
67
68## end   gnulib module gettext-h
69
70## begin gnulib module snippet/arg-nonnull
71
72# The BUILT_SOURCES created by this Makefile snippet are not used via #include
73# statements but through direct file reference. Therefore this snippet must be
74# present in all Makefile.am that need it. This is ensured by the applicability
75# 'all' defined above.
76
77BUILT_SOURCES += arg-nonnull.h
78# The arg-nonnull.h that gets inserted into generated .h files is the same as
79# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
80# off.
81arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
82	$(AM_V_GEN)rm -f $@-t $@ && \
83	sed -n -e '/GL_ARG_NONNULL/,$$p' \
84	  < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
85	  > $@-t && \
86	mv $@-t $@
87MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
88
89ARG_NONNULL_H=arg-nonnull.h
90
91EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
92
93## end   gnulib module snippet/arg-nonnull
94
95## begin gnulib module snippet/c++defs
96
97# The BUILT_SOURCES created by this Makefile snippet are not used via #include
98# statements but through direct file reference. Therefore this snippet must be
99# present in all Makefile.am that need it. This is ensured by the applicability
100# 'all' defined above.
101
102BUILT_SOURCES += c++defs.h
103# The c++defs.h that gets inserted into generated .h files is the same as
104# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
105c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
106	$(AM_V_GEN)rm -f $@-t $@ && \
107	sed -n -e '/_GL_CXXDEFS/,$$p' \
108	  < $(top_srcdir)/build-aux/snippet/c++defs.h \
109	  > $@-t && \
110	mv $@-t $@
111MOSTLYCLEANFILES += c++defs.h c++defs.h-t
112
113CXXDEFS_H=c++defs.h
114
115EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
116
117## end   gnulib module snippet/c++defs
118
119## begin gnulib module snippet/warn-on-use
120
121BUILT_SOURCES += warn-on-use.h
122# The warn-on-use.h that gets inserted into generated .h files is the same as
123# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
124# off.
125warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
126	$(AM_V_GEN)rm -f $@-t $@ && \
127	sed -n -e '/^.ifndef/,$$p' \
128	  < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
129	  > $@-t && \
130	mv $@-t $@
131MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
132
133WARN_ON_USE_H=warn-on-use.h
134
135EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
136
137## end   gnulib module snippet/warn-on-use
138
139## begin gnulib module stddef
140
141BUILT_SOURCES += $(STDDEF_H)
142
143# We need the following in order to create <stddef.h> when the system
144# doesn't have one that works with the given compiler.
145if GL_GENERATE_STDDEF_H
146stddef.h: stddef.in.h $(top_builddir)/config.status
147	$(AM_V_GEN)rm -f $@-t $@ && \
148	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
149	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBGL|g' \
150	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
151	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
152	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
153	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
154	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
155	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
156	      < $(srcdir)/stddef.in.h; \
157	} > $@-t && \
158	mv $@-t $@
159else
160stddef.h: $(top_builddir)/config.status
161	rm -f $@
162endif
163MOSTLYCLEANFILES += stddef.h stddef.h-t
164
165EXTRA_DIST += stddef.in.h
166
167## end   gnulib module stddef
168
169## begin gnulib module string
170
171BUILT_SOURCES += string.h
172
173# We need the following in order to create <string.h> when the system
174# doesn't have one that works with the given compiler.
175string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
176	$(AM_V_GEN)rm -f $@-t $@ && \
177	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
178	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBGL|g' \
179	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
180	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
181	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
182	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
183	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
184	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
185	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
186	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
187	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
188	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
189	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
190	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
191	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
192	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
193	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
194	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
195	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
196	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
197	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
198	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
199	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
200	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
201	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
202	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
203	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
204	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
205	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
206	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
207	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
208	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
209	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
210	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
211	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
212	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
213	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
214	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
215	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
216	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
217	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
218	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
219	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
220	      < $(srcdir)/string.in.h | \
221	  sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
222	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
223	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
224	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
225	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
226	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
227	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
228	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
229	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
230	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
231	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
232	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
233	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
234	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
235	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
236	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
237	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
238	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
239	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
240	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
241	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
242	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
243	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
244	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
245	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
246	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
247	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
248	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
249	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
250	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
251	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
252	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
253	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
254	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
255	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
256	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
257	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
258	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
259	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
260	      < $(srcdir)/string.in.h; \
261	} > $@-t && \
262	mv $@-t $@
263MOSTLYCLEANFILES += string.h string.h-t
264
265EXTRA_DIST += string.in.h
266
267## end   gnulib module string
268
269## begin gnulib module strverscmp
270
271
272EXTRA_DIST += strverscmp.c
273
274EXTRA_libgnu_la_SOURCES += strverscmp.c
275
276## end   gnulib module strverscmp
277
278## begin gnulib module dummy
279
280libgnu_la_SOURCES += dummy.c
281
282## end   gnulib module dummy
283
284
285mostlyclean-local: mostlyclean-generic
286	@for dir in '' $(MOSTLYCLEANDIRS); do \
287	  if test -n "$$dir" && test -d $$dir; then \
288	    echo "rmdir $$dir"; rmdir $$dir; \
289	  fi; \
290	done; \
291	:
292