~ubuntu-branches/ubuntu/vivid/libgwenhywfar/vivid

« back to all changes in this revision

Viewing changes to src/crypt3/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2013-08-21 20:27:23 UTC
  • mfrom: (1.5.3)
  • Revision ID: package-import@ubuntu.com-20130821202723-79fxx94wm33l9omq
Tags: 4.7.0beta-1
* New upstream release
* Updated debian/libgwenhywfar60.symbols.
* Add build-dep on libgpg-error-dev to fix a build log warning about indirect
  linkage to libgpg-error.so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
57
74
CONFIG_CLEAN_FILES =
58
75
CONFIG_CLEAN_VPATH_FILES =
59
76
LTLIBRARIES = $(noinst_LTLIBRARIES)
60
 
libcrypt3_la_LIBADD =
 
77
am__DEPENDENCIES_1 =
 
78
libcrypt3_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
61
79
am_libcrypt3_la_OBJECTS = cryptalgo.lo cryptdefs.lo hashalgo.lo \
62
80
        paddalgo.lo cryptkey.lo cryptkeyrsa.lo cryptkeysym.lo \
63
81
        mdigest.lo mdigestgc.lo padd.lo smalltresor.lo
77
95
        $(LDFLAGS) -o $@
78
96
SOURCES = $(libcrypt3_la_SOURCES)
79
97
DIST_SOURCES = $(libcrypt3_la_SOURCES)
 
98
am__can_run_installinfo = \
 
99
  case $$AM_UPDATE_INFO_DIR in \
 
100
    n|no|NO) false;; \
 
101
    *) (install-info --version) >/dev/null 2>&1;; \
 
102
  esac
80
103
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81
104
am__vpath_adj = case $$p in \
82
105
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
121
am__base_list = \
99
122
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100
123
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
124
am__uninstall_files_from_dir = { \
 
125
  test -z "$$files" \
 
126
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
127
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
128
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
129
  }
101
130
am__installdirs = "$(DESTDIR)$(iheaderdir)"
102
131
HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
103
132
ETAGS = etags
348
377
 -I$(top_srcdir)/src/base \
349
378
 -I$(top_srcdir)/src/io \
350
379
 -I$(top_srcdir)/src/ipc \
351
 
 -I$(top_srcdir)/src/parser $(LIBGCRYPT_CFLAGS) @all_includes@
 
380
 -I$(top_srcdir)/src/parser $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) @all_includes@
352
381
 
353
382
AM_CFLAGS = @visibility_cflags@ -DBUILDING_GWENHYWFAR
354
383
 
395
424
  padd.c \
396
425
  smalltresor.c
397
426
 
 
427
libcrypt3_la_LIBADD = $(GPG_ERROR_LIBS)
398
428
all: all-am
399
429
 
400
430
.SUFFIXES:
438
468
          echo "rm -f \"$${dir}/so_locations\""; \
439
469
          rm -f "$${dir}/so_locations"; \
440
470
        done
441
 
libcrypt3.la: $(libcrypt3_la_OBJECTS) $(libcrypt3_la_DEPENDENCIES) 
 
471
libcrypt3.la: $(libcrypt3_la_OBJECTS) $(libcrypt3_la_DEPENDENCIES) $(EXTRA_libcrypt3_la_DEPENDENCIES) 
442
472
        $(LINK)  $(libcrypt3_la_OBJECTS) $(libcrypt3_la_LIBADD) $(LIBS)
443
473
 
444
474
mostlyclean-compile:
487
517
        -rm -rf .libs _libs
488
518
install-iheaderHEADERS: $(iheader_HEADERS)
489
519
        @$(NORMAL_INSTALL)
490
 
        test -z "$(iheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(iheaderdir)"
491
520
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
 
521
        if test -n "$$list"; then \
 
522
          echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \
 
523
          $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \
 
524
        fi; \
492
525
        for p in $$list; do \
493
526
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
494
527
          echo "$$d$$p"; \
502
535
        @$(NORMAL_UNINSTALL)
503
536
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
504
537
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
505
 
        test -n "$$files" || exit 0; \
506
 
        echo " ( cd '$(DESTDIR)$(iheaderdir)' && rm -f" $$files ")"; \
507
 
        cd "$(DESTDIR)$(iheaderdir)" && rm -f $$files
 
538
        dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir)
508
539
 
509
540
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510
541
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
605
636
 
606
637
installcheck: installcheck-am
607
638
install-strip:
608
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610
 
          `test -z '$(STRIP)' || \
611
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
639
        if test -z '$(STRIP)'; then \
 
640
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
641
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
642
              install; \
 
643
        else \
 
644
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
645
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
646
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
647
        fi
612
648
mostlyclean-generic:
613
649
 
614
650
clean-generic: