~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-proposed

« back to all changes in this revision

Viewing changes to gl/gnulib.mk

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-06-24 19:13:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624191325-33rewwn0p11jzdvq
Tags: 2.4.0-2
* Standards version 3.8.0. Rename README.source_and_patches to README.source.
* Upload to unstable.
* Point watchfile to stable releases again.
* Merge experimental and unstable changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
2
## Process this file with automake to produce Makefile.in.
3
 
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
 
3
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software, distributed under the terms of the GNU
6
6
# General Public License.  As a special exception to the GNU General
9
9
# the same distribution terms as the rest of that program.
10
10
#
11
11
# Generated by gnulib-tool.
12
 
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=build-aux --avoid=gettext-h --avoid=malloc-posix --avoid=realloc-posix --avoid=snprintf --avoid=stdbool --avoid=stdio --avoid=string --avoid=sys_socket --avoid=unistd --avoid=vasnprintf --makefile-name=gnulib.mk --libtool --macro-prefix=gl arpa_inet error fdl gendocs getaddrinfo getline getpass gpl-3.0 inet_ntop inet_pton lgpl-2.1 maintainer-makefile progname readline version-etc-fsf
 
12
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=build-aux --avoid=fseeko --avoid=gettext-h --avoid=malloc-posix --avoid=realloc-posix --avoid=snprintf --avoid=stdbool --avoid=stdio --avoid=string --avoid=sys_socket --avoid=unistd --avoid=vasnprintf --makefile-name=gnulib.mk --libtool --macro-prefix=gl --no-vc-files arpa_inet autobuild error fdl gendocs getaddrinfo getline getpass-gnu gnupload gpl-3.0 inet_ntop inet_pton lgpl-2.1 maintainer-makefile progname readline version-etc-fsf
13
13
 
14
14
 
15
15
MOSTLYCLEANFILES += core *.stackdump
32
32
        @MKDIR_P@ arpa
33
33
        rm -f $@-t $@
34
34
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
35
 
          echo '#include <sys/socket.h>'; \
 
35
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
 
36
              -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
 
37
              -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
 
38
              -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
 
39
              -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
 
40
              -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
 
41
              -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
 
42
              < $(srcdir)/arpa_inet.in.h; \
36
43
        } > $@-t
37
44
        mv $@-t $@
38
45
MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
39
46
MOSTLYCLEANDIRS += arpa
40
47
 
 
48
EXTRA_DIST += arpa_inet.in.h
 
49
 
41
50
## end   gnulib module arpa_inet
42
51
 
43
52
## begin gnulib module error
49
58
 
50
59
## end   gnulib module error
51
60
 
52
 
## begin gnulib module fseeko
53
 
 
54
 
 
55
 
EXTRA_DIST += fseeko.c
56
 
 
57
 
EXTRA_libgnu_la_SOURCES += fseeko.c
58
 
 
59
 
## end   gnulib module fseeko
60
 
 
61
61
## begin gnulib module gendocs
62
62
 
63
63
 
92
92
 
93
93
## end   gnulib module getline
94
94
 
95
 
## begin gnulib module getpass
 
95
## begin gnulib module getpass-gnu
96
96
 
97
97
 
98
98
EXTRA_DIST += getpass.c getpass.h
99
99
 
100
100
EXTRA_libgnu_la_SOURCES += getpass.c
101
101
 
102
 
## end   gnulib module getpass
 
102
## end   gnulib module getpass-gnu
 
103
 
 
104
## begin gnulib module gnumakefile
 
105
 
 
106
distclean-local: clean-GNUmakefile
 
107
clean-GNUmakefile:
 
108
        test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
 
109
 
 
110
EXTRA_DIST += $(top_srcdir)/GNUmakefile
 
111
 
 
112
## end   gnulib module gnumakefile
 
113
 
 
114
## begin gnulib module gnupload
 
115
 
 
116
 
 
117
EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
 
118
 
 
119
## end   gnulib module gnupload
103
120
 
104
121
## begin gnulib module havelib
105
122
 
111
128
## begin gnulib module inet_ntop
112
129
 
113
130
 
114
 
EXTRA_DIST += inet_ntop.c inet_ntop.h
 
131
EXTRA_DIST += inet_ntop.c
115
132
 
116
133
EXTRA_libgnu_la_SOURCES += inet_ntop.c
117
134
 
120
137
## begin gnulib module inet_pton
121
138
 
122
139
 
123
 
EXTRA_DIST += inet_pton.c inet_pton.h
 
140
EXTRA_DIST += inet_pton.c
124
141
 
125
142
EXTRA_libgnu_la_SOURCES += inet_pton.c
126
143
 
133
150
 
134
151
## end   gnulib module intprops
135
152
 
136
 
## begin gnulib module lseek
137
 
 
138
 
 
139
 
EXTRA_DIST += lseek.c
140
 
 
141
 
EXTRA_libgnu_la_SOURCES += lseek.c
142
 
 
143
 
## end   gnulib module lseek
144
 
 
145
153
## begin gnulib module maintainer-makefile
146
154
 
147
 
EXTRA_DIST += $(top_srcdir)/build-aux/GNUmakefile $(top_srcdir)/build-aux/maint.mk
 
155
EXTRA_DIST += $(top_srcdir)/maint.mk
148
156
 
149
157
## end   gnulib module maintainer-makefile
150
158
 
186
194
 
187
195
## end   gnulib module readline
188
196
 
 
197
## begin gnulib module stdarg
 
198
 
 
199
BUILT_SOURCES += $(STDARG_H)
 
200
 
 
201
# We need the following in order to create <stdarg.h> when the system
 
202
# doesn't have one that works with the given compiler.
 
203
stdarg.h: stdarg.in.h
 
204
        rm -f $@-t $@
 
205
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
206
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
 
207
              -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
 
208
              < $(srcdir)/stdarg.in.h; \
 
209
        } > $@-t
 
210
        mv $@-t $@
 
211
MOSTLYCLEANFILES += stdarg.h stdarg.h-t
 
212
 
 
213
EXTRA_DIST += stdarg.in.h
 
214
 
 
215
## end   gnulib module stdarg
 
216
 
189
217
## begin gnulib module strdup
190
218
 
191
219