~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to md5/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-19 00:00:09 UTC
  • mfrom: (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20111019000009-8p33w3wz4b1rdri0
Tags: 1.13-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
  - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
* Dropped changes, superseded in Debian:
  - Keep build dependencies in main:
    + debian/control: remove info2man build-dep
    + debian/patches/series: disable wget-infopod_generated_manpage
  - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
    can depend on it.
* Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
  it.
* Add a second build pass for the udeb, so we can build without libidn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
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)/build-aux/link-warning.h
52
 
 
53
 
EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
54
 
 
55
 
## end   gnulib module link-warning
56
 
 
57
 
## begin gnulib module stddef
58
 
 
59
 
BUILT_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.
63
 
stddef.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 $@
74
 
MOSTLYCLEANFILES += stddef.h stddef.h-t
75
 
 
76
 
EXTRA_DIST += stddef.in.h
77
 
 
78
 
## end   gnulib module stddef
79
 
 
80
 
## begin gnulib module stdint
81
 
 
82
 
BUILT_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.
86
 
stdint.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 $@
116
 
MOSTLYCLEANFILES += stdint.h stdint.h-t
117
 
 
118
 
EXTRA_DIST += stdint.in.h
119
 
 
120
 
## end   gnulib module stdint
121
 
 
122
 
## begin gnulib module wchar
123
 
 
124
 
BUILT_SOURCES += $(WCHAR_H)
125
 
 
126
 
# We need the following in order to create <wchar.h> when the system
127
 
# version does not work standalone.
128
 
wchar.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 $@
174
 
MOSTLYCLEANFILES += wchar.h wchar.h-t
175
 
 
176
 
EXTRA_DIST += wchar.in.h
177
 
 
178
 
## end   gnulib module wchar
179
 
 
180
 
## begin gnulib module dummy
181
 
 
182
 
libmd5_a_SOURCES += dummy.c
183
 
 
184
 
## end   gnulib module dummy
185
 
 
186
 
 
187
 
mostlyclean-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
 
        :