]> sjero.net Git - wget/blob - md5/Makefile.am
Import "quote" module from gnulib; update the rest.
[wget] / md5 / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2008 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 --aux-dir=. --no-libtool --macro-prefix=md5 crypto/md5
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
16 noinst_HEADERS =
17 noinst_LIBRARIES =
18 noinst_LTLIBRARIES =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES = core *.stackdump
23 MOSTLYCLEANDIRS =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 AM_CPPFLAGS =
29
30 noinst_LIBRARIES += libmd5.a
31
32 libmd5_a_SOURCES =
33 libmd5_a_LIBADD = $(md5_LIBOBJS)
34 libmd5_a_DEPENDENCIES = $(md5_LIBOBJS)
35 EXTRA_libmd5_a_SOURCES =
36
37 ## begin gnulib module crypto/md5
38
39
40 EXTRA_DIST += md5.c md5.h
41
42 EXTRA_libmd5_a_SOURCES += md5.c
43
44 ## end   gnulib module crypto/md5
45
46 ## begin gnulib module link-warning
47
48 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
49
50 EXTRA_DIST += $(top_srcdir)/./link-warning.h
51
52 ## end   gnulib module link-warning
53
54 ## begin gnulib module stdint
55
56 BUILT_SOURCES += $(STDINT_H)
57
58 # We need the following in order to create <stdint.h> when the system
59 # doesn't have one that works with the given compiler.
60 stdint.h: stdint.in.h
61         rm -f $@-t $@
62         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
63           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
64               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
65               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
66               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
67               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
68               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
69               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
70               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
71               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
72               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
73               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
74               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
75               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
76               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
77               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
78               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
79               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
80               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
81               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
82               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
83               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
84               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
85               < $(srcdir)/stdint.in.h; \
86         } > $@-t
87         mv $@-t $@
88 MOSTLYCLEANFILES += stdint.h stdint.h-t
89
90 EXTRA_DIST += stdint.in.h
91
92 ## end   gnulib module stdint
93
94 ## begin gnulib module wchar
95
96 BUILT_SOURCES += $(WCHAR_H)
97
98 # We need the following in order to create <wchar.h> when the system
99 # version does not work standalone.
100 wchar.h: wchar.in.h
101         rm -f $@-t $@
102         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
103           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
104               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
105               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
106               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
107               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
108               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
109               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
110             < $(srcdir)/wchar.in.h; \
111         } > $@-t
112         mv $@-t $@
113 MOSTLYCLEANFILES += wchar.h wchar.h-t
114
115 EXTRA_DIST += wchar.in.h
116
117 ## end   gnulib module wchar
118
119 ## begin gnulib module dummy
120
121 libmd5_a_SOURCES += dummy.c
122
123 ## end   gnulib module dummy
124
125
126 mostlyclean-local: mostlyclean-generic
127         @for dir in '' $(MOSTLYCLEANDIRS); do \
128           if test -n "$$dir" && test -d $$dir; then \
129             echo "rmdir $$dir"; rmdir $$dir; \
130           fi; \
131         done; \
132         :