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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-16 20:13:32 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090516201332-382lmffc3put5wtm
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

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.
118
118
DEFS = @DEFS@
119
119
DEPDIR = @DEPDIR@
120
120
DLLTOOL = @DLLTOOL@
 
121
DL_LIBS = @DL_LIBS@
121
122
ECHO = @ECHO@
122
123
ECHO_C = @ECHO_C@
123
124
ECHO_N = @ECHO_N@
236
237
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
237
238
  --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
238
239
 
239
 
DIST_SUBDIRS = m4 mpi cipher src doc tests
240
 
SUBDIRS = mpi cipher src doc tests
241
 
EXTRA_DIST = BUGS autogen.sh README.SVN
 
240
DIST_SUBDIRS = m4 mpi cipher random src doc tests
 
241
SUBDIRS = mpi cipher random src doc tests
 
242
EXTRA_DIST = autogen.sh README.SVN
242
243
DISTCLEANFILES = 
243
244
all: config.h
244
245
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
379
380
        unique=`for i in $$list; do \
380
381
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
382
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
 
383
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
384
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
385
        mkid -fID $$unique
385
386
tags: TAGS
386
387
 
405
406
        unique=`for i in $$list; do \
406
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
408
          done | \
408
 
          $(AWK) '    { files[$$0] = 1; } \
409
 
               END { for (i in files) print i; }'`; \
 
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
411
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
411
412
          test -n "$$unique" || unique=$$empty_fix; \
412
413
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416
417
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
417
418
                $(TAGS_FILES) $(LISP)
418
419
        tags=; \
419
 
        here=`pwd`; \
420
420
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
421
421
        unique=`for i in $$list; do \
422
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
423
          done | \
424
 
          $(AWK) '    { files[$$0] = 1; } \
425
 
               END { for (i in files) print i; }'`; \
 
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
426
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
427
427
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428
428
             $$tags $$unique
495
495
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
496
496
        $(am__remove_distdir)
497
497
 
 
498
dist-lzma: distdir
 
499
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
500
        $(am__remove_distdir)
 
501
 
498
502
dist-tarZ: distdir
499
503
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
500
504
        $(am__remove_distdir)
522
526
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
523
527
        *.tar.bz2*) \
524
528
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
529
        *.tar.lzma*) \
 
530
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
525
531
        *.tar.Z*) \
526
532
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
527
533
        *.shar.gz*) \
674
680
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
675
681
        all all-am am--refresh check check-am clean clean-generic \
676
682
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
677
 
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
678
 
        distclean distclean-generic distclean-hdr distclean-libtool \
679
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
680
 
        dvi-am html html-am info info-am install install-am \
681
 
        install-data install-data-am install-dvi install-dvi-am \
682
 
        install-exec install-exec-am install-html install-html-am \
683
 
        install-info install-info-am install-man install-pdf \
684
 
        install-pdf-am install-ps install-ps-am install-strip \
685
 
        installcheck installcheck-am installdirs installdirs-am \
686
 
        maintainer-clean maintainer-clean-generic mostlyclean \
687
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
688
 
        tags tags-recursive uninstall uninstall-am
 
683
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
684
        distcheck distclean distclean-generic distclean-hdr \
 
685
        distclean-libtool distclean-tags distcleancheck distdir \
 
686
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
687
        install install-am install-data install-data-am install-dvi \
 
688
        install-dvi-am install-exec install-exec-am install-html \
 
689
        install-html-am install-info install-info-am install-man \
 
690
        install-pdf install-pdf-am install-ps install-ps-am \
 
691
        install-strip installcheck installcheck-am installdirs \
 
692
        installdirs-am maintainer-clean maintainer-clean-generic \
 
693
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
694
        ps ps-am tags tags-recursive uninstall uninstall-am
689
695
 
690
696
 
691
697
# Add all the files listed in "distfiles" files to the distribution,