~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to lib/atscppapi/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2014-01-29 03:01:12 UTC
  • mfrom: (1.2.3)
  • mto: (5.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140129030112-z48a4g1pg5gctz7z
Tags: upstream-4.1.2
Import upstream version 4.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.3 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
#  Licensed to the Apache Software Foundation (ASF) under one
 
19
#  or more contributor license agreements.  See the NOTICE file
 
20
#  distributed with this work for additional information
 
21
#  regarding copyright ownership.  The ASF licenses this file
 
22
#  to you under the Apache License, Version 2.0 (the
 
23
#  "License"); you may not use this file except in compliance
 
24
#  with the License.  You may obtain a copy of the License at
 
25
#
 
26
#      http://www.apache.org/licenses/LICENSE-2.0
 
27
#
 
28
#  Unless required by applicable law or agreed to in writing, software
 
29
#  distributed under the License is distributed on an "AS IS" BASIS,
 
30
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
31
#  See the License for the specific language governing permissions and
 
32
#  limitations under the License.
 
33
 
 
34
 
 
35
VPATH = @srcdir@
 
36
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
37
am__make_running_with_option = \
 
38
  case $${target_option-} in \
 
39
      ?) ;; \
 
40
      *) echo "am__make_running_with_option: internal error: invalid" \
 
41
              "target option '$${target_option-}' specified" >&2; \
 
42
         exit 1;; \
 
43
  esac; \
 
44
  has_opt=no; \
 
45
  sane_makeflags=$$MAKEFLAGS; \
 
46
  if $(am__is_gnu_make); then \
 
47
    sane_makeflags=$$MFLAGS; \
 
48
  else \
 
49
    case $$MAKEFLAGS in \
 
50
      *\\[\ \   ]*) \
 
51
        bs=\\; \
 
52
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
53
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
54
    esac; \
 
55
  fi; \
 
56
  skip_next=no; \
 
57
  strip_trailopt () \
 
58
  { \
 
59
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
60
  }; \
 
61
  for flg in $$sane_makeflags; do \
 
62
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
63
    case $$flg in \
 
64
      *=*|--*) continue;; \
 
65
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
66
      -*I?*) strip_trailopt 'I';; \
 
67
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
68
      -*O?*) strip_trailopt 'O';; \
 
69
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
70
      -*l?*) strip_trailopt 'l';; \
 
71
      -[dEDm]) skip_next=yes;; \
 
72
      -[JT]) skip_next=yes;; \
 
73
    esac; \
 
74
    case $$flg in \
 
75
      *$$target_option*) has_opt=yes; break;; \
 
76
    esac; \
 
77
  done; \
 
78
  test $$has_opt = yes
 
79
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
80
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
81
pkgincludedir = $(includedir)/@PACKAGE@
 
82
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
83
install_sh_DATA = $(install_sh) -c -m 644
 
84
install_sh_PROGRAM = $(install_sh) -c
 
85
install_sh_SCRIPT = $(install_sh) -c
 
86
INSTALL_HEADER = $(INSTALL_DATA)
 
87
transform = $(program_transform_name)
 
88
NORMAL_INSTALL = :
 
89
PRE_INSTALL = :
 
90
POST_INSTALL = :
 
91
NORMAL_UNINSTALL = :
 
92
PRE_UNINSTALL = :
 
93
POST_UNINSTALL = :
 
94
build_triplet = @build@
 
95
host_triplet = @host@
 
96
subdir = lib/atscppapi/src
 
97
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
98
        $(top_srcdir)/build/aux/depcomp $(library_include_HEADERS)
 
99
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
100
am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
 
101
        $(top_srcdir)/build/ax_compare_version.m4 \
 
102
        $(top_srcdir)/build/ax_compiler_vendor.m4 \
 
103
        $(top_srcdir)/build/ax_cxx_compile_stdcxx_11.m4 \
 
104
        $(top_srcdir)/build/ax_lib_curl.m4 \
 
105
        $(top_srcdir)/build/ax_lib_readline.m4 \
 
106
        $(top_srcdir)/build/ax_path_generic.m4 \
 
107
        $(top_srcdir)/build/ax_perl_modules.m4 \
 
108
        $(top_srcdir)/build/ax_with_curses.m4 \
 
109
        $(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
 
110
        $(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
 
111
        $(top_srcdir)/build/ltoptions.m4 \
 
112
        $(top_srcdir)/build/ltsugar.m4 \
 
113
        $(top_srcdir)/build/ltversion.m4 \
 
114
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/lua.m4 \
 
115
        $(top_srcdir)/build/lzma.m4 $(top_srcdir)/build/network.m4 \
 
116
        $(top_srcdir)/build/pcre.m4 $(top_srcdir)/build/pkg.m4 \
 
117
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/tcmalloc.m4 \
 
118
        $(top_srcdir)/build/xml.m4 $(top_srcdir)/build/zlib.m4 \
 
119
        $(top_srcdir)/configure.ac
 
120
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
121
        $(ACLOCAL_M4)
 
122
mkinstalldirs = $(install_sh) -d
 
123
CONFIG_HEADER = $(top_builddir)/lib/ts/ink_autoconf.h
 
124
CONFIG_CLEAN_FILES =
 
125
CONFIG_CLEAN_VPATH_FILES =
 
126
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
127
am__vpath_adj = case $$p in \
 
128
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
129
    *) f=$$p;; \
 
130
  esac;
 
131
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
132
am__install_max = 40
 
133
am__nobase_strip_setup = \
 
134
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
135
am__nobase_strip = \
 
136
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
137
am__nobase_list = $(am__nobase_strip_setup); \
 
138
  for p in $$list; do echo "$$p $$p"; done | \
 
139
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
140
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
141
    if (++n[$$2] == $(am__install_max)) \
 
142
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
143
    END { for (dir in files) print dir, files[dir] }'
 
144
am__base_list = \
 
145
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
146
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
147
am__uninstall_files_from_dir = { \
 
148
  test -z "$$files" \
 
149
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
150
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
151
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
152
  }
 
153
am__installdirs = "$(DESTDIR)$(libdir)" \
 
154
        "$(DESTDIR)$(library_includedir)"
 
155
LTLIBRARIES = $(lib_LTLIBRARIES)
 
156
libatscppapi_la_LIBADD =
 
157
am_libatscppapi_la_OBJECTS = GlobalPlugin.lo Plugin.lo utils.lo \
 
158
        utils_internal.lo Transaction.lo TransactionPlugin.lo \
 
159
        Headers.lo Request.lo CaseInsensitiveStringComparator.lo \
 
160
        ClientRequest.lo Url.lo HttpVersion.lo HttpMethod.lo \
 
161
        InitializableValue.lo Response.lo TransformationPlugin.lo \
 
162
        Logger.lo Stat.lo AsyncHttpFetch.lo RemapPlugin.lo \
 
163
        GzipDeflateTransformation.lo GzipInflateTransformation.lo \
 
164
        AsyncTimer.lo
 
165
libatscppapi_la_OBJECTS = $(am_libatscppapi_la_OBJECTS)
 
166
AM_V_lt = $(am__v_lt_@AM_V@)
 
167
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
168
am__v_lt_0 = --silent
 
169
am__v_lt_1 = 
 
170
libatscppapi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 
171
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
172
        $(AM_CXXFLAGS) $(CXXFLAGS) $(libatscppapi_la_LDFLAGS) \
 
173
        $(LDFLAGS) -o $@
 
174
AM_V_P = $(am__v_P_@AM_V@)
 
175
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
176
am__v_P_0 = false
 
177
am__v_P_1 = :
 
178
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
179
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
180
am__v_GEN_0 = @echo "  GEN     " $@;
 
181
am__v_GEN_1 = 
 
182
AM_V_at = $(am__v_at_@AM_V@)
 
183
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
184
am__v_at_0 = @
 
185
am__v_at_1 = 
 
186
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib/ts
 
187
depcomp = $(SHELL) $(top_srcdir)/build/aux/depcomp
 
188
am__depfiles_maybe = depfiles
 
189
am__mv = mv -f
 
190
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
191
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
192
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
193
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
194
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
195
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
196
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
197
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
198
am__v_CXX_0 = @echo "  CXX     " $@;
 
199
am__v_CXX_1 = 
 
200
CXXLD = $(CXX)
 
201
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
202
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
203
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
204
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
205
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
206
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
207
am__v_CXXLD_1 = 
 
208
SOURCES = $(libatscppapi_la_SOURCES)
 
209
DIST_SOURCES = $(libatscppapi_la_SOURCES)
 
210
am__can_run_installinfo = \
 
211
  case $$AM_UPDATE_INFO_DIR in \
 
212
    n|no|NO) false;; \
 
213
    *) (install-info --version) >/dev/null 2>&1;; \
 
214
  esac
 
215
HEADERS = $(library_include_HEADERS)
 
216
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
217
# Read a list of newline-separated strings from the standard input,
 
218
# and print each of them once, without duplicates.  Input order is
 
219
# *not* preserved.
 
220
am__uniquify_input = $(AWK) '\
 
221
  BEGIN { nonempty = 0; } \
 
222
  { items[$$0] = 1; nonempty = 1; } \
 
223
  END { if (nonempty) { for (i in items) print i; }; } \
 
224
'
 
225
# Make sure the list of sources is unique.  This is necessary because,
 
226
# e.g., the same source file might be shared among _SOURCES variables
 
227
# for different programs/libraries.
 
228
am__define_uniq_tagged_files = \
 
229
  list='$(am__tagged_files)'; \
 
230
  unique=`for i in $$list; do \
 
231
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
  done | $(am__uniquify_input)`
 
233
ETAGS = etags
 
234
CTAGS = ctags
 
235
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
236
pkgdatadir = @pkgdatadir@
 
237
pkglibdir = @pkglibdir@
 
238
pkglibexecdir = @pkglibexecdir@
 
239
ACLOCAL = @ACLOCAL@
 
240
AMTAR = @AMTAR@
 
241
AM_CFLAGS = @AM_CFLAGS@
 
242
AM_CXXFLAGS = -Iinclude $(TS_PLUGIN_CPPFLAGS)
 
243
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
244
API_DEFS = @API_DEFS@
 
245
AR = @AR@
 
246
ASCPP = @ASCPP@
 
247
AUTOCONF = @AUTOCONF@
 
248
AUTOHEADER = @AUTOHEADER@
 
249
AUTOMAKE = @AUTOMAKE@
 
250
AWK = @AWK@
 
251
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
252
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
253
CC = @CC@
 
254
CCACHE = @CCACHE@
 
255
CCAS = @CCAS@
 
256
CCASDEPMODE = @CCASDEPMODE@
 
257
CCASFLAGS = @CCASFLAGS@
 
258
CCDEPMODE = @CCDEPMODE@
 
259
CFLAGS = @CFLAGS@
 
260
CPP = @CPP@
 
261
CPPFLAGS = @CPPFLAGS@
 
262
CURL_CFLAGS = @CURL_CFLAGS@
 
263
CURL_CONFIG = @CURL_CONFIG@
 
264
CURL_LIBS = @CURL_LIBS@
 
265
CURSES_LIB = @CURSES_LIB@
 
266
CXX = @CXX@
 
267
CXXCPP = @CXXCPP@
 
268
CXXDEPMODE = @CXXDEPMODE@
 
269
CXXFLAGS = @CXXFLAGS@
 
270
CYGPATH_W = @CYGPATH_W@
 
271
DEFS = @DEFS@
 
272
DEPDIR = @DEPDIR@
 
273
DLLTOOL = @DLLTOOL@
 
274
DOXYGEN = @DOXYGEN@
 
275
DSYMUTIL = @DSYMUTIL@
 
276
DUMPBIN = @DUMPBIN@
 
277
ECHO_C = @ECHO_C@
 
278
ECHO_N = @ECHO_N@
 
279
ECHO_T = @ECHO_T@
 
280
EGREP = @EGREP@
 
281
EXEEXT = @EXEEXT@
 
282
EXPAT_LDFLAGS = @EXPAT_LDFLAGS@
 
283
EXTRA_CC_LDFLAGS = @EXTRA_CC_LDFLAGS@
 
284
EXTRA_CXX_LDFLAGS = @EXTRA_CXX_LDFLAGS@
 
285
FGREP = @FGREP@
 
286
FLEX_CFLAGS = @FLEX_CFLAGS@
 
287
GEOIP_LIBS = @GEOIP_LIBS@
 
288
GREP = @GREP@
 
289
HOST_GUESS = @HOST_GUESS@
 
290
INSTALL = @INSTALL@
 
291
INSTALL_DATA = @INSTALL_DATA@
 
292
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
293
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
294
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
295
IOCORE_MODULARIZED_DEFS = @IOCORE_MODULARIZED_DEFS@
 
296
LD = @LD@
 
297
LDFLAGS = @LDFLAGS@
 
298
LEX = @LEX@
 
299
LEXLIB = @LEXLIB@
 
300
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
301
LIBCAP = @LIBCAP@
 
302
LIBCRYPT = @LIBCRYPT@
 
303
LIBDEMANGLE = @LIBDEMANGLE@
 
304
LIBEXPAT = @LIBEXPAT@
 
305
LIBLZMA = @LIBLZMA@
 
306
LIBOBJS = @LIBOBJS@
 
307
LIBPCRE = @LIBPCRE@
 
308
LIBPROFILER = @LIBPROFILER@
 
309
LIBREADLINE = @LIBREADLINE@
 
310
LIBRESOLV = @LIBRESOLV@
 
311
LIBS = @LIBS@
 
312
LIBSSL = @LIBSSL@
 
313
LIBTCL = @LIBTCL@
 
314
LIBTOOL = @LIBTOOL@
 
315
LIBTOOL_LINK_FLAGS = @LIBTOOL_LINK_FLAGS@
 
316
LIBZ = @LIBZ@
 
317
LIPO = @LIPO@
 
318
LN_S = @LN_S@
 
319
LTLIBOBJS = @LTLIBOBJS@
 
320
LUA_CFLAGS = @LUA_CFLAGS@
 
321
LUA_LIBS = @LUA_LIBS@
 
322
LUA_LUAJIT_LDFLAGS = @LUA_LUAJIT_LDFLAGS@
 
323
MAKEINFO = @MAKEINFO@
 
324
MANIFEST_TOOL = @MANIFEST_TOOL@
 
325
MGMT_DEFS = @MGMT_DEFS@
 
326
MKDIR_P = @MKDIR_P@
 
327
NM = @NM@
 
328
NMEDIT = @NMEDIT@
 
329
OBJDUMP = @OBJDUMP@
 
330
OBJEXT = @OBJEXT@
 
331
OTOOL = @OTOOL@
 
332
OTOOL64 = @OTOOL64@
 
333
PACKAGE = @PACKAGE@
 
334
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
335
PACKAGE_NAME = @PACKAGE_NAME@
 
336
PACKAGE_STRING = @PACKAGE_STRING@
 
337
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
338
PACKAGE_URL = @PACKAGE_URL@
 
339
PACKAGE_VERSION = @PACKAGE_VERSION@
 
340
PATH_SEPARATOR = @PATH_SEPARATOR@
 
341
PCRE_CONFIG = @PCRE_CONFIG@
 
342
PERL = @PERL@
 
343
PKG_CONFIG = @PKG_CONFIG@
 
344
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
345
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
346
RANLIB = @RANLIB@
 
347
RM = @RM@
 
348
SED = @SED@
 
349
SET_MAKE = @SET_MAKE@
 
350
SHARED_CFLAGS = @SHARED_CFLAGS@
 
351
SHARED_CXXFLAGS = @SHARED_CXXFLAGS@
 
352
SHARED_CXXLINKFLAGS = @SHARED_CXXLINKFLAGS@
 
353
SHARED_LDFLAGS = @SHARED_LDFLAGS@
 
354
SHELL = @SHELL@
 
355
STRIP = @STRIP@
 
356
TCL_BIN_DIR = @TCL_BIN_DIR@
 
357
TCL_LIB_FILE = @TCL_LIB_FILE@
 
358
TCL_LIB_FLAG = @TCL_LIB_FLAG@
 
359
TCL_LIB_SPEC = @TCL_LIB_SPEC@
 
360
TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
 
361
TCL_SRC_DIR = @TCL_SRC_DIR@
 
362
TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
 
363
TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
 
364
TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
 
365
TCL_VERSION = @TCL_VERSION@
 
366
TFW_PACKAGE_SUFFIX = @TFW_PACKAGE_SUFFIX@
 
367
TS_LIBTOOL_VERSION = @TS_LIBTOOL_VERSION@
 
368
TS_VERSION_MAJOR = @TS_VERSION_MAJOR@
 
369
TS_VERSION_MICRO = @TS_VERSION_MICRO@
 
370
TS_VERSION_MINOR = @TS_VERSION_MINOR@
 
371
TS_VERSION_NUMBER = @TS_VERSION_NUMBER@
 
372
TS_VERSION_STRING = @TS_VERSION_STRING@
 
373
VERSION = @VERSION@
 
374
YACC = @YACC@
 
375
abs_builddir = @abs_builddir@
 
376
abs_srcdir = @abs_srcdir@
 
377
abs_top_builddir = @abs_top_builddir@
 
378
abs_top_srcdir = @abs_top_srcdir@
 
379
ac_ct_AR = @ac_ct_AR@
 
380
ac_ct_CC = @ac_ct_CC@
 
381
ac_ct_CXX = @ac_ct_CXX@
 
382
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
383
ac_cv_sizeof_voidp = @ac_cv_sizeof_voidp@
 
384
allocah = @allocah@
 
385
am__include = @am__include@
 
386
am__leading_dot = @am__leading_dot@
 
387
am__quote = @am__quote@
 
388
am__tar = @am__tar@
 
389
am__untar = @am__untar@
 
390
arpa_ineth = @arpa_ineth@
 
391
arpa_nameser_compath = @arpa_nameser_compath@
 
392
arpa_nameserh = @arpa_nameserh@
 
393
bindir = @bindir@
 
394
build = @build@
 
395
build_alias = @build_alias@
 
396
build_cpu = @build_cpu@
 
397
build_group = @build_group@
 
398
build_machine = @build_machine@
 
399
build_os = @build_os@
 
400
build_person = @build_person@
 
401
build_vendor = @build_vendor@
 
402
builddir = @builddir@
 
403
cachedir = @cachedir@
 
404
cpioh = @cpioh@
 
405
ctypeh = @ctypeh@
 
406
datadir = @datadir@
 
407
datarootdir = @datarootdir@
 
408
default_loopback_iface = @default_loopback_iface@
 
409
defer_accept = @defer_accept@
 
410
docdir = @docdir@
 
411
dvidir = @dvidir@
 
412
enable_remote_cov_commit = @enable_remote_cov_commit@
 
413
endianh = @endianh@
 
414
exec_prefix = @exec_prefix@
 
415
execinfoh = @execinfoh@
 
416
exp_bindir = @exp_bindir@
 
417
exp_cachedir = @exp_cachedir@
 
418
exp_datadir = @exp_datadir@
 
419
exp_docdir = @exp_docdir@
 
420
exp_exec_prefix = @exp_exec_prefix@
 
421
exp_includedir = @exp_includedir@
 
422
exp_infodir = @exp_infodir@
 
423
exp_installbuilddir = @exp_installbuilddir@
 
424
exp_libdir = @exp_libdir@
 
425
exp_libexecdir = @exp_libexecdir@
 
426
exp_localstatedir = @exp_localstatedir@
 
427
exp_logdir = @exp_logdir@
 
428
exp_mandir = @exp_mandir@
 
429
exp_prefix = @exp_prefix@
 
430
exp_runtimedir = @exp_runtimedir@
 
431
exp_sbindir = @exp_sbindir@
 
432
exp_sysconfdir = @exp_sysconfdir@
 
433
expath = @expath@
 
434
floath = @floath@
 
435
gethostbyname_r_glibc2 = @gethostbyname_r_glibc2@
 
436
has_128bit_cas = @has_128bit_cas@
 
437
has_backtrace = @has_backtrace@
 
438
has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
 
439
has_interim_cache = @has_interim_cache@
 
440
has_ip_tos = @has_ip_tos@
 
441
has_profiler = @has_profiler@
 
442
has_so_mark = @has_so_mark@
 
443
has_standalone_iocore = @has_standalone_iocore@
 
444
has_tcmalloc = @has_tcmalloc@
 
445
has_tests = @has_tests@
 
446
has_wccp = @has_wccp@
 
447
host = @host@
 
448
host_alias = @host_alias@
 
449
host_cpu = @host_cpu@
 
450
host_os = @host_os@
 
451
host_vendor = @host_vendor@
 
452
htmldir = @htmldir@
 
453
hwloc_CFLAGS = @hwloc_CFLAGS@
 
454
hwloc_LIBS = @hwloc_LIBS@
 
455
ifaddrsh = @ifaddrsh@
 
456
includedir = @includedir@
 
457
infodir = @infodir@
 
458
ink_with_modules_def = @ink_with_modules_def@
 
459
ink_with_modules_local = @ink_with_modules_local@
 
460
ink_with_modules_process = @ink_with_modules_process@
 
461
install_sh = @install_sh@
 
462
installbuilddir = @installbuilddir@
 
463
iocore_include_dirs = @iocore_include_dirs@
 
464
ip_transparent = @ip_transparent@
 
465
is_micro_build = @is_micro_build@
 
466
jemalloch = @jemalloch@
 
467
libdir = @libdir@
 
468
libexecdir = @libexecdir@
 
469
libgenh = @libgenh@
 
470
localedir = @localedir@
 
471
localstatedir = @localstatedir@
 
472
logdir = @logdir@
 
473
luajit_CFLAGS = @luajit_CFLAGS@
 
474
luajit_LIBS = @luajit_LIBS@
 
475
lzmah = @lzmah@
 
476
machine_endianh = @machine_endianh@
 
477
malloch = @malloch@
 
478
mandir = @mandir@
 
479
mathh = @mathh@
 
480
max_api_stats = @max_api_stats@
 
481
max_event_threads = @max_event_threads@
 
482
max_host_name_len = @max_host_name_len@
 
483
max_threads_per_type = @max_threads_per_type@
 
484
mkdir_p = @mkdir_p@
 
485
net_ppp_defsh = @net_ppp_defsh@
 
486
netdbh = @netdbh@
 
487
netinet_in_systmh = @netinet_in_systmh@
 
488
netinet_inh = @netinet_inh@
 
489
netinet_ip_icmph = @netinet_ip_icmph@
 
490
netinet_iph = @netinet_iph@
 
491
netinet_tcph = @netinet_tcph@
 
492
oldincludedir = @oldincludedir@
 
493
pcre_pcreh = @pcre_pcreh@
 
494
pcreh = @pcreh@
 
495
pdfdir = @pdfdir@
 
496
pkgbindir = @pkgbindir@
 
497
pkgcachedir = @pkgcachedir@
 
498
pkgdocdir = @pkgdocdir@
 
499
pkglocalstatedir = @pkglocalstatedir@
 
500
pkglogdir = @pkglogdir@
 
501
pkgruntimedir = @pkgruntimedir@
 
502
pkgsbindir = @pkgsbindir@
 
503
pkgsysconfdir = @pkgsysconfdir@
 
504
pkgsysgroup = @pkgsysgroup@
 
505
pkgsysuser = @pkgsysuser@
 
506
prefix = @prefix@
 
507
program_transform_name = @program_transform_name@
 
508
psdir = @psdir@
 
509
pthread_nph = @pthread_nph@
 
510
readline_readlineh = @readline_readlineh@
 
511
rel_bindir = @rel_bindir@
 
512
rel_cachedir = @rel_cachedir@
 
513
rel_datadir = @rel_datadir@
 
514
rel_docdir = @rel_docdir@
 
515
rel_exec_prefix = @rel_exec_prefix@
 
516
rel_includedir = @rel_includedir@
 
517
rel_infodir = @rel_infodir@
 
518
rel_installbuilddir = @rel_installbuilddir@
 
519
rel_libdir = @rel_libdir@
 
520
rel_libexecdir = @rel_libexecdir@
 
521
rel_localstatedir = @rel_localstatedir@
 
522
rel_logdir = @rel_logdir@
 
523
rel_mandir = @rel_mandir@
 
524
rel_prefix = @rel_prefix@
 
525
rel_runtimedir = @rel_runtimedir@
 
526
rel_sbindir = @rel_sbindir@
 
527
rel_sysconfdir = @rel_sysconfdir@
 
528
runtimedir = @runtimedir@
 
529
sbindir = @sbindir@
 
530
schedh = @schedh@
 
531
sharedstatedir = @sharedstatedir@
 
532
siginfoh = @siginfoh@
 
533
srcdir = @srcdir@
 
534
stroptsh = @stroptsh@
 
535
sys_byteorderh = @sys_byteorderh@
 
536
sys_cpuseth = @sys_cpuseth@
 
537
sys_epollh = @sys_epollh@
 
538
sys_eventh = @sys_eventh@
 
539
sys_ioctlh = @sys_ioctlh@
 
540
sys_mounth = @sys_mounth@
 
541
sys_paramh = @sys_paramh@
 
542
sys_pseth = @sys_pseth@
 
543
sys_sockioh = @sys_sockioh@
 
544
sys_sysctlh = @sys_sysctlh@
 
545
sys_sysinfoh = @sys_sysinfoh@
 
546
sys_sysmacrosh = @sys_sysmacrosh@
 
547
sys_systeminfoh = @sys_systeminfoh@
 
548
sysconfdir = @sysconfdir@
 
549
target_alias = @target_alias@
 
550
top_build_prefix = @top_build_prefix@
 
551
top_builddir = @top_builddir@
 
552
top_srcdir = @top_srcdir@
 
553
use_cop_debug = @use_cop_debug@
 
554
use_diags = @use_diags@
 
555
use_epoll = @use_epoll@
 
556
use_fast_sdk = @use_fast_sdk@
 
557
use_freelist = @use_freelist@
 
558
use_hwloc = @use_hwloc@
 
559
use_kqueue = @use_kqueue@
 
560
use_linux_native_aio = @use_linux_native_aio@
 
561
use_port = @use_port@
 
562
use_posix_cap = @use_posix_cap@
 
563
use_reclaimable_freelist = @use_reclaimable_freelist@
 
564
use_tls_npn = @use_tls_npn@
 
565
use_tls_sni = @use_tls_sni@
 
566
use_tproxy = @use_tproxy@
 
567
valuesh = @valuesh@
 
568
waith = @waith@
 
569
zlibh = @zlibh@
 
570
TS_PLUGIN_CPPFLAGS = \
 
571
  -D__STDC_LIMIT_MACROS=1 \
 
572
  -D__STDC_FORMAT_MACROS=1 \
 
573
  -I$(top_builddir)/proxy/api \
 
574
  -I$(top_srcdir)/proxy/api \
 
575
  -I$(top_builddir)/lib/ts \
 
576
  -I$(top_srcdir)/lib/ts
 
577
 
 
578
 
 
579
# build the library
 
580
lib_LTLIBRARIES = libatscppapi.la
 
581
libatscppapi_la_LDFLAGS = -lz -lpthread -version-info @TS_LIBTOOL_VERSION@
 
582
libatscppapi_la_SOURCES = GlobalPlugin.cc \
 
583
                          Plugin.cc \
 
584
                          utils.cc \
 
585
                          utils_internal.cc \
 
586
                          Transaction.cc \
 
587
                          TransactionPlugin.cc \
 
588
                          Headers.cc \
 
589
                          Request.cc \
 
590
                          CaseInsensitiveStringComparator.cc \
 
591
                          ClientRequest.cc \
 
592
                          Url.cc \
 
593
                          HttpVersion.cc \
 
594
                          HttpMethod.cc \
 
595
                          InitializableValue.cc \
 
596
                          Response.cc \
 
597
                          TransformationPlugin.cc \
 
598
                          Logger.cc \
 
599
                          Stat.cc \
 
600
                          AsyncHttpFetch.cc \
 
601
                          RemapPlugin.cc \
 
602
                          GzipDeflateTransformation.cc \
 
603
                          GzipInflateTransformation.cc \
 
604
                          AsyncTimer.cc
 
605
 
 
606
library_includedir = $(includedir)/atscppapi
 
607
base_include_folder = include/atscppapi/
 
608
library_include_HEADERS = $(base_include_folder)/GlobalPlugin.h \
 
609
                          $(base_include_folder)/Plugin.h \
 
610
                          $(base_include_folder)/PluginInit.h \
 
611
                          $(base_include_folder)/Transaction.h \
 
612
                          $(base_include_folder)/TransactionPlugin.h \
 
613
                          $(base_include_folder)/HttpMethod.h \
 
614
                          $(base_include_folder)/HttpStatus.h \
 
615
                          $(base_include_folder)/HttpVersion.h \
 
616
                          $(base_include_folder)/Headers.h \
 
617
                          $(base_include_folder)/Request.h \
 
618
                          $(base_include_folder)/CaseInsensitiveStringComparator.h \
 
619
                          $(base_include_folder)/ClientRequest.h \
 
620
                          $(base_include_folder)/Url.h \
 
621
                          $(base_include_folder)/Response.h \
 
622
                          $(base_include_folder)/utils.h \
 
623
                          $(base_include_folder)/TransformationPlugin.h \
 
624
                          $(base_include_folder)/Logger.h \
 
625
                          $(base_include_folder)/noncopyable.h \
 
626
                          $(base_include_folder)/Stat.h \
 
627
                          $(base_include_folder)/Mutex.h \
 
628
                          $(base_include_folder)/RemapPlugin.h \
 
629
                          $(base_include_folder)/shared_ptr.h \
 
630
                          $(base_include_folder)/Async.h \
 
631
                          $(base_include_folder)/AsyncHttpFetch.h \
 
632
                          $(base_include_folder)/GzipDeflateTransformation.h \
 
633
                          $(base_include_folder)/GzipInflateTransformation.h \
 
634
                          $(base_include_folder)/AsyncTimer.h
 
635
 
 
636
all: all-am
 
637
 
 
638
.SUFFIXES:
 
639
.SUFFIXES: .cc .lo .o .obj
 
640
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
641
        @for dep in $?; do \
 
642
          case '$(am__configure_deps)' in \
 
643
            *$$dep*) \
 
644
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
645
                && { if test -f $@; then exit 0; else break; fi; }; \
 
646
              exit 1;; \
 
647
          esac; \
 
648
        done; \
 
649
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/atscppapi/src/Makefile'; \
 
650
        $(am__cd) $(top_srcdir) && \
 
651
          $(AUTOMAKE) --foreign lib/atscppapi/src/Makefile
 
652
.PRECIOUS: Makefile
 
653
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
654
        @case '$?' in \
 
655
          *config.status*) \
 
656
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
657
          *) \
 
658
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
659
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
660
        esac;
 
661
 
 
662
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
663
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
664
 
 
665
$(top_srcdir)/configure:  $(am__configure_deps)
 
666
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
667
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
668
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
669
$(am__aclocal_m4_deps):
 
670
 
 
671
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
672
        @$(NORMAL_INSTALL)
 
673
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
674
        list2=; for p in $$list; do \
 
675
          if test -f $$p; then \
 
676
            list2="$$list2 $$p"; \
 
677
          else :; fi; \
 
678
        done; \
 
679
        test -z "$$list2" || { \
 
680
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
681
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
 
682
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
683
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
684
        }
 
685
 
 
686
uninstall-libLTLIBRARIES:
 
687
        @$(NORMAL_UNINSTALL)
 
688
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
689
        for p in $$list; do \
 
690
          $(am__strip_dir) \
 
691
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
692
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
693
        done
 
694
 
 
695
clean-libLTLIBRARIES:
 
696
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
697
        @list='$(lib_LTLIBRARIES)'; \
 
698
        locs=`for p in $$list; do echo $$p; done | \
 
699
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
700
              sort -u`; \
 
701
        test -z "$$locs" || { \
 
702
          echo rm -f $${locs}; \
 
703
          rm -f $${locs}; \
 
704
        }
 
705
 
 
706
libatscppapi.la: $(libatscppapi_la_OBJECTS) $(libatscppapi_la_DEPENDENCIES) $(EXTRA_libatscppapi_la_DEPENDENCIES) 
 
707
        $(AM_V_CXXLD)$(libatscppapi_la_LINK) -rpath $(libdir) $(libatscppapi_la_OBJECTS) $(libatscppapi_la_LIBADD) $(LIBS)
 
708
 
 
709
mostlyclean-compile:
 
710
        -rm -f *.$(OBJEXT)
 
711
 
 
712
distclean-compile:
 
713
        -rm -f *.tab.c
 
714
 
 
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncHttpFetch.Plo@am__quote@
 
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncTimer.Plo@am__quote@
 
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CaseInsensitiveStringComparator.Plo@am__quote@
 
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClientRequest.Plo@am__quote@
 
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GlobalPlugin.Plo@am__quote@
 
720
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GzipDeflateTransformation.Plo@am__quote@
 
721
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GzipInflateTransformation.Plo@am__quote@
 
722
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Headers.Plo@am__quote@
 
723
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HttpMethod.Plo@am__quote@
 
724
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HttpVersion.Plo@am__quote@
 
725
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InitializableValue.Plo@am__quote@
 
726
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logger.Plo@am__quote@
 
727
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Plugin.Plo@am__quote@
 
728
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RemapPlugin.Plo@am__quote@
 
729
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Request.Plo@am__quote@
 
730
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Response.Plo@am__quote@
 
731
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stat.Plo@am__quote@
 
732
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Transaction.Plo@am__quote@
 
733
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TransactionPlugin.Plo@am__quote@
 
734
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TransformationPlugin.Plo@am__quote@
 
735
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Url.Plo@am__quote@
 
736
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
 
737
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils_internal.Plo@am__quote@
 
738
 
 
739
.cc.o:
 
740
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
741
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
742
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
743
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
744
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
745
 
 
746
.cc.obj:
 
747
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
748
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
749
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
750
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
751
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
752
 
 
753
.cc.lo:
 
754
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
755
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
756
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
757
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
758
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
759
 
 
760
mostlyclean-libtool:
 
761
        -rm -f *.lo
 
762
 
 
763
clean-libtool:
 
764
        -rm -rf .libs _libs
 
765
install-library_includeHEADERS: $(library_include_HEADERS)
 
766
        @$(NORMAL_INSTALL)
 
767
        @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
 
768
        if test -n "$$list"; then \
 
769
          echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
 
770
          $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
 
771
        fi; \
 
772
        for p in $$list; do \
 
773
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
774
          echo "$$d$$p"; \
 
775
        done | $(am__base_list) | \
 
776
        while read files; do \
 
777
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
 
778
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
 
779
        done
 
780
 
 
781
uninstall-library_includeHEADERS:
 
782
        @$(NORMAL_UNINSTALL)
 
783
        @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
 
784
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
785
        dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
 
786
 
 
787
ID: $(am__tagged_files)
 
788
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
789
tags: tags-am
 
790
TAGS: tags
 
791
 
 
792
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
793
        set x; \
 
794
        here=`pwd`; \
 
795
        $(am__define_uniq_tagged_files); \
 
796
        shift; \
 
797
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
798
          test -n "$$unique" || unique=$$empty_fix; \
 
799
          if test $$# -gt 0; then \
 
800
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
801
              "$$@" $$unique; \
 
802
          else \
 
803
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
804
              $$unique; \
 
805
          fi; \
 
806
        fi
 
807
ctags: ctags-am
 
808
 
 
809
CTAGS: ctags
 
810
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
811
        $(am__define_uniq_tagged_files); \
 
812
        test -z "$(CTAGS_ARGS)$$unique" \
 
813
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
814
             $$unique
 
815
 
 
816
GTAGS:
 
817
        here=`$(am__cd) $(top_builddir) && pwd` \
 
818
          && $(am__cd) $(top_srcdir) \
 
819
          && gtags -i $(GTAGS_ARGS) "$$here"
 
820
cscopelist: cscopelist-am
 
821
 
 
822
cscopelist-am: $(am__tagged_files)
 
823
        list='$(am__tagged_files)'; \
 
824
        case "$(srcdir)" in \
 
825
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
826
          *) sdir=$(subdir)/$(srcdir) ;; \
 
827
        esac; \
 
828
        for i in $$list; do \
 
829
          if test -f "$$i"; then \
 
830
            echo "$(subdir)/$$i"; \
 
831
          else \
 
832
            echo "$$sdir/$$i"; \
 
833
          fi; \
 
834
        done >> $(top_builddir)/cscope.files
 
835
 
 
836
distclean-tags:
 
837
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
838
 
 
839
distdir: $(DISTFILES)
 
840
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
841
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
842
        list='$(DISTFILES)'; \
 
843
          dist_files=`for file in $$list; do echo $$file; done | \
 
844
          sed -e "s|^$$srcdirstrip/||;t" \
 
845
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
846
        case $$dist_files in \
 
847
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
848
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
849
                           sort -u` ;; \
 
850
        esac; \
 
851
        for file in $$dist_files; do \
 
852
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
853
          if test -d $$d/$$file; then \
 
854
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
855
            if test -d "$(distdir)/$$file"; then \
 
856
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
857
            fi; \
 
858
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
859
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
860
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
861
            fi; \
 
862
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
863
          else \
 
864
            test -f "$(distdir)/$$file" \
 
865
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
866
            || exit 1; \
 
867
          fi; \
 
868
        done
 
869
check-am: all-am
 
870
check: check-am
 
871
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
872
installdirs:
 
873
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(library_includedir)"; do \
 
874
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
875
        done
 
876
install: install-am
 
877
install-exec: install-exec-am
 
878
install-data: install-data-am
 
879
uninstall: uninstall-am
 
880
 
 
881
install-am: all-am
 
882
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
883
 
 
884
installcheck: installcheck-am
 
885
install-strip:
 
886
        if test -z '$(STRIP)'; then \
 
887
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
888
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
889
              install; \
 
890
        else \
 
891
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
892
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
893
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
894
        fi
 
895
mostlyclean-generic:
 
896
 
 
897
clean-generic:
 
898
 
 
899
distclean-generic:
 
900
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
901
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
902
 
 
903
maintainer-clean-generic:
 
904
        @echo "This command is intended for maintainers to use"
 
905
        @echo "it deletes files that may require special tools to rebuild."
 
906
clean: clean-am
 
907
 
 
908
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
909
        mostlyclean-am
 
910
 
 
911
distclean: distclean-am
 
912
        -rm -rf ./$(DEPDIR)
 
913
        -rm -f Makefile
 
914
distclean-am: clean-am distclean-compile distclean-generic \
 
915
        distclean-tags
 
916
 
 
917
dvi: dvi-am
 
918
 
 
919
dvi-am:
 
920
 
 
921
html: html-am
 
922
 
 
923
html-am:
 
924
 
 
925
info: info-am
 
926
 
 
927
info-am:
 
928
 
 
929
install-data-am: install-library_includeHEADERS
 
930
 
 
931
install-dvi: install-dvi-am
 
932
 
 
933
install-dvi-am:
 
934
 
 
935
install-exec-am: install-libLTLIBRARIES
 
936
 
 
937
install-html: install-html-am
 
938
 
 
939
install-html-am:
 
940
 
 
941
install-info: install-info-am
 
942
 
 
943
install-info-am:
 
944
 
 
945
install-man:
 
946
 
 
947
install-pdf: install-pdf-am
 
948
 
 
949
install-pdf-am:
 
950
 
 
951
install-ps: install-ps-am
 
952
 
 
953
install-ps-am:
 
954
 
 
955
installcheck-am:
 
956
 
 
957
maintainer-clean: maintainer-clean-am
 
958
        -rm -rf ./$(DEPDIR)
 
959
        -rm -f Makefile
 
960
maintainer-clean-am: distclean-am maintainer-clean-generic
 
961
 
 
962
mostlyclean: mostlyclean-am
 
963
 
 
964
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
965
        mostlyclean-libtool
 
966
 
 
967
pdf: pdf-am
 
968
 
 
969
pdf-am:
 
970
 
 
971
ps: ps-am
 
972
 
 
973
ps-am:
 
974
 
 
975
uninstall-am: uninstall-libLTLIBRARIES \
 
976
        uninstall-library_includeHEADERS
 
977
 
 
978
.MAKE: install-am install-strip
 
979
 
 
980
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
981
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
982
        ctags-am distclean distclean-compile distclean-generic \
 
983
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
984
        html-am info info-am install install-am install-data \
 
985
        install-data-am install-dvi install-dvi-am install-exec \
 
986
        install-exec-am install-html install-html-am install-info \
 
987
        install-info-am install-libLTLIBRARIES \
 
988
        install-library_includeHEADERS install-man install-pdf \
 
989
        install-pdf-am install-ps install-ps-am install-strip \
 
990
        installcheck installcheck-am installdirs maintainer-clean \
 
991
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
992
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
993
        tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
 
994
        uninstall-library_includeHEADERS
 
995
 
 
996
 
 
997
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
998
# Otherwise a system limit (for SysV at least) may be exceeded.
 
999
.NOEXPORT: