~ubuntu-branches/ubuntu/trusty/libgcrypt11/trusty-proposed

« back to all changes in this revision

Viewing changes to w32-dll/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-07-02 18:32:45 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702183245-b1p9zumbhmq9wk4g
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Add libgcrypt11-udeb package.
  - Add clean-la.mk, and add a symlink for the .la
* Ubuntu changes dropped:
  - Build-Depends changes.
  - Drop patch 20_socket_nsl_linkage.diff, basically applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
# Copyright (C) 2002 Free Software Foundation, Inc.
18
 
#
19
 
# This file is part of Libgcrypt.
20
 
#
21
 
# Libgcrypt is free software; you can redistribute it and/or modify
22
 
# it under the terms of the GNU Lesser General Public License as
23
 
# published by the Free Software Foundation; either version 2.1 of
24
 
# the License, or (at your option) any later version.
25
 
#
26
 
# Libgcrypt is distributed in the hope that it will be useful,
27
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
# GNU Lesser General Public License for more details.
30
 
#
31
 
# You should have received a copy of the GNU Lesser General Public
32
 
# License along with this program; if not, write to the Free Software
33
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
34
 
srcdir = @srcdir@
35
 
top_srcdir = @top_srcdir@
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
top_builddir = ..
41
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
INSTALL = @INSTALL@
43
 
install_sh_DATA = $(install_sh) -c -m 644
44
 
install_sh_PROGRAM = $(install_sh) -c
45
 
install_sh_SCRIPT = $(install_sh) -c
46
 
INSTALL_HEADER = $(INSTALL_DATA)
47
 
transform = $(program_transform_name)
48
 
NORMAL_INSTALL = :
49
 
PRE_INSTALL = :
50
 
POST_INSTALL = :
51
 
NORMAL_UNINSTALL = :
52
 
PRE_UNINSTALL = :
53
 
POST_UNINSTALL = :
54
 
build_triplet = @build@
55
 
host_triplet = @host@
56
 
target_triplet = @target@
57
 
subdir = w32-dll
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
59
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
61
 
        $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/socklen.m4 \
62
 
        $(top_srcdir)/m4/sys_socket_h.m4 $(top_srcdir)/acinclude.m4 \
63
 
        $(top_srcdir)/configure.ac
64
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
 
        $(ACLOCAL_M4)
66
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67
 
CONFIG_HEADER = $(top_builddir)/config.h
68
 
CONFIG_CLEAN_FILES =
69
 
SOURCES =
70
 
DIST_SOURCES =
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
AMDEP_FALSE = @AMDEP_FALSE@
74
 
AMDEP_TRUE = @AMDEP_TRUE@
75
 
AMTAR = @AMTAR@
76
 
AR = @AR@
77
 
AUTOCONF = @AUTOCONF@
78
 
AUTOHEADER = @AUTOHEADER@
79
 
AUTOMAKE = @AUTOMAKE@
80
 
AWK = @AWK@
81
 
CC = @CC@
82
 
CCAS = @CCAS@
83
 
CCASFLAGS = @CCASFLAGS@
84
 
CCDEPMODE = @CCDEPMODE@
85
 
CFLAGS = @CFLAGS@
86
 
CPP = @CPP@
87
 
CPPFLAGS = @CPPFLAGS@
88
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
89
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
90
 
CXX = @CXX@
91
 
CXXCPP = @CXXCPP@
92
 
CXXDEPMODE = @CXXDEPMODE@
93
 
CXXFLAGS = @CXXFLAGS@
94
 
CYGPATH_W = @CYGPATH_W@
95
 
DEFS = @DEFS@
96
 
DEPDIR = @DEPDIR@
97
 
ECHO = @ECHO@
98
 
ECHO_C = @ECHO_C@
99
 
ECHO_N = @ECHO_N@
100
 
ECHO_T = @ECHO_T@
101
 
EGREP = @EGREP@
102
 
EXEEXT = @EXEEXT@
103
 
F77 = @F77@
104
 
FALLBACK_SOCKLEN_T = @FALLBACK_SOCKLEN_T@
105
 
FFLAGS = @FFLAGS@
106
 
GCRYPT_CIPHERS = @GCRYPT_CIPHERS@
107
 
GCRYPT_DIGESTS = @GCRYPT_DIGESTS@
108
 
GCRYPT_PUBKEY_CIPHERS = @GCRYPT_PUBKEY_CIPHERS@
109
 
GCRYPT_RANDOM = @GCRYPT_RANDOM@
110
 
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
111
 
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
112
 
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
113
 
GREP = @GREP@
114
 
HAVE_LD_VERSION_SCRIPT_FALSE = @HAVE_LD_VERSION_SCRIPT_FALSE@
115
 
HAVE_LD_VERSION_SCRIPT_TRUE = @HAVE_LD_VERSION_SCRIPT_TRUE@
116
 
INSTALL_DATA = @INSTALL_DATA@
117
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
118
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
119
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120
 
LDFLAGS = @LDFLAGS@
121
 
LIBGCRYPT_CIPHERS = @LIBGCRYPT_CIPHERS@
122
 
LIBGCRYPT_CONFIG_API_VERSION = @LIBGCRYPT_CONFIG_API_VERSION@
123
 
LIBGCRYPT_CONFIG_CFLAGS = @LIBGCRYPT_CONFIG_CFLAGS@
124
 
LIBGCRYPT_CONFIG_LIBS = @LIBGCRYPT_CONFIG_LIBS@
125
 
LIBGCRYPT_DIGESTS = @LIBGCRYPT_DIGESTS@
126
 
LIBGCRYPT_LT_AGE = @LIBGCRYPT_LT_AGE@
127
 
LIBGCRYPT_LT_CURRENT = @LIBGCRYPT_LT_CURRENT@
128
 
LIBGCRYPT_LT_REVISION = @LIBGCRYPT_LT_REVISION@
129
 
LIBGCRYPT_PUBKEY_CIPHERS = @LIBGCRYPT_PUBKEY_CIPHERS@
130
 
LIBGCRYPT_THREAD_MODULES = @LIBGCRYPT_THREAD_MODULES@
131
 
LIBOBJS = @LIBOBJS@
132
 
LIBS = @LIBS@
133
 
LIBTOOL = @LIBTOOL@
134
 
LN_S = @LN_S@
135
 
LTLIBOBJS = @LTLIBOBJS@
136
 
MAINT = @MAINT@
137
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
138
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
139
 
MAKEINFO = @MAKEINFO@
140
 
MPI_MOD_LIST_LO = @MPI_MOD_LIST_LO@
141
 
MPI_MOD_LIST_O = @MPI_MOD_LIST_O@
142
 
MPI_SFLAGS = @MPI_SFLAGS@
143
 
NOEXECSTACK_FLAGS = @NOEXECSTACK_FLAGS@
144
 
OBJEXT = @OBJEXT@
145
 
PACKAGE = @PACKAGE@
146
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
 
PACKAGE_NAME = @PACKAGE_NAME@
148
 
PACKAGE_STRING = @PACKAGE_STRING@
149
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
150
 
PACKAGE_VERSION = @PACKAGE_VERSION@
151
 
PATH_SEPARATOR = @PATH_SEPARATOR@
152
 
RANLIB = @RANLIB@
153
 
SET_MAKE = @SET_MAKE@
154
 
SHELL = @SHELL@
155
 
STRIP = @STRIP@
156
 
SYS_SOCKET_H = @SYS_SOCKET_H@
157
 
VERSION = @VERSION@
158
 
ac_ct_CC = @ac_ct_CC@
159
 
ac_ct_CXX = @ac_ct_CXX@
160
 
ac_ct_F77 = @ac_ct_F77@
161
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
165
 
am__include = @am__include@
166
 
am__leading_dot = @am__leading_dot@
167
 
am__quote = @am__quote@
168
 
am__tar = @am__tar@
169
 
am__untar = @am__untar@
170
 
bindir = @bindir@
171
 
build = @build@
172
 
build_alias = @build_alias@
173
 
build_cpu = @build_cpu@
174
 
build_os = @build_os@
175
 
build_vendor = @build_vendor@
176
 
datadir = @datadir@
177
 
datarootdir = @datarootdir@
178
 
docdir = @docdir@
179
 
dvidir = @dvidir@
180
 
exec_prefix = @exec_prefix@
181
 
host = @host@
182
 
host_alias = @host_alias@
183
 
host_cpu = @host_cpu@
184
 
host_os = @host_os@
185
 
host_vendor = @host_vendor@
186
 
htmldir = @htmldir@
187
 
includedir = @includedir@
188
 
infodir = @infodir@
189
 
install_sh = @install_sh@
190
 
libdir = @libdir@
191
 
libexecdir = @libexecdir@
192
 
localedir = @localedir@
193
 
localstatedir = @localstatedir@
194
 
mandir = @mandir@
195
 
mkdir_p = @mkdir_p@
196
 
oldincludedir = @oldincludedir@
197
 
pdfdir = @pdfdir@
198
 
prefix = @prefix@
199
 
program_transform_name = @program_transform_name@
200
 
psdir = @psdir@
201
 
sbindir = @sbindir@
202
 
sharedstatedir = @sharedstatedir@
203
 
sysconfdir = @sysconfdir@
204
 
target = @target@
205
 
target_alias = @target_alias@
206
 
target_cpu = @target_cpu@
207
 
target_os = @target_os@
208
 
target_vendor = @target_vendor@
209
 
BUILT_SOURCES = libgcrypt.dll
210
 
all: $(BUILT_SOURCES)
211
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
212
 
 
213
 
.SUFFIXES:
214
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
215
 
        @for dep in $?; do \
216
 
          case '$(am__configure_deps)' in \
217
 
            *$$dep*) \
218
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
219
 
                && exit 0; \
220
 
              exit 1;; \
221
 
          esac; \
222
 
        done; \
223
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  w32-dll/Makefile'; \
224
 
        cd $(top_srcdir) && \
225
 
          $(AUTOMAKE) --gnu  w32-dll/Makefile
226
 
.PRECIOUS: Makefile
227
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228
 
        @case '$?' in \
229
 
          *config.status*) \
230
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231
 
          *) \
232
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234
 
        esac;
235
 
 
236
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
 
 
239
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
240
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
242
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
 
 
244
 
mostlyclean-libtool:
245
 
        -rm -f *.lo
246
 
 
247
 
clean-libtool:
248
 
        -rm -rf .libs _libs
249
 
 
250
 
distclean-libtool:
251
 
        -rm -f libtool
252
 
uninstall-info-am:
253
 
tags: TAGS
254
 
TAGS:
255
 
 
256
 
ctags: CTAGS
257
 
CTAGS:
258
 
 
259
 
 
260
 
distdir: $(DISTFILES)
261
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
262
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
263
 
        list='$(DISTFILES)'; for file in $$list; do \
264
 
          case $$file in \
265
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
266
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
267
 
          esac; \
268
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
269
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
270
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
271
 
            dir="/$$dir"; \
272
 
            $(mkdir_p) "$(distdir)$$dir"; \
273
 
          else \
274
 
            dir=''; \
275
 
          fi; \
276
 
          if test -d $$d/$$file; then \
277
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
278
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
279
 
            fi; \
280
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
281
 
          else \
282
 
            test -f $(distdir)/$$file \
283
 
            || cp -p $$d/$$file $(distdir)/$$file \
284
 
            || exit 1; \
285
 
          fi; \
286
 
        done
287
 
check-am: all-am
288
 
check: $(BUILT_SOURCES)
289
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
290
 
all-am: Makefile
291
 
installdirs:
292
 
install: $(BUILT_SOURCES)
293
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
294
 
install-exec: install-exec-am
295
 
install-data: install-data-am
296
 
uninstall: uninstall-am
297
 
 
298
 
install-am: all-am
299
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300
 
 
301
 
installcheck: installcheck-am
302
 
install-strip:
303
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
304
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
305
 
          `test -z '$(STRIP)' || \
306
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
307
 
mostlyclean-generic:
308
 
 
309
 
clean-generic:
310
 
 
311
 
distclean-generic:
312
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
313
 
 
314
 
maintainer-clean-generic:
315
 
        @echo "This command is intended for maintainers to use"
316
 
        @echo "it deletes files that may require special tools to rebuild."
317
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
318
 
clean: clean-am
319
 
 
320
 
clean-am: clean-generic clean-libtool mostlyclean-am
321
 
 
322
 
distclean: distclean-am
323
 
        -rm -f Makefile
324
 
distclean-am: clean-am distclean-generic distclean-libtool
325
 
 
326
 
dvi: dvi-am
327
 
 
328
 
dvi-am:
329
 
 
330
 
html: html-am
331
 
 
332
 
info: info-am
333
 
 
334
 
info-am:
335
 
 
336
 
install-data-am:
337
 
 
338
 
install-exec-am:
339
 
 
340
 
install-info: install-info-am
341
 
 
342
 
install-man:
343
 
 
344
 
installcheck-am:
345
 
 
346
 
maintainer-clean: maintainer-clean-am
347
 
        -rm -f Makefile
348
 
maintainer-clean-am: distclean-am maintainer-clean-generic
349
 
 
350
 
mostlyclean: mostlyclean-am
351
 
 
352
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
353
 
 
354
 
pdf: pdf-am
355
 
 
356
 
pdf-am:
357
 
 
358
 
ps: ps-am
359
 
 
360
 
ps-am:
361
 
 
362
 
uninstall-am: uninstall-info-am
363
 
 
364
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
365
 
        distclean distclean-generic distclean-libtool distdir dvi \
366
 
        dvi-am html html-am info info-am install install-am \
367
 
        install-data install-data-am install-exec install-exec-am \
368
 
        install-info install-info-am install-man install-strip \
369
 
        installcheck installcheck-am installdirs maintainer-clean \
370
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
371
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
372
 
        uninstall-info-am
373
 
 
374
 
 
375
 
libgcrypt.dll:
376
 
        ./build-dll
377
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
378
 
# Otherwise a system limit (for SysV at least) may be exceeded.
379
 
.NOEXPORT: