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