~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

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