~ubuntu-branches/ubuntu/utopic/dovecot/utopic-proposed

« back to all changes in this revision

Viewing changes to src/lib-http/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (4.1.35 sid)
  • Revision ID: package-import@ubuntu.com-20140108093549-i72o93pux8p0dlaf
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
 
33
    case $$MAKEFLAGS in \
 
34
      *\\[\ \   ]*) \
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
65
pkgdatadir = $(datadir)/@PACKAGE@
 
66
pkgincludedir = $(includedir)/@PACKAGE@
 
67
pkglibdir = $(libdir)/@PACKAGE@
 
68
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
69
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
70
install_sh_DATA = $(install_sh) -c -m 644
 
71
install_sh_PROGRAM = $(install_sh) -c
 
72
install_sh_SCRIPT = $(install_sh) -c
 
73
INSTALL_HEADER = $(INSTALL_DATA)
 
74
transform = $(program_transform_name)
 
75
NORMAL_INSTALL = :
 
76
PRE_INSTALL = :
 
77
POST_INSTALL = :
 
78
NORMAL_UNINSTALL = :
 
79
PRE_UNINSTALL = :
 
80
POST_UNINSTALL = :
 
81
build_triplet = @build@
 
82
host_triplet = @host@
 
83
noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
 
84
subdir = src/lib-http
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(top_srcdir)/depcomp $(pkginc_lib_HEADERS)
 
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
88
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
 
89
        $(top_srcdir)/configure.ac
 
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
91
        $(ACLOCAL_M4)
 
92
mkinstalldirs = $(install_sh) -d
 
93
CONFIG_HEADER = $(top_builddir)/config.h
 
94
CONFIG_CLEAN_FILES =
 
95
CONFIG_CLEAN_VPATH_FILES =
 
96
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
97
libhttp_la_LIBADD =
 
98
am_libhttp_la_OBJECTS = http-date.lo http-url.lo http-parser.lo \
 
99
        http-header.lo http-header-parser.lo http-transfer-chunked.lo \
 
100
        http-message-parser.lo http-request.lo http-request-parser.lo \
 
101
        http-response.lo http-response-parser.lo \
 
102
        http-client-request.lo http-client-connection.lo \
 
103
        http-client-peer.lo http-client-queue.lo http-client-host.lo \
 
104
        http-client.lo
 
105
libhttp_la_OBJECTS = $(am_libhttp_la_OBJECTS)
 
106
AM_V_lt = $(am__v_lt_@AM_V@)
 
107
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
108
am__v_lt_0 = --silent
 
109
am__v_lt_1 = 
 
110
am__EXEEXT_1 = test-http-date$(EXEEXT) test-http-url$(EXEEXT) \
 
111
        test-http-header-parser$(EXEEXT) test-http-transfer$(EXEEXT) \
 
112
        test-http-response-parser$(EXEEXT) \
 
113
        test-http-request-parser$(EXEEXT)
 
114
am__EXEEXT_2 = test-http-client$(EXEEXT) test-http-server$(EXEEXT)
 
115
PROGRAMS = $(noinst_PROGRAMS)
 
116
am_test_http_client_OBJECTS = test-http-client.$(OBJEXT)
 
117
test_http_client_OBJECTS = $(am_test_http_client_OBJECTS)
 
118
am__DEPENDENCIES_1 =
 
119
am__DEPENDENCIES_2 = ../lib-test/libtest.la ../lib/liblib.la \
 
120
        $(am__DEPENDENCIES_1)
 
121
test_http_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
122
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
123
        $(AM_CFLAGS) $(CFLAGS) $(test_http_client_LDFLAGS) $(LDFLAGS) \
 
124
        -o $@
 
125
am_test_http_date_OBJECTS = test-http-date.$(OBJEXT)
 
126
test_http_date_OBJECTS = $(am_test_http_date_OBJECTS)
 
127
am_test_http_header_parser_OBJECTS =  \
 
128
        test-http-header-parser.$(OBJEXT)
 
129
test_http_header_parser_OBJECTS =  \
 
130
        $(am_test_http_header_parser_OBJECTS)
 
131
am_test_http_request_parser_OBJECTS =  \
 
132
        test-http-request-parser.$(OBJEXT)
 
133
test_http_request_parser_OBJECTS =  \
 
134
        $(am_test_http_request_parser_OBJECTS)
 
135
am_test_http_response_parser_OBJECTS =  \
 
136
        test-http-response-parser.$(OBJEXT)
 
137
test_http_response_parser_OBJECTS =  \
 
138
        $(am_test_http_response_parser_OBJECTS)
 
139
am_test_http_server_OBJECTS = test-http-server.$(OBJEXT)
 
140
test_http_server_OBJECTS = $(am_test_http_server_OBJECTS)
 
141
test_http_server_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
142
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
143
        $(AM_CFLAGS) $(CFLAGS) $(test_http_server_LDFLAGS) $(LDFLAGS) \
 
144
        -o $@
 
145
am_test_http_transfer_OBJECTS = test-http-transfer.$(OBJEXT)
 
146
test_http_transfer_OBJECTS = $(am_test_http_transfer_OBJECTS)
 
147
am_test_http_url_OBJECTS = test-http-url.$(OBJEXT)
 
148
test_http_url_OBJECTS = $(am_test_http_url_OBJECTS)
 
149
AM_V_P = $(am__v_P_@AM_V@)
 
150
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
151
am__v_P_0 = false
 
152
am__v_P_1 = :
 
153
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
154
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
155
am__v_GEN_0 = @echo "  GEN     " $@;
 
156
am__v_GEN_1 = 
 
157
AM_V_at = $(am__v_at_@AM_V@)
 
158
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
159
am__v_at_0 = @
 
160
am__v_at_1 = 
 
161
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
162
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
163
am__depfiles_maybe = depfiles
 
164
am__mv = mv -f
 
165
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
166
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
167
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
168
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
169
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
170
        $(AM_CFLAGS) $(CFLAGS)
 
171
AM_V_CC = $(am__v_CC_@AM_V@)
 
172
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
173
am__v_CC_0 = @echo "  CC      " $@;
 
174
am__v_CC_1 = 
 
175
CCLD = $(CC)
 
176
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
177
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
178
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
179
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
180
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
181
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
182
am__v_CCLD_1 = 
 
183
SOURCES = $(libhttp_la_SOURCES) $(test_http_client_SOURCES) \
 
184
        $(test_http_date_SOURCES) $(test_http_header_parser_SOURCES) \
 
185
        $(test_http_request_parser_SOURCES) \
 
186
        $(test_http_response_parser_SOURCES) \
 
187
        $(test_http_server_SOURCES) $(test_http_transfer_SOURCES) \
 
188
        $(test_http_url_SOURCES)
 
189
DIST_SOURCES = $(libhttp_la_SOURCES) $(test_http_client_SOURCES) \
 
190
        $(test_http_date_SOURCES) $(test_http_header_parser_SOURCES) \
 
191
        $(test_http_request_parser_SOURCES) \
 
192
        $(test_http_response_parser_SOURCES) \
 
193
        $(test_http_server_SOURCES) $(test_http_transfer_SOURCES) \
 
194
        $(test_http_url_SOURCES)
 
195
am__can_run_installinfo = \
 
196
  case $$AM_UPDATE_INFO_DIR in \
 
197
    n|no|NO) false;; \
 
198
    *) (install-info --version) >/dev/null 2>&1;; \
 
199
  esac
 
200
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
201
am__vpath_adj = case $$p in \
 
202
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
203
    *) f=$$p;; \
 
204
  esac;
 
205
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
206
am__install_max = 40
 
207
am__nobase_strip_setup = \
 
208
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
209
am__nobase_strip = \
 
210
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
211
am__nobase_list = $(am__nobase_strip_setup); \
 
212
  for p in $$list; do echo "$$p $$p"; done | \
 
213
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
214
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
215
    if (++n[$$2] == $(am__install_max)) \
 
216
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
217
    END { for (dir in files) print dir, files[dir] }'
 
218
am__base_list = \
 
219
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
220
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
221
am__uninstall_files_from_dir = { \
 
222
  test -z "$$files" \
 
223
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
224
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
225
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
226
  }
 
227
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
 
228
HEADERS = $(pkginc_lib_HEADERS)
 
229
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
230
# Read a list of newline-separated strings from the standard input,
 
231
# and print each of them once, without duplicates.  Input order is
 
232
# *not* preserved.
 
233
am__uniquify_input = $(AWK) '\
 
234
  BEGIN { nonempty = 0; } \
 
235
  { items[$$0] = 1; nonempty = 1; } \
 
236
  END { if (nonempty) { for (i in items) print i; }; } \
 
237
'
 
238
# Make sure the list of sources is unique.  This is necessary because,
 
239
# e.g., the same source file might be shared among _SOURCES variables
 
240
# for different programs/libraries.
 
241
am__define_uniq_tagged_files = \
 
242
  list='$(am__tagged_files)'; \
 
243
  unique=`for i in $$list; do \
 
244
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
245
  done | $(am__uniquify_input)`
 
246
ETAGS = etags
 
247
CTAGS = ctags
 
248
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
249
ACLOCAL = @ACLOCAL@
 
250
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
251
AMTAR = @AMTAR@
 
252
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
253
AR = @AR@
 
254
AUTH_CFLAGS = @AUTH_CFLAGS@
 
255
AUTH_LIBS = @AUTH_LIBS@
 
256
AUTOCONF = @AUTOCONF@
 
257
AUTOHEADER = @AUTOHEADER@
 
258
AUTOMAKE = @AUTOMAKE@
 
259
AWK = @AWK@
 
260
CC = @CC@
 
261
CCDEPMODE = @CCDEPMODE@
 
262
CDB_LIBS = @CDB_LIBS@
 
263
CFLAGS = @CFLAGS@
 
264
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
265
CLUCENE_LIBS = @CLUCENE_LIBS@
 
266
COMPRESS_LIBS = @COMPRESS_LIBS@
 
267
CPP = @CPP@
 
268
CPPFLAGS = @CPPFLAGS@
 
269
CRYPT_LIBS = @CRYPT_LIBS@
 
270
CXX = @CXX@
 
271
CXXCPP = @CXXCPP@
 
272
CXXDEPMODE = @CXXDEPMODE@
 
273
CXXFLAGS = @CXXFLAGS@
 
274
CYGPATH_W = @CYGPATH_W@
 
275
DEFS = @DEFS@
 
276
DEPDIR = @DEPDIR@
 
277
DICT_LIBS = @DICT_LIBS@
 
278
DLLTOOL = @DLLTOOL@
 
279
DSYMUTIL = @DSYMUTIL@
 
280
DUMPBIN = @DUMPBIN@
 
281
ECHO_C = @ECHO_C@
 
282
ECHO_N = @ECHO_N@
 
283
ECHO_T = @ECHO_T@
 
284
EGREP = @EGREP@
 
285
EXEEXT = @EXEEXT@
 
286
FGREP = @FGREP@
 
287
GREP = @GREP@
 
288
INSTALL = @INSTALL@
 
289
INSTALL_DATA = @INSTALL_DATA@
 
290
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
291
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
292
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
293
KRB5CONFIG = @KRB5CONFIG@
 
294
KRB5_CFLAGS = @KRB5_CFLAGS@
 
295
KRB5_LIBS = @KRB5_LIBS@
 
296
LD = @LD@
 
297
LDAP_LIBS = @LDAP_LIBS@
 
298
LDFLAGS = @LDFLAGS@
 
299
LIBCAP = @LIBCAP@
 
300
LIBDOVECOT = @LIBDOVECOT@
 
301
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
 
302
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
 
303
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
 
304
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
 
305
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
 
306
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
 
307
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
 
308
LIBICONV = @LIBICONV@
 
309
LIBOBJS = @LIBOBJS@
 
310
LIBS = @LIBS@
 
311
LIBTOOL = @LIBTOOL@
 
312
LIBWRAP_LIBS = @LIBWRAP_LIBS@
 
313
LINKED_STORAGE_LDADD = @LINKED_STORAGE_LDADD@
 
314
LINKED_STORAGE_LIBS = @LINKED_STORAGE_LIBS@
 
315
LIPO = @LIPO@
 
316
LN_S = @LN_S@
 
317
LTLIBICONV = @LTLIBICONV@
 
318
LTLIBOBJS = @LTLIBOBJS@
 
319
MAINT = @MAINT@
 
320
MAKEINFO = @MAKEINFO@
 
321
MANIFEST_TOOL = @MANIFEST_TOOL@
 
322
MKDIR_P = @MKDIR_P@
 
323
MODULE_LIBS = @MODULE_LIBS@
 
324
MODULE_SUFFIX = @MODULE_SUFFIX@
 
325
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
326
MYSQL_CONFIG = @MYSQL_CONFIG@
 
327
MYSQL_LIBS = @MYSQL_LIBS@
 
328
NM = @NM@
 
329
NMEDIT = @NMEDIT@
 
330
NOPLUGIN_LDFLAGS = @NOPLUGIN_LDFLAGS@
 
331
OBJDUMP = @OBJDUMP@
 
332
OBJEXT = @OBJEXT@
 
333
OTOOL = @OTOOL@
 
334
OTOOL64 = @OTOOL64@
 
335
PACKAGE = @PACKAGE@
 
336
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
337
PACKAGE_NAME = @PACKAGE_NAME@
 
338
PACKAGE_STRING = @PACKAGE_STRING@
 
339
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
340
PACKAGE_URL = @PACKAGE_URL@
 
341
PACKAGE_VERSION = @PACKAGE_VERSION@
 
342
PATH_SEPARATOR = @PATH_SEPARATOR@
 
343
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
344
PGSQL_LIBS = @PGSQL_LIBS@
 
345
PG_CONFIG = @PG_CONFIG@
 
346
PKG_CONFIG = @PKG_CONFIG@
 
347
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
348
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
349
QUOTA_LIBS = @QUOTA_LIBS@
 
350
RANLIB = @RANLIB@
 
351
RPCGEN = @RPCGEN@
 
352
RUN_TEST = @RUN_TEST@
 
353
SED = @SED@
 
354
SETTING_FILES = @SETTING_FILES@
 
355
SET_MAKE = @SET_MAKE@
 
356
SHELL = @SHELL@
 
357
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
358
SQLITE_LIBS = @SQLITE_LIBS@
 
359
SQL_CFLAGS = @SQL_CFLAGS@
 
360
SQL_LIBS = @SQL_LIBS@
 
361
SSL_CFLAGS = @SSL_CFLAGS@
 
362
SSL_LIBS = @SSL_LIBS@
 
363
STRIP = @STRIP@
 
364
VALGRIND = @VALGRIND@
 
365
VERSION = @VERSION@
 
366
abs_builddir = @abs_builddir@
 
367
abs_srcdir = @abs_srcdir@
 
368
abs_top_builddir = @abs_top_builddir@
 
369
abs_top_srcdir = @abs_top_srcdir@
 
370
ac_ct_AR = @ac_ct_AR@
 
371
ac_ct_CC = @ac_ct_CC@
 
372
ac_ct_CXX = @ac_ct_CXX@
 
373
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
374
am__include = @am__include@
 
375
am__leading_dot = @am__leading_dot@
 
376
am__quote = @am__quote@
 
377
am__tar = @am__tar@
 
378
am__untar = @am__untar@
 
379
bindir = @bindir@
 
380
build = @build@
 
381
build_alias = @build_alias@
 
382
build_cpu = @build_cpu@
 
383
build_os = @build_os@
 
384
build_vendor = @build_vendor@
 
385
builddir = @builddir@
 
386
datadir = @datadir@
 
387
datarootdir = @datarootdir@
 
388
dict_drivers = @dict_drivers@
 
389
docdir = @docdir@
 
390
dvidir = @dvidir@
 
391
exec_prefix = @exec_prefix@
 
392
host = @host@
 
393
host_alias = @host_alias@
 
394
host_cpu = @host_cpu@
 
395
host_os = @host_os@
 
396
host_vendor = @host_vendor@
 
397
htmldir = @htmldir@
 
398
includedir = @includedir@
 
399
infodir = @infodir@
 
400
install_sh = @install_sh@
 
401
libdir = @libdir@
 
402
libexecdir = @libexecdir@
 
403
localedir = @localedir@
 
404
localstatedir = @localstatedir@
 
405
mail_storages = @mail_storages@
 
406
mailbox_list_drivers = @mailbox_list_drivers@
 
407
mandir = @mandir@
 
408
mkdir_p = @mkdir_p@
 
409
moduledir = @moduledir@
 
410
oldincludedir = @oldincludedir@
 
411
pdfdir = @pdfdir@
 
412
prefix = @prefix@
 
413
program_transform_name = @program_transform_name@
 
414
psdir = @psdir@
 
415
rundir = @rundir@
 
416
sbindir = @sbindir@
 
417
sharedstatedir = @sharedstatedir@
 
418
sql_drivers = @sql_drivers@
 
419
srcdir = @srcdir@
 
420
ssldir = @ssldir@
 
421
statedir = @statedir@
 
422
sysconfdir = @sysconfdir@
 
423
systemdsystemunitdir = @systemdsystemunitdir@
 
424
target_alias = @target_alias@
 
425
top_build_prefix = @top_build_prefix@
 
426
top_builddir = @top_builddir@
 
427
top_srcdir = @top_srcdir@
 
428
noinst_LTLIBRARIES = libhttp.la
 
429
AM_CPPFLAGS = \
 
430
        -I$(top_srcdir)/src/lib \
 
431
        -I$(top_srcdir)/src/lib-test \
 
432
        -I$(top_srcdir)/src/lib-dns \
 
433
        -I$(top_srcdir)/src/lib-ssl-iostream
 
434
 
 
435
libhttp_la_SOURCES = \
 
436
        http-date.c \
 
437
        http-url.c \
 
438
        http-parser.c \
 
439
        http-header.c \
 
440
        http-header-parser.c \
 
441
        http-transfer-chunked.c \
 
442
        http-message-parser.c \
 
443
        http-request.c \
 
444
        http-request-parser.c \
 
445
        http-response.c \
 
446
        http-response-parser.c \
 
447
        http-client-request.c \
 
448
        http-client-connection.c \
 
449
        http-client-peer.c \
 
450
        http-client-queue.c \
 
451
        http-client-host.c \
 
452
        http-client.c
 
453
 
 
454
headers = \
 
455
        http-date.h \
 
456
        http-url.h \
 
457
        http-parser.h \
 
458
        http-header.h \
 
459
        http-header-parser.h \
 
460
        http-transfer.h \
 
461
        http-message-parser.h \
 
462
        http-request.h \
 
463
        http-request-parser.h \
 
464
        http-response.h \
 
465
        http-response-parser.h \
 
466
        http-client-private.h \
 
467
        http-client.h
 
468
 
 
469
pkginc_libdir = $(pkgincludedir)
 
470
pkginc_lib_HEADERS = $(headers)
 
471
test_programs = \
 
472
        test-http-date \
 
473
        test-http-url \
 
474
        test-http-header-parser \
 
475
        test-http-transfer \
 
476
        test-http-response-parser \
 
477
        test-http-request-parser
 
478
 
 
479
test_nocheck_programs = \
 
480
        test-http-client \
 
481
        test-http-server
 
482
 
 
483
test_libs = \
 
484
        ../lib-test/libtest.la \
 
485
        ../lib/liblib.la \
 
486
        $(MODULE_LIBS)
 
487
 
 
488
test_deps = \
 
489
        $(noinst_LTLIBRARIES) \
 
490
        ../lib-test/libtest.la \
 
491
        ../lib/liblib.la
 
492
 
 
493
test_http_url_SOURCES = test-http-url.c
 
494
test_http_url_LDADD = http-url.lo http-header.lo $(test_libs)
 
495
test_http_url_DEPENDENCIES = $(test_deps)
 
496
test_http_date_SOURCES = test-http-date.c
 
497
test_http_date_LDADD = http-date.lo  $(test_libs)
 
498
test_http_date_DEPENDENCIES = $(test_deps)
 
499
test_http_header_parser_SOURCES = test-http-header-parser.c
 
500
test_http_header_parser_LDADD = http-parser.lo http-header-parser.lo http-header.lo $(test_libs)
 
501
test_http_header_parser_DEPENDENCIES = $(test_deps)
 
502
test_http_transfer_SOURCES = test-http-transfer.c
 
503
test_http_transfer_LDADD = \
 
504
        http-parser.lo \
 
505
        http-header-parser.lo \
 
506
        http-transfer-chunked.lo \
 
507
        http-header.lo \
 
508
        $(test_libs)
 
509
 
 
510
test_http_transfer_DEPENDENCIES = $(test_deps)
 
511
test_http_response_parser_SOURCES = test-http-response-parser.c
 
512
test_http_response_parser_LDADD = \
 
513
        http-date.lo \
 
514
        http-parser.lo \
 
515
        http-header.lo \
 
516
        http-header-parser.lo \
 
517
        http-transfer-chunked.lo \
 
518
        http-message-parser.lo \
 
519
        http-response-parser.lo \
 
520
        $(test_libs)
 
521
 
 
522
test_http_response_parser_DEPENDENCIES = $(test_deps)
 
523
test_http_request_parser_SOURCES = test-http-request-parser.c
 
524
test_http_request_parser_LDADD = \
 
525
        http-date.lo \
 
526
        http-parser.lo \
 
527
        http-url.lo \
 
528
        http-header.lo \
 
529
        http-header-parser.lo \
 
530
        http-transfer-chunked.lo \
 
531
        http-message-parser.lo \
 
532
        http-request-parser.lo \
 
533
        $(test_libs)
 
534
 
 
535
test_http_request_parser_DEPENDENCIES = $(test_deps)
 
536
test_http_client_SOURCES = test-http-client.c
 
537
test_http_client_LDFLAGS = -export-dynamic
 
538
test_http_client_LDADD = \
 
539
        libhttp.la \
 
540
        ../lib-dns/libdns.la \
 
541
        ../lib-ssl-iostream/libssl_iostream.la \
 
542
        $(test_libs)
 
543
 
 
544
test_http_client_DEPENDENCIES = \
 
545
        libhttp.la \
 
546
        ../lib-dns/libdns.la \
 
547
        ../lib-ssl-iostream/libssl_iostream.la \
 
548
        $(test_deps)
 
549
 
 
550
test_http_server_SOURCES = test-http-server.c
 
551
test_http_server_LDFLAGS = -export-dynamic
 
552
test_http_server_LDADD = \
 
553
        libhttp.la \
 
554
        ../lib-dns/libdns.la \
 
555
        ../lib-ssl-iostream/libssl_iostream.la \
 
556
        $(test_libs)
 
557
 
 
558
test_http_server_DEPENDENCIES = \
 
559
        libhttp.la \
 
560
        ../lib-dns/libdns.la \
 
561
        ../lib-ssl-iostream/libssl_iostream.la \
 
562
        $(test_deps)
 
563
 
 
564
all: all-am
 
565
 
 
566
.SUFFIXES:
 
567
.SUFFIXES: .c .lo .o .obj
 
568
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
569
        @for dep in $?; do \
 
570
          case '$(am__configure_deps)' in \
 
571
            *$$dep*) \
 
572
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
573
                && { if test -f $@; then exit 0; else break; fi; }; \
 
574
              exit 1;; \
 
575
          esac; \
 
576
        done; \
 
577
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-http/Makefile'; \
 
578
        $(am__cd) $(top_srcdir) && \
 
579
          $(AUTOMAKE) --foreign src/lib-http/Makefile
 
580
.PRECIOUS: Makefile
 
581
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
582
        @case '$?' in \
 
583
          *config.status*) \
 
584
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
585
          *) \
 
586
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
587
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
588
        esac;
 
589
 
 
590
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
591
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
592
 
 
593
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
594
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
595
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
596
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
597
$(am__aclocal_m4_deps):
 
598
 
 
599
clean-noinstLTLIBRARIES:
 
600
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
601
        @list='$(noinst_LTLIBRARIES)'; \
 
602
        locs=`for p in $$list; do echo $$p; done | \
 
603
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
604
              sort -u`; \
 
605
        test -z "$$locs" || { \
 
606
          echo rm -f $${locs}; \
 
607
          rm -f $${locs}; \
 
608
        }
 
609
 
 
610
libhttp.la: $(libhttp_la_OBJECTS) $(libhttp_la_DEPENDENCIES) $(EXTRA_libhttp_la_DEPENDENCIES) 
 
611
        $(AM_V_CCLD)$(LINK)  $(libhttp_la_OBJECTS) $(libhttp_la_LIBADD) $(LIBS)
 
612
 
 
613
clean-noinstPROGRAMS:
 
614
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
615
        echo " rm -f" $$list; \
 
616
        rm -f $$list || exit $$?; \
 
617
        test -n "$(EXEEXT)" || exit 0; \
 
618
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
619
        echo " rm -f" $$list; \
 
620
        rm -f $$list
 
621
 
 
622
test-http-client$(EXEEXT): $(test_http_client_OBJECTS) $(test_http_client_DEPENDENCIES) $(EXTRA_test_http_client_DEPENDENCIES) 
 
623
        @rm -f test-http-client$(EXEEXT)
 
624
        $(AM_V_CCLD)$(test_http_client_LINK) $(test_http_client_OBJECTS) $(test_http_client_LDADD) $(LIBS)
 
625
 
 
626
test-http-date$(EXEEXT): $(test_http_date_OBJECTS) $(test_http_date_DEPENDENCIES) $(EXTRA_test_http_date_DEPENDENCIES) 
 
627
        @rm -f test-http-date$(EXEEXT)
 
628
        $(AM_V_CCLD)$(LINK) $(test_http_date_OBJECTS) $(test_http_date_LDADD) $(LIBS)
 
629
 
 
630
test-http-header-parser$(EXEEXT): $(test_http_header_parser_OBJECTS) $(test_http_header_parser_DEPENDENCIES) $(EXTRA_test_http_header_parser_DEPENDENCIES) 
 
631
        @rm -f test-http-header-parser$(EXEEXT)
 
632
        $(AM_V_CCLD)$(LINK) $(test_http_header_parser_OBJECTS) $(test_http_header_parser_LDADD) $(LIBS)
 
633
 
 
634
test-http-request-parser$(EXEEXT): $(test_http_request_parser_OBJECTS) $(test_http_request_parser_DEPENDENCIES) $(EXTRA_test_http_request_parser_DEPENDENCIES) 
 
635
        @rm -f test-http-request-parser$(EXEEXT)
 
636
        $(AM_V_CCLD)$(LINK) $(test_http_request_parser_OBJECTS) $(test_http_request_parser_LDADD) $(LIBS)
 
637
 
 
638
test-http-response-parser$(EXEEXT): $(test_http_response_parser_OBJECTS) $(test_http_response_parser_DEPENDENCIES) $(EXTRA_test_http_response_parser_DEPENDENCIES) 
 
639
        @rm -f test-http-response-parser$(EXEEXT)
 
640
        $(AM_V_CCLD)$(LINK) $(test_http_response_parser_OBJECTS) $(test_http_response_parser_LDADD) $(LIBS)
 
641
 
 
642
test-http-server$(EXEEXT): $(test_http_server_OBJECTS) $(test_http_server_DEPENDENCIES) $(EXTRA_test_http_server_DEPENDENCIES) 
 
643
        @rm -f test-http-server$(EXEEXT)
 
644
        $(AM_V_CCLD)$(test_http_server_LINK) $(test_http_server_OBJECTS) $(test_http_server_LDADD) $(LIBS)
 
645
 
 
646
test-http-transfer$(EXEEXT): $(test_http_transfer_OBJECTS) $(test_http_transfer_DEPENDENCIES) $(EXTRA_test_http_transfer_DEPENDENCIES) 
 
647
        @rm -f test-http-transfer$(EXEEXT)
 
648
        $(AM_V_CCLD)$(LINK) $(test_http_transfer_OBJECTS) $(test_http_transfer_LDADD) $(LIBS)
 
649
 
 
650
test-http-url$(EXEEXT): $(test_http_url_OBJECTS) $(test_http_url_DEPENDENCIES) $(EXTRA_test_http_url_DEPENDENCIES) 
 
651
        @rm -f test-http-url$(EXEEXT)
 
652
        $(AM_V_CCLD)$(LINK) $(test_http_url_OBJECTS) $(test_http_url_LDADD) $(LIBS)
 
653
 
 
654
mostlyclean-compile:
 
655
        -rm -f *.$(OBJEXT)
 
656
 
 
657
distclean-compile:
 
658
        -rm -f *.tab.c
 
659
 
 
660
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client-connection.Plo@am__quote@
 
661
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client-host.Plo@am__quote@
 
662
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client-peer.Plo@am__quote@
 
663
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client-queue.Plo@am__quote@
 
664
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client-request.Plo@am__quote@
 
665
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-client.Plo@am__quote@
 
666
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-date.Plo@am__quote@
 
667
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-header-parser.Plo@am__quote@
 
668
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-header.Plo@am__quote@
 
669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-message-parser.Plo@am__quote@
 
670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-parser.Plo@am__quote@
 
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-request-parser.Plo@am__quote@
 
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-request.Plo@am__quote@
 
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-response-parser.Plo@am__quote@
 
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-response.Plo@am__quote@
 
675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-transfer-chunked.Plo@am__quote@
 
676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http-url.Plo@am__quote@
 
677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-client.Po@am__quote@
 
678
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-date.Po@am__quote@
 
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-header-parser.Po@am__quote@
 
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-request-parser.Po@am__quote@
 
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-response-parser.Po@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-server.Po@am__quote@
 
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-transfer.Po@am__quote@
 
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-http-url.Po@am__quote@
 
685
 
 
686
.c.o:
 
687
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
688
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
689
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
690
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
691
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
692
 
 
693
.c.obj:
 
694
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
695
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
696
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
697
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
698
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
699
 
 
700
.c.lo:
 
701
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
702
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
703
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
704
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
705
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
706
 
 
707
mostlyclean-libtool:
 
708
        -rm -f *.lo
 
709
 
 
710
clean-libtool:
 
711
        -rm -rf .libs _libs
 
712
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
 
713
        @$(NORMAL_INSTALL)
 
714
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
715
        if test -n "$$list"; then \
 
716
          echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
 
717
          $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
 
718
        fi; \
 
719
        for p in $$list; do \
 
720
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
721
          echo "$$d$$p"; \
 
722
        done | $(am__base_list) | \
 
723
        while read files; do \
 
724
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
725
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
 
726
        done
 
727
 
 
728
uninstall-pkginc_libHEADERS:
 
729
        @$(NORMAL_UNINSTALL)
 
730
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
731
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
732
        dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
 
733
 
 
734
ID: $(am__tagged_files)
 
735
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
736
tags: tags-am
 
737
TAGS: tags
 
738
 
 
739
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
740
        set x; \
 
741
        here=`pwd`; \
 
742
        $(am__define_uniq_tagged_files); \
 
743
        shift; \
 
744
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
745
          test -n "$$unique" || unique=$$empty_fix; \
 
746
          if test $$# -gt 0; then \
 
747
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
748
              "$$@" $$unique; \
 
749
          else \
 
750
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
751
              $$unique; \
 
752
          fi; \
 
753
        fi
 
754
ctags: ctags-am
 
755
 
 
756
CTAGS: ctags
 
757
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
758
        $(am__define_uniq_tagged_files); \
 
759
        test -z "$(CTAGS_ARGS)$$unique" \
 
760
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
761
             $$unique
 
762
 
 
763
GTAGS:
 
764
        here=`$(am__cd) $(top_builddir) && pwd` \
 
765
          && $(am__cd) $(top_srcdir) \
 
766
          && gtags -i $(GTAGS_ARGS) "$$here"
 
767
cscopelist: cscopelist-am
 
768
 
 
769
cscopelist-am: $(am__tagged_files)
 
770
        list='$(am__tagged_files)'; \
 
771
        case "$(srcdir)" in \
 
772
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
773
          *) sdir=$(subdir)/$(srcdir) ;; \
 
774
        esac; \
 
775
        for i in $$list; do \
 
776
          if test -f "$$i"; then \
 
777
            echo "$(subdir)/$$i"; \
 
778
          else \
 
779
            echo "$$sdir/$$i"; \
 
780
          fi; \
 
781
        done >> $(top_builddir)/cscope.files
 
782
 
 
783
distclean-tags:
 
784
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
785
 
 
786
distdir: $(DISTFILES)
 
787
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
788
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
789
        list='$(DISTFILES)'; \
 
790
          dist_files=`for file in $$list; do echo $$file; done | \
 
791
          sed -e "s|^$$srcdirstrip/||;t" \
 
792
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
793
        case $$dist_files in \
 
794
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
795
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
796
                           sort -u` ;; \
 
797
        esac; \
 
798
        for file in $$dist_files; do \
 
799
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
800
          if test -d $$d/$$file; then \
 
801
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
802
            if test -d "$(distdir)/$$file"; then \
 
803
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
804
            fi; \
 
805
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
806
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
807
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
808
            fi; \
 
809
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
810
          else \
 
811
            test -f "$(distdir)/$$file" \
 
812
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
813
            || exit 1; \
 
814
          fi; \
 
815
        done
 
816
check-am: all-am
 
817
check: check-am
 
818
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
 
819
installdirs:
 
820
        for dir in "$(DESTDIR)$(pkginc_libdir)"; do \
 
821
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
822
        done
 
823
install: install-am
 
824
install-exec: install-exec-am
 
825
install-data: install-data-am
 
826
uninstall: uninstall-am
 
827
 
 
828
install-am: all-am
 
829
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
830
 
 
831
installcheck: installcheck-am
 
832
install-strip:
 
833
        if test -z '$(STRIP)'; then \
 
834
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
835
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
836
              install; \
 
837
        else \
 
838
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
839
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
840
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
841
        fi
 
842
mostlyclean-generic:
 
843
 
 
844
clean-generic:
 
845
 
 
846
distclean-generic:
 
847
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
848
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
849
 
 
850
maintainer-clean-generic:
 
851
        @echo "This command is intended for maintainers to use"
 
852
        @echo "it deletes files that may require special tools to rebuild."
 
853
clean: clean-am
 
854
 
 
855
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
856
        clean-noinstPROGRAMS mostlyclean-am
 
857
 
 
858
distclean: distclean-am
 
859
        -rm -rf ./$(DEPDIR)
 
860
        -rm -f Makefile
 
861
distclean-am: clean-am distclean-compile distclean-generic \
 
862
        distclean-tags
 
863
 
 
864
dvi: dvi-am
 
865
 
 
866
dvi-am:
 
867
 
 
868
html: html-am
 
869
 
 
870
html-am:
 
871
 
 
872
info: info-am
 
873
 
 
874
info-am:
 
875
 
 
876
install-data-am: install-pkginc_libHEADERS
 
877
 
 
878
install-dvi: install-dvi-am
 
879
 
 
880
install-dvi-am:
 
881
 
 
882
install-exec-am:
 
883
 
 
884
install-html: install-html-am
 
885
 
 
886
install-html-am:
 
887
 
 
888
install-info: install-info-am
 
889
 
 
890
install-info-am:
 
891
 
 
892
install-man:
 
893
 
 
894
install-pdf: install-pdf-am
 
895
 
 
896
install-pdf-am:
 
897
 
 
898
install-ps: install-ps-am
 
899
 
 
900
install-ps-am:
 
901
 
 
902
installcheck-am:
 
903
 
 
904
maintainer-clean: maintainer-clean-am
 
905
        -rm -rf ./$(DEPDIR)
 
906
        -rm -f Makefile
 
907
maintainer-clean-am: distclean-am maintainer-clean-generic
 
908
 
 
909
mostlyclean: mostlyclean-am
 
910
 
 
911
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
912
        mostlyclean-libtool
 
913
 
 
914
pdf: pdf-am
 
915
 
 
916
pdf-am:
 
917
 
 
918
ps: ps-am
 
919
 
 
920
ps-am:
 
921
 
 
922
uninstall-am: uninstall-pkginc_libHEADERS
 
923
 
 
924
.MAKE: install-am install-strip
 
925
 
 
926
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
927
        clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
 
928
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
929
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
930
        dvi-am html html-am info info-am install install-am \
 
931
        install-data install-data-am install-dvi install-dvi-am \
 
932
        install-exec install-exec-am install-html install-html-am \
 
933
        install-info install-info-am install-man install-pdf \
 
934
        install-pdf-am install-pkginc_libHEADERS install-ps \
 
935
        install-ps-am install-strip installcheck installcheck-am \
 
936
        installdirs maintainer-clean maintainer-clean-generic \
 
937
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
938
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
939
        uninstall-am uninstall-pkginc_libHEADERS
 
940
 
 
941
 
 
942
check: check-am check-test
 
943
check-test: all-am
 
944
        for bin in $(test_programs); do \
 
945
          if ! $(RUN_TEST) ./$$bin; then exit 1; fi; \
 
946
        done
 
947
 
 
948
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
949
# Otherwise a system limit (for SysV at least) may be exceeded.
 
950
.NOEXPORT: