~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to cipher/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.2f from Makefile.am
2
 
 
3
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4
 
# This Makefile.in is free software; the Free Software Foundation
5
 
# gives unlimited permission to copy and/or distribute it,
6
 
# with or without modifications, as long as this notice is preserved.
7
 
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
 
# PARTICULAR PURPOSE.
12
 
 
13
 
 
14
 
SHELL = /bin/sh
15
 
 
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
pkgdatadir = $(datadir)/@PACKAGE@
36
 
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
38
 
 
39
 
top_builddir = ..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
 
INSTALL = @INSTALL@
47
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
 
INSTALL_DATA = @INSTALL_DATA@
49
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
50
 
transform = @program_transform_name@
51
 
 
52
 
NORMAL_INSTALL = :
53
 
PRE_INSTALL = :
54
 
POST_INSTALL = :
55
 
NORMAL_UNINSTALL = :
56
 
PRE_UNINSTALL = :
57
 
POST_UNINSTALL = :
58
 
build_alias = @build_alias@
59
 
build_triplet = @build@
60
 
host_alias = @host_alias@
61
 
host_triplet = @host@
62
 
target_alias = @target_alias@
63
 
target_triplet = @target@
64
 
CATALOGS = @CATALOGS@
65
 
CATOBJEXT = @CATOBJEXT@
66
 
CC = @CC@
67
 
CPP = @CPP@
68
 
DATADIRNAME = @DATADIRNAME@
69
 
G10_LOCALEDIR = @G10_LOCALEDIR@
70
 
GENCAT = @GENCAT@
71
 
GMOFILES = @GMOFILES@
72
 
GMSGFMT = @GMSGFMT@
73
 
GT_NO = @GT_NO@
74
 
GT_YES = @GT_YES@
75
 
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
76
 
INSTOBJEXT = @INSTOBJEXT@
77
 
INTLDEPS = @INTLDEPS@
78
 
INTLLIBS = @INTLLIBS@
79
 
INTLOBJS = @INTLOBJS@
80
 
MKINSTALLDIRS = @MKINSTALLDIRS@
81
 
MPI_EXTRA_ASM_OBJS = @MPI_EXTRA_ASM_OBJS@
82
 
MSGFMT = @MSGFMT@
83
 
PACKAGE = @PACKAGE@
84
 
POFILES = @POFILES@
85
 
POSUB = @POSUB@
86
 
RANLIB = @RANLIB@
87
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
88
 
USE_NLS = @USE_NLS@
89
 
VERSION = @VERSION@
90
 
ZLIBS = @ZLIBS@
91
 
l = @l@
92
 
 
93
 
INCLUDES =  -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
94
 
 
95
 
noinst_LIBRARIES = libcipher.a
96
 
 
97
 
libcipher_a_SOURCES = cipher.c  \
98
 
                 dynload.c      \
99
 
                 dynload.h      \
100
 
                 blowfish.c     \
101
 
                 blowfish.h     \
102
 
                 cast5.c        \
103
 
                 cast5.h        \
104
 
                 des.h          \
105
 
                 elgamal.c      \
106
 
                 elgamal.h      \
107
 
                 md5.c          \
108
 
                 md5.h          \
109
 
                 primegen.c     \
110
 
                 random.h       \
111
 
                 random.c       \
112
 
                 rand-internal.h \
113
 
                 rand-unix.c    \
114
 
                 rand-w32.c     \
115
 
                 rand-dummy.c   \
116
 
                 rmd.h          \
117
 
                 rmd160.c       \
118
 
                 tiger.h        \
119
 
                 tiger.c        \
120
 
                 sha1.h         \
121
 
                 sha1.c         \
122
 
                 dsa.h          \
123
 
                 dsa.c          \
124
 
                 md.c           \
125
 
                 md.h           \
126
 
                 misc.c         \
127
 
                 smallprime.c
128
 
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
129
 
CONFIG_HEADER = ../config.h
130
 
CONFIG_CLEAN_FILES = 
131
 
LIBRARIES =  $(noinst_LIBRARIES)
132
 
 
133
 
 
134
 
DEFS = @DEFS@ -I. -I$(srcdir) -I..
135
 
CPPFLAGS = @CPPFLAGS@
136
 
LDFLAGS = @LDFLAGS@
137
 
LIBS = @LIBS@
138
 
libcipher_a_LIBADD = 
139
 
libcipher_a_OBJECTS =  cipher.o dynload.o blowfish.o cast5.o elgamal.o \
140
 
md5.o primegen.o random.o rand-unix.o rand-w32.o rand-dummy.o rmd160.o \
141
 
tiger.o sha1.o dsa.o md.o misc.o smallprime.o
142
 
AR = ar
143
 
CFLAGS = @CFLAGS@
144
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
145
 
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
146
 
DIST_COMMON =  ChangeLog Makefile.am Makefile.in
147
 
 
148
 
 
149
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
150
 
 
151
 
TAR = tar
152
 
GZIP = --best
153
 
DEP_FILES =  .deps/blowfish.P .deps/cast5.P .deps/cipher.P .deps/dsa.P \
154
 
.deps/dynload.P .deps/elgamal.P .deps/md.P .deps/md5.P .deps/misc.P \
155
 
.deps/primegen.P .deps/rand-dummy.P .deps/rand-unix.P .deps/rand-w32.P \
156
 
.deps/random.P .deps/rmd160.P .deps/sha1.P .deps/smallprime.P \
157
 
.deps/tiger.P
158
 
SOURCES = $(libcipher_a_SOURCES)
159
 
OBJECTS = $(libcipher_a_OBJECTS)
160
 
 
161
 
default: all
162
 
 
163
 
.SUFFIXES:
164
 
.SUFFIXES: .S .c .o .s
165
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
166
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu cipher/Makefile
167
 
 
168
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
169
 
        cd $(top_builddir) \
170
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
171
 
 
172
 
 
173
 
mostlyclean-noinstLIBRARIES:
174
 
 
175
 
clean-noinstLIBRARIES:
176
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
177
 
 
178
 
distclean-noinstLIBRARIES:
179
 
 
180
 
maintainer-clean-noinstLIBRARIES:
181
 
 
182
 
.s.o:
183
 
        $(COMPILE) -c $<
184
 
 
185
 
.S.o:
186
 
        $(COMPILE) -c $<
187
 
 
188
 
mostlyclean-compile:
189
 
        -rm -f *.o core *.core
190
 
 
191
 
clean-compile:
192
 
 
193
 
distclean-compile:
194
 
        -rm -f *.tab.c
195
 
 
196
 
maintainer-clean-compile:
197
 
 
198
 
libcipher.a: $(libcipher_a_OBJECTS) $(libcipher_a_DEPENDENCIES)
199
 
        -rm -f libcipher.a
200
 
        $(AR) cru libcipher.a $(libcipher_a_OBJECTS) $(libcipher_a_LIBADD)
201
 
        $(RANLIB) libcipher.a
202
 
 
203
 
tags: TAGS
204
 
 
205
 
ID: $(HEADERS) $(SOURCES) $(LISP)
206
 
        here=`pwd` && cd $(srcdir) \
207
 
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
208
 
 
209
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
210
 
        tags=; \
211
 
        here=`pwd`; \
212
 
        list='$(SOURCES) $(HEADERS)'; \
213
 
        unique=`for i in $$list; do echo $$i; done | \
214
 
          awk '    { files[$$0] = 1; } \
215
 
               END { for (i in files) print i; }'`; \
216
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
217
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
218
 
 
219
 
mostlyclean-tags:
220
 
 
221
 
clean-tags:
222
 
 
223
 
distclean-tags:
224
 
        -rm -f TAGS ID
225
 
 
226
 
maintainer-clean-tags:
227
 
 
228
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
229
 
 
230
 
subdir = cipher
231
 
 
232
 
distdir: $(DISTFILES)
233
 
        here=`cd $(top_builddir) && pwd`; \
234
 
        top_distdir=`cd $(top_distdir) && pwd`; \
235
 
        distdir=`cd $(distdir) && pwd`; \
236
 
        cd $(top_srcdir) \
237
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cipher/Makefile
238
 
        @for file in $(DISTFILES); do \
239
 
          d=$(srcdir); \
240
 
          test -f $(distdir)/$$file \
241
 
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242
 
          || cp -p $$d/$$file $(distdir)/$$file; \
243
 
        done
244
 
 
245
 
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
246
 
 
247
 
-include $(DEP_FILES)
248
 
 
249
 
mostlyclean-depend:
250
 
 
251
 
clean-depend:
252
 
 
253
 
distclean-depend:
254
 
 
255
 
maintainer-clean-depend:
256
 
        -rm -rf .deps
257
 
 
258
 
%.o: %.c
259
 
        @echo '$(COMPILE) -c $<'; \
260
 
        $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
261
 
 
262
 
%.lo: %.c
263
 
        @echo '$(LTCOMPILE) -c $<'; \
264
 
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
265
 
        @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
266
 
          < .deps/$(*F).p > .deps/$(*F).P
267
 
        @-rm -f .deps/$(*F).p
268
 
info:
269
 
dvi:
270
 
check: all
271
 
        $(MAKE)
272
 
installcheck:
273
 
install-exec: 
274
 
        @$(NORMAL_INSTALL)
275
 
 
276
 
install-data: 
277
 
        @$(NORMAL_INSTALL)
278
 
 
279
 
install: install-exec install-data all
280
 
        @:
281
 
 
282
 
uninstall: 
283
 
 
284
 
all: Makefile $(LIBRARIES)
285
 
 
286
 
install-strip:
287
 
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
288
 
installdirs:
289
 
 
290
 
 
291
 
mostlyclean-generic:
292
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
293
 
 
294
 
clean-generic:
295
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
296
 
 
297
 
distclean-generic:
298
 
        -rm -f Makefile $(DISTCLEANFILES)
299
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
300
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
301
 
 
302
 
maintainer-clean-generic:
303
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
304
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
305
 
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
306
 
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
307
 
 
308
 
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
309
 
                clean-generic mostlyclean
310
 
 
311
 
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
312
 
                distclean-depend distclean-generic clean
313
 
        -rm -f config.status
314
 
 
315
 
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
316
 
                maintainer-clean-compile maintainer-clean-tags \
317
 
                maintainer-clean-depend maintainer-clean-generic \
318
 
                distclean
319
 
        @echo "This command is intended for maintainers to use;"
320
 
        @echo "it deletes files that may require special tools to rebuild."
321
 
 
322
 
.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
323
 
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
324
 
mostlyclean-compile distclean-compile clean-compile \
325
 
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
326
 
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
327
 
distclean-depend clean-depend maintainer-clean-depend info dvi \
328
 
installcheck install-exec install-data install uninstall all \
329
 
installdirs mostlyclean-generic distclean-generic clean-generic \
330
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
331
 
 
332
 
 
333
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
334
 
# Otherwise a system limit (for SysV at least) may be exceeded.
335
 
.NOEXPORT: