1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2009 Free Software Foundation, Inc.
4#
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.
10#
11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libmd5 --source-base=md5 --m4-base=md5/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=md5 crypto/md5
13
14AUTOMAKE_OPTIONS = 1.5 gnits
15
16SUBDIRS =
17noinst_HEADERS =
18noinst_LIBRARIES =
19noinst_LTLIBRARIES =
20EXTRA_DIST =
21BUILT_SOURCES =
22SUFFIXES =
23MOSTLYCLEANFILES = core *.stackdump
24MOSTLYCLEANDIRS =
25CLEANFILES =
26DISTCLEANFILES =
27MAINTAINERCLEANFILES =
28EXTRA_DIST += m4/gnulib-cache.m4
29
30AM_CPPFLAGS =
31AM_CFLAGS =
32
33noinst_LIBRARIES += libmd5.a
34
35libmd5_a_SOURCES =
36libmd5_a_LIBADD = $(md5_LIBOBJS)
37libmd5_a_DEPENDENCIES = $(md5_LIBOBJS)
38EXTRA_libmd5_a_SOURCES =
39
40## begin gnulib module crypto/md5
41
42
43EXTRA_DIST += md5.c md5.h
44
45EXTRA_libmd5_a_SOURCES += md5.c
46
47## end   gnulib module crypto/md5
48
49## begin gnulib module link-warning
50
51LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
52
53EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
54
55## end   gnulib module link-warning
56
57## begin gnulib module stddef
58
59BUILT_SOURCES += $(STDDEF_H)
60
61# We need the following in order to create <stddef.h> when the system
62# doesn't have one that works with the given compiler.
63stddef.h: stddef.in.h
64	$(AM_V_GEN)rm -f $@-t $@ && \
65	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
66	  sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
67	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
68	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
69	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
70	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
71	      < $(srcdir)/stddef.in.h; \
72	} > $@-t && \
73	mv $@-t $@
74MOSTLYCLEANFILES += stddef.h stddef.h-t
75
76EXTRA_DIST += stddef.in.h
77
78## end   gnulib module stddef
79
80## begin gnulib module stdint
81
82BUILT_SOURCES += $(STDINT_H)
83
84# We need the following in order to create <stdint.h> when the system
85# doesn't have one that works with the given compiler.
86stdint.h: stdint.in.h
87	$(AM_V_GEN)rm -f $@-t $@ && \
88	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
89	  sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
90	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
91	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
92	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
93	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
94	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
95	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
96	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
97	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
98	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
99	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
100	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
101	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
102	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
103	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
104	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
105	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
106	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
107	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
108	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
109	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
110	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
111	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
112	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
113	      < $(srcdir)/stdint.in.h; \
114	} > $@-t && \
115	mv $@-t $@
116MOSTLYCLEANFILES += stdint.h stdint.h-t
117
118EXTRA_DIST += stdint.in.h
119
120## end   gnulib module stdint
121
122## begin gnulib module wchar
123
124BUILT_SOURCES += $(WCHAR_H)
125
126# We need the following in order to create <wchar.h> when the system
127# version does not work standalone.
128wchar.h: wchar.in.h
129	$(AM_V_GEN)rm -f $@-t $@ && \
130	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
131	  sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
132	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
133	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
134	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
135	      -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
136	      -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
137	      -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
138	      -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
139	      -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
140	      -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
141	      -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
142	      -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
143	      -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
144	      -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
145	      -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
146	      -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
147	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
148	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
149	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
150	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
151	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
152	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
153	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
154	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
155	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
156	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
157	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
158	      -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
159	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
160	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
161	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
162	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
163	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
164	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
165	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
166	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
167	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
168	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
169	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
170	      -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
171	    < $(srcdir)/wchar.in.h; \
172	} > $@-t && \
173	mv $@-t $@
174MOSTLYCLEANFILES += wchar.h wchar.h-t
175
176EXTRA_DIST += wchar.in.h
177
178## end   gnulib module wchar
179
180## begin gnulib module dummy
181
182libmd5_a_SOURCES += dummy.c
183
184## end   gnulib module dummy
185
186
187mostlyclean-local: mostlyclean-generic
188	@for dir in '' $(MOSTLYCLEANDIRS); do \
189	  if test -n "$$dir" && test -d $$dir; then \
190	    echo "rmdir $$dir"; rmdir $$dir; \
191	  fi; \
192	done; \
193	:
194