~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to example/redirect-1/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
 
# @configure_input@
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
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
 
VPATH = @srcdir@
35
 
pkgincludedir = $(includedir)/@PACKAGE@
36
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37
 
install_sh_DATA = $(install_sh) -c -m 644
38
 
install_sh_PROGRAM = $(install_sh) -c
39
 
install_sh_SCRIPT = $(install_sh) -c
40
 
INSTALL_HEADER = $(INSTALL_DATA)
41
 
transform = $(program_transform_name)
42
 
NORMAL_INSTALL = :
43
 
PRE_INSTALL = :
44
 
POST_INSTALL = :
45
 
NORMAL_UNINSTALL = :
46
 
PRE_UNINSTALL = :
47
 
POST_UNINSTALL = :
48
 
build_triplet = @build@
49
 
host_triplet = @host@
50
 
subdir = example/redirect-1
51
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
 
am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
54
 
        $(top_srcdir)/build/ax_cxx_compile_stdcxx_11.m4 \
55
 
        $(top_srcdir)/build/ax_lib_readline.m4 \
56
 
        $(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
57
 
        $(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
58
 
        $(top_srcdir)/build/ltoptions.m4 \
59
 
        $(top_srcdir)/build/ltsugar.m4 \
60
 
        $(top_srcdir)/build/ltversion.m4 \
61
 
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/lua.m4 \
62
 
        $(top_srcdir)/build/lzma.m4 $(top_srcdir)/build/network.m4 \
63
 
        $(top_srcdir)/build/pcre.m4 $(top_srcdir)/build/tcl.m4 \
64
 
        $(top_srcdir)/build/tcmalloc.m4 $(top_srcdir)/build/xml.m4 \
65
 
        $(top_srcdir)/build/zlib.m4 $(top_srcdir)/configure.ac
66
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
 
        $(ACLOCAL_M4)
68
 
mkinstalldirs = $(install_sh) -d
69
 
CONFIG_HEADER = $(top_builddir)/lib/ts/ink_autoconf.h
70
 
CONFIG_CLEAN_FILES =
71
 
CONFIG_CLEAN_VPATH_FILES =
72
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
 
am__vpath_adj = case $$p in \
74
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
 
    *) f=$$p;; \
76
 
  esac;
77
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78
 
am__install_max = 40
79
 
am__nobase_strip_setup = \
80
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81
 
am__nobase_strip = \
82
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83
 
am__nobase_list = $(am__nobase_strip_setup); \
84
 
  for p in $$list; do echo "$$p $$p"; done | \
85
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87
 
    if (++n[$$2] == $(am__install_max)) \
88
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89
 
    END { for (dir in files) print dir, files[dir] }'
90
 
am__base_list = \
91
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93
 
am__uninstall_files_from_dir = { \
94
 
  test -z "$$files" \
95
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
98
 
  }
99
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
100
 
LTLIBRARIES = $(pkglib_LTLIBRARIES)
101
 
redirect_1_la_LIBADD =
102
 
am_redirect_1_la_OBJECTS = redirect-1.lo
103
 
redirect_1_la_OBJECTS = $(am_redirect_1_la_OBJECTS)
104
 
AM_V_lt = $(am__v_lt_@AM_V@)
105
 
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106
 
am__v_lt_0 = --silent
107
 
redirect_1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
 
        $(redirect_1_la_LDFLAGS) $(LDFLAGS) -o $@
110
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib/ts
111
 
depcomp = $(SHELL) $(top_srcdir)/build/aux/depcomp
112
 
am__depfiles_maybe = depfiles
113
 
am__mv = mv -f
114
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
118
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
119
 
        $(AM_CFLAGS) $(CFLAGS)
120
 
AM_V_CC = $(am__v_CC_@AM_V@)
121
 
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122
 
am__v_CC_0 = @echo "  CC    " $@;
123
 
AM_V_at = $(am__v_at_@AM_V@)
124
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125
 
am__v_at_0 = @
126
 
CCLD = $(CC)
127
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
130
 
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
131
 
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
133
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
134
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135
 
am__v_GEN_0 = @echo "  GEN   " $@;
136
 
SOURCES = $(redirect_1_la_SOURCES)
137
 
DIST_SOURCES = $(redirect_1_la_SOURCES)
138
 
ETAGS = etags
139
 
CTAGS = ctags
140
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
 
pkgdatadir = @pkgdatadir@
142
 
pkglibdir = ${pkglibexecdir}
143
 
pkglibexecdir = @pkglibexecdir@
144
 
ACLOCAL = @ACLOCAL@
145
 
AMTAR = @AMTAR@
146
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147
 
API_DEFS = @API_DEFS@
148
 
AR = @AR@
149
 
ASCPP = @ASCPP@
150
 
AUTOCONF = @AUTOCONF@
151
 
AUTOHEADER = @AUTOHEADER@
152
 
AUTOMAKE = @AUTOMAKE@
153
 
AWK = @AWK@
154
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
155
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
156
 
CC = @CC@
157
 
CCACHE = @CCACHE@
158
 
CCAS = @CCAS@
159
 
CCASDEPMODE = @CCASDEPMODE@
160
 
CCASFLAGS = @CCASFLAGS@
161
 
CCDEPMODE = @CCDEPMODE@
162
 
CFLAGS = @CFLAGS@
163
 
CPP = @CPP@
164
 
CPPFLAGS = @CPPFLAGS@
165
 
CXX = @CXX@
166
 
CXXCPP = @CXXCPP@
167
 
CXXDEPMODE = @CXXDEPMODE@
168
 
CXXFLAGS = @CXXFLAGS@
169
 
CYGPATH_W = @CYGPATH_W@
170
 
DEFS = @DEFS@
171
 
DEPDIR = @DEPDIR@
172
 
DLLTOOL = @DLLTOOL@
173
 
DOXYGEN = @DOXYGEN@
174
 
DSYMUTIL = @DSYMUTIL@
175
 
DUMPBIN = @DUMPBIN@
176
 
ECHO_C = @ECHO_C@
177
 
ECHO_N = @ECHO_N@
178
 
ECHO_T = @ECHO_T@
179
 
EGREP = @EGREP@
180
 
EXEEXT = @EXEEXT@
181
 
EXPAT_LDFLAGS = @EXPAT_LDFLAGS@
182
 
EXTRA_CC_LDFLAGS = @EXTRA_CC_LDFLAGS@
183
 
EXTRA_CXX_LDFLAGS = @EXTRA_CXX_LDFLAGS@
184
 
FGREP = @FGREP@
185
 
GREP = @GREP@
186
 
HOST_GUESS = @HOST_GUESS@
187
 
INSTALL = @INSTALL@
188
 
INSTALL_DATA = @INSTALL_DATA@
189
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
190
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
191
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192
 
IOCORE_MODULARIZED_DEFS = @IOCORE_MODULARIZED_DEFS@
193
 
LD = @LD@
194
 
LDFLAGS = @LDFLAGS@
195
 
LEX = @LEX@
196
 
LEXLIB = @LEXLIB@
197
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
198
 
LIBCAP = @LIBCAP@
199
 
LIBCRYPT = @LIBCRYPT@
200
 
LIBDEMANGLE = @LIBDEMANGLE@
201
 
LIBDL = @LIBDL@
202
 
LIBEXC = @LIBEXC@
203
 
LIBEXECINFO = @LIBEXECINFO@
204
 
LIBEXPAT = @LIBEXPAT@
205
 
LIBHWLOC = @LIBHWLOC@
206
 
LIBICONV = @LIBICONV@
207
 
LIBLZMA = @LIBLZMA@
208
 
LIBMLD = @LIBMLD@
209
 
LIBNSL = @LIBNSL@
210
 
LIBOBJS = @LIBOBJS@
211
 
LIBPCRE = @LIBPCRE@
212
 
LIBPROFILER = @LIBPROFILER@
213
 
LIBREADLINE = @LIBREADLINE@
214
 
LIBRESOLV = @LIBRESOLV@
215
 
LIBRT = @LIBRT@
216
 
LIBS = @LIBS@
217
 
LIBSOCKET = @LIBSOCKET@
218
 
LIBSSL = @LIBSSL@
219
 
LIBTCL = @LIBTCL@
220
 
LIBTHREAD = @LIBTHREAD@
221
 
LIBTOOL = @LIBTOOL@
222
 
LIBTOOL_LINK_FLAGS = @LIBTOOL_LINK_FLAGS@
223
 
LIBZ = @LIBZ@
224
 
LIPO = @LIPO@
225
 
LN_S = @LN_S@
226
 
LTLIBOBJS = @LTLIBOBJS@
227
 
LUA_CFLAGS = @LUA_CFLAGS@
228
 
LUA_LIBS = @LUA_LIBS@
229
 
LUA_LUAJIT_LDFLAGS = @LUA_LUAJIT_LDFLAGS@
230
 
MAKEINFO = @MAKEINFO@
231
 
MANIFEST_TOOL = @MANIFEST_TOOL@
232
 
MGMT_DEFS = @MGMT_DEFS@
233
 
MKDIR_P = @MKDIR_P@
234
 
NM = @NM@
235
 
NMEDIT = @NMEDIT@
236
 
OBJDUMP = @OBJDUMP@
237
 
OBJEXT = @OBJEXT@
238
 
OTOOL = @OTOOL@
239
 
OTOOL64 = @OTOOL64@
240
 
PACKAGE = @PACKAGE@
241
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242
 
PACKAGE_NAME = @PACKAGE_NAME@
243
 
PACKAGE_STRING = @PACKAGE_STRING@
244
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
245
 
PACKAGE_URL = @PACKAGE_URL@
246
 
PACKAGE_VERSION = @PACKAGE_VERSION@
247
 
PATH_SEPARATOR = @PATH_SEPARATOR@
248
 
PCRE_CONFIG = @PCRE_CONFIG@
249
 
PERL = @PERL@
250
 
PKG_CONFIG = @PKG_CONFIG@
251
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
252
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
253
 
RANLIB = @RANLIB@
254
 
RM = @RM@
255
 
SED = @SED@
256
 
SET_MAKE = @SET_MAKE@
257
 
SHARED_CFLAGS = @SHARED_CFLAGS@
258
 
SHARED_CXXFLAGS = @SHARED_CXXFLAGS@
259
 
SHARED_CXXLINKFLAGS = @SHARED_CXXLINKFLAGS@
260
 
SHARED_LDFLAGS = @SHARED_LDFLAGS@
261
 
SHELL = @SHELL@
262
 
STRIP = @STRIP@
263
 
TCL_BIN_DIR = @TCL_BIN_DIR@
264
 
TCL_LIB_FILE = @TCL_LIB_FILE@
265
 
TCL_LIB_FLAG = @TCL_LIB_FLAG@
266
 
TCL_LIB_SPEC = @TCL_LIB_SPEC@
267
 
TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
268
 
TCL_SRC_DIR = @TCL_SRC_DIR@
269
 
TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
270
 
TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
271
 
TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
272
 
TCL_VERSION = @TCL_VERSION@
273
 
TFW_PACKAGE_SUFFIX = @TFW_PACKAGE_SUFFIX@
274
 
TS_LIBTOOL_VERSION = @TS_LIBTOOL_VERSION@
275
 
TS_VERSION_MAJOR = @TS_VERSION_MAJOR@
276
 
TS_VERSION_MICRO = @TS_VERSION_MICRO@
277
 
TS_VERSION_MINOR = @TS_VERSION_MINOR@
278
 
TS_VERSION_NUMBER = @TS_VERSION_NUMBER@
279
 
TS_VERSION_STRING = @TS_VERSION_STRING@
280
 
VERSION = @VERSION@
281
 
YACC = @YACC@
282
 
abs_builddir = @abs_builddir@
283
 
abs_srcdir = @abs_srcdir@
284
 
abs_top_builddir = @abs_top_builddir@
285
 
abs_top_srcdir = @abs_top_srcdir@
286
 
ac_ct_AR = @ac_ct_AR@
287
 
ac_ct_CC = @ac_ct_CC@
288
 
ac_ct_CXX = @ac_ct_CXX@
289
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290
 
ac_cv_sizeof_voidp = @ac_cv_sizeof_voidp@
291
 
allocah = @allocah@
292
 
am__include = @am__include@
293
 
am__leading_dot = @am__leading_dot@
294
 
am__quote = @am__quote@
295
 
am__tar = @am__tar@
296
 
am__untar = @am__untar@
297
 
arpa_ineth = @arpa_ineth@
298
 
arpa_nameser_compath = @arpa_nameser_compath@
299
 
arpa_nameserh = @arpa_nameserh@
300
 
bindir = @bindir@
301
 
build = @build@
302
 
build_alias = @build_alias@
303
 
build_cpu = @build_cpu@
304
 
build_group = @build_group@
305
 
build_machine = @build_machine@
306
 
build_os = @build_os@
307
 
build_person = @build_person@
308
 
build_vendor = @build_vendor@
309
 
builddir = @builddir@
310
 
cachedir = @cachedir@
311
 
cpioh = @cpioh@
312
 
ctypeh = @ctypeh@
313
 
datadir = @datadir@
314
 
datarootdir = @datarootdir@
315
 
default_loopback_iface = @default_loopback_iface@
316
 
defer_accept = @defer_accept@
317
 
docdir = @docdir@
318
 
dvidir = @dvidir@
319
 
enable_remote_cov_commit = @enable_remote_cov_commit@
320
 
endianh = @endianh@
321
 
exec_prefix = @exec_prefix@
322
 
execinfoh = @execinfoh@
323
 
exp_bindir = @exp_bindir@
324
 
exp_cachedir = @exp_cachedir@
325
 
exp_datadir = @exp_datadir@
326
 
exp_docdir = @exp_docdir@
327
 
exp_exec_prefix = @exp_exec_prefix@
328
 
exp_includedir = @exp_includedir@
329
 
exp_infodir = @exp_infodir@
330
 
exp_installbuilddir = @exp_installbuilddir@
331
 
exp_libdir = @exp_libdir@
332
 
exp_libexecdir = @exp_libexecdir@
333
 
exp_localstatedir = @exp_localstatedir@
334
 
exp_logdir = @exp_logdir@
335
 
exp_mandir = @exp_mandir@
336
 
exp_prefix = @exp_prefix@
337
 
exp_runtimedir = @exp_runtimedir@
338
 
exp_sbindir = @exp_sbindir@
339
 
exp_sysconfdir = @exp_sysconfdir@
340
 
expath = @expath@
341
 
floath = @floath@
342
 
gethostbyname_r_glibc2 = @gethostbyname_r_glibc2@
343
 
gethostbyname_r_hostent_data = @gethostbyname_r_hostent_data@
344
 
has_backtrace = @has_backtrace@
345
 
has_clock_gettime = @has_clock_gettime@
346
 
has_demangle = @has_demangle@
347
 
has_eventfd = @has_eventfd@
348
 
has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
349
 
has_inkapi = @has_inkapi@
350
 
has_ip_tos = @has_ip_tos@
351
 
has_lrand48_r = @has_lrand48_r@
352
 
has_posix_fadvise = @has_posix_fadvise@
353
 
has_posix_memalign = @has_posix_memalign@
354
 
has_profiler = @has_profiler@
355
 
has_so_mark = @has_so_mark@
356
 
has_srand48_r = @has_srand48_r@
357
 
has_standalone_iocore = @has_standalone_iocore@
358
 
has_strlcat = @has_strlcat@
359
 
has_strlcpy = @has_strlcpy@
360
 
has_tcmalloc = @has_tcmalloc@
361
 
has_tests = @has_tests@
362
 
has_wccp = @has_wccp@
363
 
host = @host@
364
 
host_alias = @host_alias@
365
 
host_cpu = @host_cpu@
366
 
host_os = @host_os@
367
 
host_vendor = @host_vendor@
368
 
htmldir = @htmldir@
369
 
ifaddrsh = @ifaddrsh@
370
 
includedir = @includedir@
371
 
infodir = @infodir@
372
 
ink_with_modules_def = @ink_with_modules_def@
373
 
ink_with_modules_local = @ink_with_modules_local@
374
 
ink_with_modules_process = @ink_with_modules_process@
375
 
install_sh = @install_sh@
376
 
installbuilddir = @installbuilddir@
377
 
iocore_include_dirs = @iocore_include_dirs@
378
 
ip_transparent = @ip_transparent@
379
 
is_micro_build = @is_micro_build@
380
 
jemalloch = @jemalloch@
381
 
libdir = @libdir@
382
 
libexecdir = @libexecdir@
383
 
libgenh = @libgenh@
384
 
localedir = @localedir@
385
 
localstatedir = @localstatedir@
386
 
logdir = @logdir@
387
 
luajit_CFLAGS = @luajit_CFLAGS@
388
 
luajit_LIBS = @luajit_LIBS@
389
 
lzmah = @lzmah@
390
 
machine_endianh = @machine_endianh@
391
 
malloch = @malloch@
392
 
mandir = @mandir@
393
 
mathh = @mathh@
394
 
max_api_stats = @max_api_stats@
395
 
max_event_threads = @max_event_threads@
396
 
max_host_name_len = @max_host_name_len@
397
 
max_threads_per_type = @max_threads_per_type@
398
 
mkdir_p = @mkdir_p@
399
 
need_union_semun = @need_union_semun@
400
 
net_ppp_defsh = @net_ppp_defsh@
401
 
netdbh = @netdbh@
402
 
netinet_in_systmh = @netinet_in_systmh@
403
 
netinet_inh = @netinet_inh@
404
 
netinet_ip_icmph = @netinet_ip_icmph@
405
 
netinet_iph = @netinet_iph@
406
 
netinet_tcph = @netinet_tcph@
407
 
oldincludedir = @oldincludedir@
408
 
pcre_pcreh = @pcre_pcreh@
409
 
pcreh = @pcreh@
410
 
pdfdir = @pdfdir@
411
 
pkgbindir = @pkgbindir@
412
 
pkgcachedir = @pkgcachedir@
413
 
pkgdocdir = @pkgdocdir@
414
 
pkglocalstatedir = @pkglocalstatedir@
415
 
pkglogdir = @pkglogdir@
416
 
pkgruntimedir = @pkgruntimedir@
417
 
pkgsbindir = @pkgsbindir@
418
 
pkgsysconfdir = @pkgsysconfdir@
419
 
pkgsysgroup = @pkgsysgroup@
420
 
pkgsysuser = @pkgsysuser@
421
 
prefix = @prefix@
422
 
program_transform_name = @program_transform_name@
423
 
psdir = @psdir@
424
 
pthread_nph = @pthread_nph@
425
 
readline_readlineh = @readline_readlineh@
426
 
rel_bindir = @rel_bindir@
427
 
rel_cachedir = @rel_cachedir@
428
 
rel_datadir = @rel_datadir@
429
 
rel_docdir = @rel_docdir@
430
 
rel_exec_prefix = @rel_exec_prefix@
431
 
rel_includedir = @rel_includedir@
432
 
rel_infodir = @rel_infodir@
433
 
rel_installbuilddir = @rel_installbuilddir@
434
 
rel_libdir = @rel_libdir@
435
 
rel_libexecdir = @rel_libexecdir@
436
 
rel_localstatedir = @rel_localstatedir@
437
 
rel_logdir = @rel_logdir@
438
 
rel_mandir = @rel_mandir@
439
 
rel_prefix = @rel_prefix@
440
 
rel_runtimedir = @rel_runtimedir@
441
 
rel_sbindir = @rel_sbindir@
442
 
rel_sysconfdir = @rel_sysconfdir@
443
 
runtimedir = @runtimedir@
444
 
sbindir = @sbindir@
445
 
schedh = @schedh@
446
 
sharedstatedir = @sharedstatedir@
447
 
siginfoh = @siginfoh@
448
 
srcdir = @srcdir@
449
 
stroptsh = @stroptsh@
450
 
sys_byteorderh = @sys_byteorderh@
451
 
sys_cpuseth = @sys_cpuseth@
452
 
sys_epollh = @sys_epollh@
453
 
sys_eventh = @sys_eventh@
454
 
sys_ioctlh = @sys_ioctlh@
455
 
sys_mounth = @sys_mounth@
456
 
sys_paramh = @sys_paramh@
457
 
sys_pseth = @sys_pseth@
458
 
sys_sockioh = @sys_sockioh@
459
 
sys_sysctlh = @sys_sysctlh@
460
 
sys_sysinfoh = @sys_sysinfoh@
461
 
sys_sysmacrosh = @sys_sysmacrosh@
462
 
sys_systeminfoh = @sys_systeminfoh@
463
 
sysconfdir = @sysconfdir@
464
 
target_alias = @target_alias@
465
 
top_build_prefix = @top_build_prefix@
466
 
top_builddir = @top_builddir@
467
 
top_srcdir = @top_srcdir@
468
 
use_diags = @use_diags@
469
 
use_epoll = @use_epoll@
470
 
use_fast_sdk = @use_fast_sdk@
471
 
use_freelist = @use_freelist@
472
 
use_hwloc = @use_hwloc@
473
 
use_kqueue = @use_kqueue@
474
 
use_port = @use_port@
475
 
use_posix_cap = @use_posix_cap@
476
 
use_tls_npn = @use_tls_npn@
477
 
use_tls_sni = @use_tls_sni@
478
 
use_tproxy = @use_tproxy@
479
 
valuesh = @valuesh@
480
 
waith = @waith@
481
 
zlibh = @zlibh@
482
 
AM_CPPFLAGS = -I$(top_srcdir)/proxy/api
483
 
pkglib_LTLIBRARIES = redirect-1.la
484
 
redirect_1_la_SOURCES = redirect-1.c
485
 
redirect_1_la_LDFLAGS = -module -avoid-version -shared
486
 
all: all-am
487
 
 
488
 
.SUFFIXES:
489
 
.SUFFIXES: .c .lo .o .obj
490
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
491
 
        @for dep in $?; do \
492
 
          case '$(am__configure_deps)' in \
493
 
            *$$dep*) \
494
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
495
 
                && { if test -f $@; then exit 0; else break; fi; }; \
496
 
              exit 1;; \
497
 
          esac; \
498
 
        done; \
499
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign example/redirect-1/Makefile'; \
500
 
        $(am__cd) $(top_srcdir) && \
501
 
          $(AUTOMAKE) --foreign example/redirect-1/Makefile
502
 
.PRECIOUS: Makefile
503
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
504
 
        @case '$?' in \
505
 
          *config.status*) \
506
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
507
 
          *) \
508
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
509
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
510
 
        esac;
511
 
 
512
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
513
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514
 
 
515
 
$(top_srcdir)/configure:  $(am__configure_deps)
516
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
517
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
518
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
519
 
$(am__aclocal_m4_deps):
520
 
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
521
 
        @$(NORMAL_INSTALL)
522
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
523
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
524
 
        list2=; for p in $$list; do \
525
 
          if test -f $$p; then \
526
 
            list2="$$list2 $$p"; \
527
 
          else :; fi; \
528
 
        done; \
529
 
        test -z "$$list2" || { \
530
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
531
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
532
 
        }
533
 
 
534
 
uninstall-pkglibLTLIBRARIES:
535
 
        @$(NORMAL_UNINSTALL)
536
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
537
 
        for p in $$list; do \
538
 
          $(am__strip_dir) \
539
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
540
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
541
 
        done
542
 
 
543
 
clean-pkglibLTLIBRARIES:
544
 
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
545
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
546
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
547
 
          test "$$dir" != "$$p" || dir=.; \
548
 
          echo "rm -f \"$${dir}/so_locations\""; \
549
 
          rm -f "$${dir}/so_locations"; \
550
 
        done
551
 
redirect-1.la: $(redirect_1_la_OBJECTS) $(redirect_1_la_DEPENDENCIES) $(EXTRA_redirect_1_la_DEPENDENCIES) 
552
 
        $(AM_V_CCLD)$(redirect_1_la_LINK) -rpath $(pkglibdir) $(redirect_1_la_OBJECTS) $(redirect_1_la_LIBADD) $(LIBS)
553
 
 
554
 
mostlyclean-compile:
555
 
        -rm -f *.$(OBJEXT)
556
 
 
557
 
distclean-compile:
558
 
        -rm -f *.tab.c
559
 
 
560
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redirect-1.Plo@am__quote@
561
 
 
562
 
.c.o:
563
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
564
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
565
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
568
 
 
569
 
.c.obj:
570
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
571
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
572
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
573
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
575
 
 
576
 
.c.lo:
577
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
578
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
579
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
580
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
582
 
 
583
 
mostlyclean-libtool:
584
 
        -rm -f *.lo
585
 
 
586
 
clean-libtool:
587
 
        -rm -rf .libs _libs
588
 
 
589
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
590
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
591
 
        unique=`for i in $$list; do \
592
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593
 
          done | \
594
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
596
 
        mkid -fID $$unique
597
 
tags: TAGS
598
 
 
599
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
600
 
                $(TAGS_FILES) $(LISP)
601
 
        set x; \
602
 
        here=`pwd`; \
603
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
604
 
        unique=`for i in $$list; do \
605
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
606
 
          done | \
607
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
608
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
609
 
        shift; \
610
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
611
 
          test -n "$$unique" || unique=$$empty_fix; \
612
 
          if test $$# -gt 0; then \
613
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614
 
              "$$@" $$unique; \
615
 
          else \
616
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
617
 
              $$unique; \
618
 
          fi; \
619
 
        fi
620
 
ctags: CTAGS
621
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
622
 
                $(TAGS_FILES) $(LISP)
623
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
624
 
        unique=`for i in $$list; do \
625
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
 
          done | \
627
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
629
 
        test -z "$(CTAGS_ARGS)$$unique" \
630
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
631
 
             $$unique
632
 
 
633
 
GTAGS:
634
 
        here=`$(am__cd) $(top_builddir) && pwd` \
635
 
          && $(am__cd) $(top_srcdir) \
636
 
          && gtags -i $(GTAGS_ARGS) "$$here"
637
 
 
638
 
distclean-tags:
639
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640
 
 
641
 
distdir: $(DISTFILES)
642
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
644
 
        list='$(DISTFILES)'; \
645
 
          dist_files=`for file in $$list; do echo $$file; done | \
646
 
          sed -e "s|^$$srcdirstrip/||;t" \
647
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
648
 
        case $$dist_files in \
649
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
650
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
651
 
                           sort -u` ;; \
652
 
        esac; \
653
 
        for file in $$dist_files; do \
654
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
655
 
          if test -d $$d/$$file; then \
656
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
657
 
            if test -d "$(distdir)/$$file"; then \
658
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659
 
            fi; \
660
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
661
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
662
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663
 
            fi; \
664
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
665
 
          else \
666
 
            test -f "$(distdir)/$$file" \
667
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
668
 
            || exit 1; \
669
 
          fi; \
670
 
        done
671
 
check-am: all-am
672
 
check: check-am
673
 
all-am: Makefile $(LTLIBRARIES)
674
 
installdirs:
675
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
676
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
677
 
        done
678
 
install: install-am
679
 
install-exec: install-exec-am
680
 
install-data: install-data-am
681
 
uninstall: uninstall-am
682
 
 
683
 
install-am: all-am
684
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
 
 
686
 
installcheck: installcheck-am
687
 
install-strip:
688
 
        if test -z '$(STRIP)'; then \
689
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691
 
              install; \
692
 
        else \
693
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
696
 
        fi
697
 
mostlyclean-generic:
698
 
 
699
 
clean-generic:
700
 
 
701
 
distclean-generic:
702
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
703
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
704
 
 
705
 
maintainer-clean-generic:
706
 
        @echo "This command is intended for maintainers to use"
707
 
        @echo "it deletes files that may require special tools to rebuild."
708
 
clean: clean-am
709
 
 
710
 
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
711
 
        mostlyclean-am
712
 
 
713
 
distclean: distclean-am
714
 
        -rm -rf ./$(DEPDIR)
715
 
        -rm -f Makefile
716
 
distclean-am: clean-am distclean-compile distclean-generic \
717
 
        distclean-tags
718
 
 
719
 
dvi: dvi-am
720
 
 
721
 
dvi-am:
722
 
 
723
 
html: html-am
724
 
 
725
 
html-am:
726
 
 
727
 
info: info-am
728
 
 
729
 
info-am:
730
 
 
731
 
install-data-am:
732
 
 
733
 
install-dvi: install-dvi-am
734
 
 
735
 
install-dvi-am:
736
 
 
737
 
install-exec-am: install-pkglibLTLIBRARIES
738
 
 
739
 
install-html: install-html-am
740
 
 
741
 
install-html-am:
742
 
 
743
 
install-info: install-info-am
744
 
 
745
 
install-info-am:
746
 
 
747
 
install-man:
748
 
 
749
 
install-pdf: install-pdf-am
750
 
 
751
 
install-pdf-am:
752
 
 
753
 
install-ps: install-ps-am
754
 
 
755
 
install-ps-am:
756
 
 
757
 
installcheck-am:
758
 
 
759
 
maintainer-clean: maintainer-clean-am
760
 
        -rm -rf ./$(DEPDIR)
761
 
        -rm -f Makefile
762
 
maintainer-clean-am: distclean-am maintainer-clean-generic
763
 
 
764
 
mostlyclean: mostlyclean-am
765
 
 
766
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
767
 
        mostlyclean-libtool
768
 
 
769
 
pdf: pdf-am
770
 
 
771
 
pdf-am:
772
 
 
773
 
ps: ps-am
774
 
 
775
 
ps-am:
776
 
 
777
 
uninstall-am: uninstall-pkglibLTLIBRARIES
778
 
 
779
 
.MAKE: install-am install-strip
780
 
 
781
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
782
 
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
783
 
        distclean-compile distclean-generic distclean-libtool \
784
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
785
 
        install install-am install-data install-data-am install-dvi \
786
 
        install-dvi-am install-exec install-exec-am install-html \
787
 
        install-html-am install-info install-info-am install-man \
788
 
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
789
 
        install-ps install-ps-am install-strip installcheck \
790
 
        installcheck-am installdirs maintainer-clean \
791
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
792
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
793
 
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
794
 
 
795
 
 
796
 
all:
797
 
        ln -sf .libs/redirect-1.so
798
 
 
799
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
800
 
# Otherwise a system limit (for SysV at least) may be exceeded.
801
 
.NOEXPORT: