~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to guile/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
32
31
#  License along with GnuTLS; if not, write to the Free Software
33
32
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
34
33
VPATH = @srcdir@
35
 
am__make_dryrun = \
36
 
  { \
37
 
    am__dry=no; \
 
34
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
35
am__make_running_with_option = \
 
36
  case $${target_option-} in \
 
37
      ?) ;; \
 
38
      *) echo "am__make_running_with_option: internal error: invalid" \
 
39
              "target option '$${target_option-}' specified" >&2; \
 
40
         exit 1;; \
 
41
  esac; \
 
42
  has_opt=no; \
 
43
  sane_makeflags=$$MAKEFLAGS; \
 
44
  if $(am__is_gnu_make); then \
 
45
    sane_makeflags=$$MFLAGS; \
 
46
  else \
38
47
    case $$MAKEFLAGS in \
39
48
      *\\[\ \   ]*) \
40
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
41
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
42
 
      *) \
43
 
        for am__flg in $$MAKEFLAGS; do \
44
 
          case $$am__flg in \
45
 
            *=*|--*) ;; \
46
 
            *n*) am__dry=yes; break;; \
47
 
          esac; \
48
 
        done;; \
49
 
    esac; \
50
 
    test $$am__dry = yes; \
51
 
  }
 
49
        bs=\\; \
 
50
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
51
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
52
    esac; \
 
53
  fi; \
 
54
  skip_next=no; \
 
55
  strip_trailopt () \
 
56
  { \
 
57
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
58
  }; \
 
59
  for flg in $$sane_makeflags; do \
 
60
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
61
    case $$flg in \
 
62
      *=*|--*) continue;; \
 
63
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
64
      -*I?*) strip_trailopt 'I';; \
 
65
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
66
      -*O?*) strip_trailopt 'O';; \
 
67
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
68
      -*l?*) strip_trailopt 'l';; \
 
69
      -[dEDm]) skip_next=yes;; \
 
70
      -[JT]) skip_next=yes;; \
 
71
    esac; \
 
72
    case $$flg in \
 
73
      *$$target_option*) has_opt=yes; break;; \
 
74
    esac; \
 
75
  done; \
 
76
  test $$has_opt = yes
 
77
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
78
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
52
79
pkgdatadir = $(datadir)/@PACKAGE@
53
80
pkgincludedir = $(includedir)/@PACKAGE@
54
81
pkglibdir = $(libdir)/@PACKAGE@
68
95
build_triplet = @build@
69
96
host_triplet = @host@
70
97
subdir = guile
71
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
98
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
72
99
        $(srcdir)/pre-inst-guile.in
73
100
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74
101
am__aclocal_m4_deps = $(top_srcdir)/src/libopts/m4/libopts.m4 \
76
103
        $(top_srcdir)/gl/m4/alphasort.m4 $(top_srcdir)/gl/m4/argp.m4 \
77
104
        $(top_srcdir)/gl/m4/arpa_inet_h.m4 \
78
105
        $(top_srcdir)/gl/m4/base64.m4 $(top_srcdir)/gl/m4/byteswap.m4 \
79
 
        $(top_srcdir)/gl/m4/clock_time.m4 $(top_srcdir)/gl/m4/close.m4 \
80
 
        $(top_srcdir)/gl/m4/closedir.m4 \
 
106
        $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/closedir.m4 \
81
107
        $(top_srcdir)/gl/m4/dirent_h.m4 $(top_srcdir)/gl/m4/dirname.m4 \
82
108
        $(top_srcdir)/gl/m4/double-slash-root.m4 \
83
109
        $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
86
112
        $(top_srcdir)/gl/m4/exponentf.m4 \
87
113
        $(top_srcdir)/gl/m4/exponentl.m4 \
88
114
        $(top_srcdir)/gl/m4/extensions.m4 \
 
115
        $(top_srcdir)/gl/m4/extern-inline.m4 \
89
116
        $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \
90
117
        $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \
91
118
        $(top_srcdir)/gl/m4/frexp.m4 $(top_srcdir)/gl/m4/frexpl.m4 \
92
119
        $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \
93
 
        $(top_srcdir)/gl/m4/fstat.m4 $(top_srcdir)/gl/m4/ftell.m4 \
94
 
        $(top_srcdir)/gl/m4/ftello.m4 $(top_srcdir)/gl/m4/ftruncate.m4 \
95
 
        $(top_srcdir)/gl/m4/func.m4 $(top_srcdir)/gl/m4/getaddrinfo.m4 \
 
120
        $(top_srcdir)/gl/m4/fseterr.m4 $(top_srcdir)/gl/m4/fstat.m4 \
 
121
        $(top_srcdir)/gl/m4/ftell.m4 $(top_srcdir)/gl/m4/ftello.m4 \
 
122
        $(top_srcdir)/gl/m4/ftruncate.m4 $(top_srcdir)/gl/m4/func.m4 \
 
123
        $(top_srcdir)/gl/m4/getaddrinfo.m4 \
96
124
        $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \
 
125
        $(top_srcdir)/gl/m4/getdtablesize.m4 \
97
126
        $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \
98
127
        $(top_srcdir)/gl/m4/getpagesize.m4 \
99
128
        $(top_srcdir)/gl/m4/getpass.m4 \
100
129
        $(top_srcdir)/gl/m4/getsubopt.m4 \
101
 
        $(top_srcdir)/gl/m4/gettime.m4 \
102
130
        $(top_srcdir)/gl/m4/gettimeofday.m4 \
103
131
        $(top_srcdir)/gl/m4/gnulib-common.m4 \
104
132
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
165
193
        $(top_srcdir)/gl/m4/sys_types_h.m4 \
166
194
        $(top_srcdir)/gl/m4/sys_uio_h.m4 \
167
195
        $(top_srcdir)/gl/m4/sysexits.m4 $(top_srcdir)/gl/m4/time_h.m4 \
168
 
        $(top_srcdir)/gl/m4/time_r.m4 \
169
 
        $(top_srcdir)/gl/m4/timer_time.m4 \
170
 
        $(top_srcdir)/gl/m4/timespec.m4 $(top_srcdir)/gl/m4/ungetc.m4 \
 
196
        $(top_srcdir)/gl/m4/time_r.m4 $(top_srcdir)/gl/m4/ungetc.m4 \
171
197
        $(top_srcdir)/gl/m4/unistd_h.m4 \
172
198
        $(top_srcdir)/gl/m4/valgrind-tests.m4 \
173
199
        $(top_srcdir)/gl/m4/vasnprintf.m4 \
200
226
CONFIG_HEADER = $(top_builddir)/config.h
201
227
CONFIG_CLEAN_FILES = pre-inst-guile
202
228
CONFIG_CLEAN_VPATH_FILES =
 
229
AM_V_P = $(am__v_P_@AM_V@)
 
230
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
231
am__v_P_0 = false
 
232
am__v_P_1 = :
203
233
AM_V_GEN = $(am__v_GEN_@AM_V@)
204
234
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
205
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
235
am__v_GEN_0 = @echo "  GEN     " $@;
 
236
am__v_GEN_1 = 
206
237
AM_V_at = $(am__v_at_@AM_V@)
207
238
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
208
239
am__v_at_0 = @
 
240
am__v_at_1 = 
209
241
SOURCES =
210
242
DIST_SOURCES =
211
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
212
 
        html-recursive info-recursive install-data-recursive \
213
 
        install-dvi-recursive install-exec-recursive \
214
 
        install-html-recursive install-info-recursive \
215
 
        install-pdf-recursive install-ps-recursive install-recursive \
216
 
        installcheck-recursive installdirs-recursive pdf-recursive \
217
 
        ps-recursive uninstall-recursive
 
243
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
244
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
245
        install-data-recursive install-dvi-recursive \
 
246
        install-exec-recursive install-html-recursive \
 
247
        install-info-recursive install-pdf-recursive \
 
248
        install-ps-recursive install-recursive installcheck-recursive \
 
249
        installdirs-recursive pdf-recursive ps-recursive \
 
250
        tags-recursive uninstall-recursive
218
251
am__can_run_installinfo = \
219
252
  case $$AM_UPDATE_INFO_DIR in \
220
253
    n|no|NO) false;; \
222
255
  esac
223
256
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
224
257
  distclean-recursive maintainer-clean-recursive
225
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
226
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
258
am__recursive_targets = \
 
259
  $(RECURSIVE_TARGETS) \
 
260
  $(RECURSIVE_CLEAN_TARGETS) \
 
261
  $(am__extra_recursive_targets)
 
262
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
227
263
        distdir
 
264
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
265
# Read a list of newline-separated strings from the standard input,
 
266
# and print each of them once, without duplicates.  Input order is
 
267
# *not* preserved.
 
268
am__uniquify_input = $(AWK) '\
 
269
  BEGIN { nonempty = 0; } \
 
270
  { items[$$0] = 1; nonempty = 1; } \
 
271
  END { if (nonempty) { for (i in items) print i; }; } \
 
272
'
 
273
# Make sure the list of sources is unique.  This is necessary because,
 
274
# e.g., the same source file might be shared among _SOURCES variables
 
275
# for different programs/libraries.
 
276
am__define_uniq_tagged_files = \
 
277
  list='$(am__tagged_files)'; \
 
278
  unique=`for i in $$list; do \
 
279
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
280
  done | $(am__uniquify_input)`
228
281
ETAGS = etags
229
282
CTAGS = ctags
230
283
DIST_SUBDIRS = $(SUBDIRS)
315
368
GETADDRINFO_LIB = @GETADDRINFO_LIB@
316
369
GETOPT_H = @GETOPT_H@
317
370
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
371
GMP_CFLAGS = @GMP_CFLAGS@
 
372
GMP_LIBS = @GMP_LIBS@
318
373
GMSGFMT = @GMSGFMT@
319
374
GMSGFMT_015 = @GMSGFMT_015@
320
375
GNULIB_ACCEPT = @GNULIB_ACCEPT@
571
626
GNULIB_RPMATCH = @GNULIB_RPMATCH@
572
627
GNULIB_SCANDIR = @GNULIB_SCANDIR@
573
628
GNULIB_SCANF = @GNULIB_SCANF@
 
629
GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
574
630
GNULIB_SELECT = @GNULIB_SELECT@
575
631
GNULIB_SEND = @GNULIB_SEND@
576
632
GNULIB_SENDTO = @GNULIB_SENDTO@
684
740
GNULIB_WRITE = @GNULIB_WRITE@
685
741
GNULIB__EXIT = @GNULIB__EXIT@
686
742
GNUTLS_REQUIRES_PRIVATE = @GNUTLS_REQUIRES_PRIVATE@
687
 
GNUTLS_ZLIB_LIBS_PRIVATE = @GNUTLS_ZLIB_LIBS_PRIVATE@
688
743
GREP = @GREP@
689
744
GTKDOC_CHECK = @GTKDOC_CHECK@
690
745
GTKDOC_MKPDF = @GTKDOC_MKPDF@
854
909
HAVE_LCHMOD = @HAVE_LCHMOD@
855
910
HAVE_LCHOWN = @HAVE_LCHOWN@
856
911
HAVE_LDEXPF = @HAVE_LDEXPF@
857
 
HAVE_LIBNETTLE = @HAVE_LIBNETTLE@
 
912
HAVE_LIBICONV = @HAVE_LIBICONV@
858
913
HAVE_LIBPTHREAD = @HAVE_LIBPTHREAD@
859
 
HAVE_LIBTASN1 = @HAVE_LIBTASN1@
 
914
HAVE_LIBRT = @HAVE_LIBRT@
860
915
HAVE_LIBZ = @HAVE_LIBZ@
861
916
HAVE_LINK = @HAVE_LINK@
862
917
HAVE_LINKAT = @HAVE_LINKAT@
930
985
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
931
986
HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
932
987
HAVE_SCANDIR = @HAVE_SCANDIR@
 
988
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
933
989
HAVE_SETENV = @HAVE_SETENV@
934
990
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
935
991
HAVE_SIGACTION = @HAVE_SIGACTION@
1029
1085
HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
1030
1086
HAVE__BOOL = @HAVE__BOOL@
1031
1087
HAVE__EXIT = @HAVE__EXIT@
 
1088
HOGWEED_CFLAGS = @HOGWEED_CFLAGS@
 
1089
HOGWEED_LIBS = @HOGWEED_LIBS@
1032
1090
HOSTENT_LIB = @HOSTENT_LIB@
1033
1091
HTML_DIR = @HTML_DIR@
1034
1092
INCLUDE_NEXT = @INCLUDE_NEXT@
1049
1107
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
1050
1108
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
1051
1109
LIBICONV = @LIBICONV@
 
1110
LIBICONV_PREFIX = @LIBICONV_PREFIX@
1052
1111
LIBIDN_CFLAGS = @LIBIDN_CFLAGS@
1053
1112
LIBIDN_LIBS = @LIBIDN_LIBS@
1054
1113
LIBINTL = @LIBINTL@
1055
1114
LIBMULTITHREAD = @LIBMULTITHREAD@
1056
 
LIBNETTLE = @LIBNETTLE@
1057
 
LIBNETTLE_PREFIX = @LIBNETTLE_PREFIX@
1058
1115
LIBOBJS = @LIBOBJS@
1059
1116
LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
1060
1117
LIBOPTS_DIR = @LIBOPTS_DIR@
1063
1120
LIBPTHREAD = @LIBPTHREAD@
1064
1121
LIBPTHREAD_PREFIX = @LIBPTHREAD_PREFIX@
1065
1122
LIBPTH_PREFIX = @LIBPTH_PREFIX@
 
1123
LIBRT = @LIBRT@
 
1124
LIBRT_PREFIX = @LIBRT_PREFIX@
1066
1125
LIBS = @LIBS@
1067
1126
LIBSOCKET = @LIBSOCKET@
1068
 
LIBTASN1 = @LIBTASN1@
1069
 
LIBTASN1_PREFIX = @LIBTASN1_PREFIX@
 
1127
LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
 
1128
LIBTASN1_LIBS = @LIBTASN1_LIBS@
1070
1129
LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
1071
1130
LIBTHREAD = @LIBTHREAD@
1072
1131
LIBTOOL = @LIBTOOL@
1073
1132
LIBZ = @LIBZ@
1074
1133
LIBZ_PREFIX = @LIBZ_PREFIX@
1075
 
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
1076
1134
LIB_SELECT = @LIB_SELECT@
1077
 
LIB_TIMER_TIME = @LIB_TIMER_TIME@
1078
1135
LIPO = @LIPO@
1079
1136
LN_S = @LN_S@
1080
1137
LTALLOCA = @LTALLOCA@
1081
1138
LTLIBICONV = @LTLIBICONV@
1082
1139
LTLIBINTL = @LTLIBINTL@
1083
1140
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
1084
 
LTLIBNETTLE = @LTLIBNETTLE@
1085
1141
LTLIBOBJS = @LTLIBOBJS@
1086
1142
LTLIBPTH = @LTLIBPTH@
1087
1143
LTLIBPTHREAD = @LTLIBPTHREAD@
1088
 
LTLIBTASN1 = @LTLIBTASN1@
 
1144
LTLIBRT = @LTLIBRT@
1089
1145
LTLIBTHREAD = @LTLIBTHREAD@
1090
1146
LTLIBZ = @LTLIBZ@
1091
1147
LT_AGE = @LT_AGE@
1092
1148
LT_CURRENT = @LT_CURRENT@
 
1149
LT_DANE_AGE = @LT_DANE_AGE@
 
1150
LT_DANE_CURRENT = @LT_DANE_CURRENT@
 
1151
LT_DANE_REVISION = @LT_DANE_REVISION@
1093
1152
LT_REVISION = @LT_REVISION@
1094
1153
LT_SSL_AGE = @LT_SSL_AGE@
1095
1154
LT_SSL_CURRENT = @LT_SSL_CURRENT@
1096
1155
LT_SSL_REVISION = @LT_SSL_REVISION@
 
1156
LT_XSSL_AGE = @LT_XSSL_AGE@
 
1157
LT_XSSL_CURRENT = @LT_XSSL_CURRENT@
 
1158
LT_XSSL_REVISION = @LT_XSSL_REVISION@
1097
1159
MAJOR_VERSION = @MAJOR_VERSION@
1098
1160
MAKEINFO = @MAKEINFO@
1099
1161
MANIFEST_TOOL = @MANIFEST_TOOL@
1103
1165
MSGFMT_015 = @MSGFMT_015@
1104
1166
MSGMERGE = @MSGMERGE@
1105
1167
NETINET_IN_H = @NETINET_IN_H@
 
1168
NETTLE_CFLAGS = @NETTLE_CFLAGS@
 
1169
NETTLE_LIBS = @NETTLE_LIBS@
1106
1170
NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
1107
1171
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@
1108
1172
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
1316
1380
REPLACE_PRINTF = @REPLACE_PRINTF@
1317
1381
REPLACE_PSELECT = @REPLACE_PSELECT@
1318
1382
REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
 
1383
REPLACE_PTSNAME = @REPLACE_PTSNAME@
1319
1384
REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
1320
1385
REPLACE_PUTENV = @REPLACE_PUTENV@
1321
1386
REPLACE_PWRITE = @REPLACE_PWRITE@
1404
1469
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1405
1470
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1406
1471
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
 
1472
TSS_CFLAGS = @TSS_CFLAGS@
 
1473
TSS_LIBS = @TSS_LIBS@
1407
1474
UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
1408
1475
UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
 
1476
UNBOUND_CFLAGS = @UNBOUND_CFLAGS@
 
1477
UNBOUND_LIBS = @UNBOUND_LIBS@
1409
1478
UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1410
1479
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1411
1480
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1527
1596
        -rm -rf .libs _libs
1528
1597
 
1529
1598
# This directory's subdirectories are mostly independent; you can cd
1530
 
# into them and run `make' without going through this Makefile.
1531
 
# To change the values of `make' variables: instead of editing Makefiles,
1532
 
# (1) if the variable is set in `config.status', edit `config.status'
1533
 
#     (which will cause the Makefiles to be regenerated when you run `make');
1534
 
# (2) otherwise, pass the desired values on the `make' command line.
1535
 
$(RECURSIVE_TARGETS):
1536
 
        @fail= failcom='exit 1'; \
1537
 
        for f in x $$MAKEFLAGS; do \
1538
 
          case $$f in \
1539
 
            *=* | --[!k]*);; \
1540
 
            *k*) failcom='fail=yes';; \
1541
 
          esac; \
1542
 
        done; \
 
1599
# into them and run 'make' without going through this Makefile.
 
1600
# To change the values of 'make' variables: instead of editing Makefiles,
 
1601
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1602
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1603
# (2) otherwise, pass the desired values on the 'make' command line.
 
1604
$(am__recursive_targets):
 
1605
        @fail=; \
 
1606
        if $(am__make_keepgoing); then \
 
1607
          failcom='fail=yes'; \
 
1608
        else \
 
1609
          failcom='exit 1'; \
 
1610
        fi; \
1543
1611
        dot_seen=no; \
1544
1612
        target=`echo $@ | sed s/-recursive//`; \
1545
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1613
        case "$@" in \
 
1614
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1615
          *) list='$(SUBDIRS)' ;; \
 
1616
        esac; \
 
1617
        for subdir in $$list; do \
1546
1618
          echo "Making $$target in $$subdir"; \
1547
1619
          if test "$$subdir" = "."; then \
1548
1620
            dot_seen=yes; \
1557
1629
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1558
1630
        fi; test -z "$$fail"
1559
1631
 
1560
 
$(RECURSIVE_CLEAN_TARGETS):
1561
 
        @fail= failcom='exit 1'; \
1562
 
        for f in x $$MAKEFLAGS; do \
1563
 
          case $$f in \
1564
 
            *=* | --[!k]*);; \
1565
 
            *k*) failcom='fail=yes';; \
1566
 
          esac; \
1567
 
        done; \
1568
 
        dot_seen=no; \
1569
 
        case "$@" in \
1570
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1571
 
          *) list='$(SUBDIRS)' ;; \
1572
 
        esac; \
1573
 
        rev=''; for subdir in $$list; do \
1574
 
          if test "$$subdir" = "."; then :; else \
1575
 
            rev="$$subdir $$rev"; \
1576
 
          fi; \
1577
 
        done; \
1578
 
        rev="$$rev ."; \
1579
 
        target=`echo $@ | sed s/-recursive//`; \
1580
 
        for subdir in $$rev; do \
1581
 
          echo "Making $$target in $$subdir"; \
1582
 
          if test "$$subdir" = "."; then \
1583
 
            local_target="$$target-am"; \
1584
 
          else \
1585
 
            local_target="$$target"; \
1586
 
          fi; \
1587
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1588
 
          || eval $$failcom; \
1589
 
        done && test -z "$$fail"
1590
 
tags-recursive:
1591
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1592
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1593
 
        done
1594
 
ctags-recursive:
1595
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1596
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1597
 
        done
1598
 
 
1599
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1600
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1601
 
        unique=`for i in $$list; do \
1602
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1603
 
          done | \
1604
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1605
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1606
 
        mkid -fID $$unique
1607
 
tags: TAGS
1608
 
 
1609
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1610
 
                $(TAGS_FILES) $(LISP)
 
1632
ID: $(am__tagged_files)
 
1633
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1634
tags: tags-recursive
 
1635
TAGS: tags
 
1636
 
 
1637
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1611
1638
        set x; \
1612
1639
        here=`pwd`; \
1613
1640
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1623
1650
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1624
1651
          fi; \
1625
1652
        done; \
1626
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1627
 
        unique=`for i in $$list; do \
1628
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1629
 
          done | \
1630
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1631
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1653
        $(am__define_uniq_tagged_files); \
1632
1654
        shift; \
1633
1655
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1634
1656
          test -n "$$unique" || unique=$$empty_fix; \
1640
1662
              $$unique; \
1641
1663
          fi; \
1642
1664
        fi
1643
 
ctags: CTAGS
1644
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1645
 
                $(TAGS_FILES) $(LISP)
1646
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1647
 
        unique=`for i in $$list; do \
1648
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1649
 
          done | \
1650
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1651
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1665
ctags: ctags-recursive
 
1666
 
 
1667
CTAGS: ctags
 
1668
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1669
        $(am__define_uniq_tagged_files); \
1652
1670
        test -z "$(CTAGS_ARGS)$$unique" \
1653
1671
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1654
1672
             $$unique
1657
1675
        here=`$(am__cd) $(top_builddir) && pwd` \
1658
1676
          && $(am__cd) $(top_srcdir) \
1659
1677
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1678
cscopelist: cscopelist-recursive
 
1679
 
 
1680
cscopelist-am: $(am__tagged_files)
 
1681
        list='$(am__tagged_files)'; \
 
1682
        case "$(srcdir)" in \
 
1683
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1684
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1685
        esac; \
 
1686
        for i in $$list; do \
 
1687
          if test -f "$$i"; then \
 
1688
            echo "$(subdir)/$$i"; \
 
1689
          else \
 
1690
            echo "$$sdir/$$i"; \
 
1691
          fi; \
 
1692
        done >> $(top_builddir)/cscope.files
1660
1693
 
1661
1694
distclean-tags:
1662
1695
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1817
1850
 
1818
1851
uninstall-am:
1819
1852
 
1820
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1821
 
        install-am install-strip tags-recursive
 
1853
.MAKE: $(am__recursive_targets) install-am install-strip
1822
1854
 
1823
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1824
 
        all all-am check check-am clean clean-generic clean-libtool \
1825
 
        ctags ctags-recursive distclean distclean-generic \
1826
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1827
 
        html-am info info-am install install-am install-data \
1828
 
        install-data-am install-dvi install-dvi-am install-exec \
1829
 
        install-exec-am install-html install-html-am install-info \
1830
 
        install-info-am install-man install-pdf install-pdf-am \
1831
 
        install-ps install-ps-am install-strip installcheck \
1832
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1833
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
1834
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1835
 
        uninstall uninstall-am
 
1855
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1856
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
1857
        ctags-am distclean distclean-generic distclean-libtool \
 
1858
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1859
        install install-am install-data install-data-am install-dvi \
 
1860
        install-dvi-am install-exec install-exec-am install-html \
 
1861
        install-html-am install-info install-info-am install-man \
 
1862
        install-pdf install-pdf-am install-ps install-ps-am \
 
1863
        install-strip installcheck installcheck-am installdirs \
 
1864
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1865
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
1866
        ps ps-am tags tags-am uninstall uninstall-am
1836
1867
 
1837
1868
 
1838
1869
# Tell versions [3.59,3.63) of GNU make to not export all variables.