~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to cipher/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-16 20:13:32 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090516201332-czkobpu32w318i16
Tags: 1.4.4-2ubuntu1
* Merge from Debian unstable (LP: #364535), remaining changes:
  - Add libgcrypt11-udeb for use by cryptsetup-udeb.
  - Add clean-la.mk, and add a symlink for the .la
  - Install to /lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
31
31
# GNU Lesser General Public License for more details.
32
32
#
33
33
# You should have received a copy of the GNU Lesser General Public
34
 
# License along with this program; if not, write to the Free Software
35
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
34
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
36
35
 
37
36
# Process this file with automake to produce Makefile.in
38
37
 
54
53
POST_UNINSTALL = :
55
54
build_triplet = @build@
56
55
host_triplet = @host@
57
 
@USE_RANDOM_DAEMON_TRUE@am__append_1 = random-daemon.c 
58
56
subdir = cipher
59
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
60
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69
67
CONFIG_CLEAN_FILES =
70
68
LTLIBRARIES = $(noinst_LTLIBRARIES)
71
69
am__DEPENDENCIES_1 =
72
 
am__libcipher_la_SOURCES_DIST = cipher.c pubkey.c ac.c md.c bithelp.h \
73
 
        primegen.c random.c random.h rndhw.c rand-internal.h rmd.h \
74
 
        random-daemon.c
75
 
@USE_RANDOM_DAEMON_TRUE@am__objects_1 = random-daemon.lo
76
 
am_libcipher_la_OBJECTS = cipher.lo pubkey.lo ac.lo md.lo primegen.lo \
77
 
        random.lo rndhw.lo $(am__objects_1)
 
70
am_libcipher_la_OBJECTS = cipher.lo pubkey.lo ac.lo md.lo \
 
71
        hmac-tests.lo primegen.lo hash-common.lo
78
72
libcipher_la_OBJECTS = $(am_libcipher_la_OBJECTS)
79
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
73
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
81
75
am__depfiles_maybe = depfiles
82
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89
83
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90
84
        $(LDFLAGS) -o $@
91
85
SOURCES = $(libcipher_la_SOURCES) $(EXTRA_libcipher_la_SOURCES)
92
 
DIST_SOURCES = $(am__libcipher_la_SOURCES_DIST) \
93
 
        $(EXTRA_libcipher_la_SOURCES)
 
86
DIST_SOURCES = $(libcipher_la_SOURCES) $(EXTRA_libcipher_la_SOURCES)
94
87
ETAGS = etags
95
88
CTAGS = ctags
96
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
114
DEFS = @DEFS@
122
115
DEPDIR = @DEPDIR@
123
116
DLLTOOL = @DLLTOOL@
 
117
DL_LIBS = @DL_LIBS@
124
118
ECHO = @ECHO@
125
119
ECHO_C = @ECHO_C@
126
120
ECHO_N = @ECHO_N@
241
235
AM_CPPFLAGS = -I../src -I$(top_srcdir)/src 
242
236
AM_CFLAGS = $(GPG_ERROR_CFLAGS)
243
237
noinst_LTLIBRARIES = libcipher.la
244
 
GCRYPT_MODULES = @GCRYPT_CIPHERS@ @GCRYPT_PUBKEY_CIPHERS@ @GCRYPT_DIGESTS@ \
245
 
                 @GCRYPT_RANDOM@
246
 
 
 
238
GCRYPT_MODULES = @GCRYPT_CIPHERS@ @GCRYPT_PUBKEY_CIPHERS@ @GCRYPT_DIGESTS@
247
239
libcipher_la_DEPENDENCIES = $(GCRYPT_MODULES)
248
240
libcipher_la_LIBADD = $(GCRYPT_MODULES)
249
 
libcipher_la_SOURCES = cipher.c pubkey.c ac.c md.c bithelp.h \
250
 
        primegen.c random.c random.h rndhw.c rand-internal.h rmd.h \
251
 
        $(am__append_1)
 
241
libcipher_la_SOURCES = \
 
242
cipher.c pubkey.c ac.c md.c \
 
243
hmac-tests.c \
 
244
bithelp.h  \
 
245
primegen.c  \
 
246
hash-common.c hash-common.h \
 
247
rmd.h
 
248
 
252
249
EXTRA_libcipher_la_SOURCES = \
253
250
arcfour.c \
254
251
blowfish.c \
262
259
md5.c \
263
260
rijndael.c rijndael-tables.h \
264
261
rmd160.c \
265
 
rndlinux.c \
266
 
rndegd.c \
267
 
rndunix.c \
268
 
rndw32.c \
269
262
rsa.c \
270
263
seed.c \
271
264
serpent.c \
341
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsa.Plo@am__quote@
342
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecc.Plo@am__quote@
343
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elgamal.Plo@am__quote@
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash-common.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-tests.Plo@am__quote@
344
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md.Plo@am__quote@
345
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@
346
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
347
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/primegen.Plo@am__quote@
348
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pubkey.Plo@am__quote@
349
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random-daemon.Plo@am__quote@
350
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
351
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2268.Plo@am__quote@
352
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael.Plo@am__quote@
353
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmd160.Plo@am__quote@
354
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndegd.Plo@am__quote@
355
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndhw.Plo@am__quote@
356
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndlinux.Plo@am__quote@
357
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndunix.Plo@am__quote@
358
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndw32.Plo@am__quote@
359
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Plo@am__quote@
360
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seed.Plo@am__quote@
361
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serpent.Plo@am__quote@
398
386
        unique=`for i in $$list; do \
399
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400
388
          done | \
401
 
          $(AWK) '    { files[$$0] = 1; } \
402
 
               END { for (i in files) print i; }'`; \
 
389
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
390
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
391
        mkid -fID $$unique
404
392
tags: TAGS
405
393
 
411
399
        unique=`for i in $$list; do \
412
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
401
          done | \
414
 
          $(AWK) '    { files[$$0] = 1; } \
415
 
               END { for (i in files) print i; }'`; \
 
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416
404
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
417
405
          test -n "$$unique" || unique=$$empty_fix; \
418
406
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422
410
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
411
                $(TAGS_FILES) $(LISP)
424
412
        tags=; \
425
 
        here=`pwd`; \
426
413
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
414
        unique=`for i in $$list; do \
428
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
416
          done | \
430
 
          $(AWK) '    { files[$$0] = 1; } \
431
 
               END { for (i in files) print i; }'`; \
 
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
419
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
433
420
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434
421
             $$tags $$unique