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

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-12-17 22:28:16 UTC
  • mfrom: (5.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121217222816-7xwjsx5k76zkb63d
Tags: 3.2.0-1ubuntu1
* Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Apply patch from Konstantinos Margaritis to define barriers on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
subdir = plugins
50
50
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51
51
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
 
am__aclocal_m4_deps = $(top_srcdir)/build/common.m4 \
53
 
        $(top_srcdir)/build/crypto.m4 $(top_srcdir)/build/libtool.m4 \
 
52
am__aclocal_m4_deps = $(top_srcdir)/build/ax_lib_readline.m4 \
 
53
        $(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
 
54
        $(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
54
55
        $(top_srcdir)/build/ltoptions.m4 \
55
56
        $(top_srcdir)/build/ltsugar.m4 \
56
57
        $(top_srcdir)/build/ltversion.m4 \
57
58
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/lzma.m4 \
58
59
        $(top_srcdir)/build/network.m4 $(top_srcdir)/build/pcre.m4 \
59
 
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/xml.m4 \
60
 
        $(top_srcdir)/build/zlib.m4 $(top_srcdir)/configure.ac
 
60
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/tcmalloc.m4 \
 
61
        $(top_srcdir)/build/xml.m4 $(top_srcdir)/build/zlib.m4 \
 
62
        $(top_srcdir)/configure.ac
61
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
64
        $(ACLOCAL_M4)
63
65
mkinstalldirs = $(install_sh) -d
64
66
CONFIG_HEADER = $(top_builddir)/lib/ts/ink_autoconf.h
65
67
CONFIG_CLEAN_FILES =
66
68
CONFIG_CLEAN_VPATH_FILES =
 
69
AM_V_GEN = $(am__v_GEN_$(V))
 
70
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
71
am__v_GEN_0 = @echo "  GEN   " $@;
 
72
AM_V_at = $(am__v_at_$(V))
 
73
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
74
am__v_at_0 = @
67
75
SOURCES =
68
76
DIST_SOURCES =
69
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
112
120
pkglibexecdir = @pkglibexecdir@
113
121
ACLOCAL = @ACLOCAL@
114
122
AMTAR = @AMTAR@
 
123
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115
124
API_DEFS = @API_DEFS@
116
125
AR = @AR@
117
126
ASCPP = @ASCPP@
165
174
LIBCRYPT = @LIBCRYPT@
166
175
LIBDEMANGLE = @LIBDEMANGLE@
167
176
LIBDL = @LIBDL@
168
 
LIBEV = @LIBEV@
169
177
LIBEXC = @LIBEXC@
170
178
LIBEXECINFO = @LIBEXECINFO@
171
179
LIBEXPAT = @LIBEXPAT@
 
180
LIBHWLOC = @LIBHWLOC@
172
181
LIBICONV = @LIBICONV@
173
182
LIBMLD = @LIBMLD@
174
183
LIBNSL = @LIBNSL@
205
214
PACKAGE_URL = @PACKAGE_URL@
206
215
PACKAGE_VERSION = @PACKAGE_VERSION@
207
216
PATH_SEPARATOR = @PATH_SEPARATOR@
 
217
PCRE_CONFIG = @PCRE_CONFIG@
208
218
PERL = @PERL@
209
219
RANLIB = @RANLIB@
210
220
RM = @RM@
235
245
TS_VERSION_STRING = @TS_VERSION_STRING@
236
246
VERSION = @VERSION@
237
247
YACC = @YACC@
 
248
YACCBIN = @YACCBIN@
238
249
YFLAGS = @YFLAGS@
239
250
abs_builddir = @abs_builddir@
240
251
abs_srcdir = @abs_srcdir@
251
262
am__quote = @am__quote@
252
263
am__tar = @am__tar@
253
264
am__untar = @am__untar@
 
265
arg_max = @arg_max@
254
266
arpa_ineth = @arpa_ineth@
255
267
arpa_nameser_compath = @arpa_nameser_compath@
256
268
arpa_nameserh = @arpa_nameserh@
280
292
exp_bindir = @exp_bindir@
281
293
exp_cachedir = @exp_cachedir@
282
294
exp_datadir = @exp_datadir@
 
295
exp_docdir = @exp_docdir@
283
296
exp_exec_prefix = @exp_exec_prefix@
284
297
exp_includedir = @exp_includedir@
285
298
exp_infodir = @exp_infodir@
301
314
has_clock_gettime = @has_clock_gettime@
302
315
has_demangle = @has_demangle@
303
316
has_eventfd = @has_eventfd@
 
317
has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
304
318
has_inkapi = @has_inkapi@
 
319
has_ip_tos = @has_ip_tos@
305
320
has_lrand48_r = @has_lrand48_r@
306
321
has_posix_fadvise = @has_posix_fadvise@
307
322
has_posix_memalign = @has_posix_memalign@
308
323
has_profiler = @has_profiler@
309
 
has_purify = @has_purify@
 
324
has_so_mark = @has_so_mark@
310
325
has_srand48_r = @has_srand48_r@
311
326
has_standalone_iocore = @has_standalone_iocore@
312
327
has_strlcat = @has_strlcat@
313
328
has_strlcpy = @has_strlcpy@
314
 
has_strndup = @has_strndup@
 
329
has_tcmalloc = @has_tcmalloc@
315
330
has_tests = @has_tests@
316
331
has_wccp = @has_wccp@
317
332
host = @host@
320
335
host_os = @host_os@
321
336
host_vendor = @host_vendor@
322
337
htmldir = @htmldir@
 
338
ifaddrsh = @ifaddrsh@
323
339
includedir = @includedir@
324
340
infodir = @infodir@
325
341
ink_with_modules_def = @ink_with_modules_def@
330
346
iocore_include_dirs = @iocore_include_dirs@
331
347
ip_transparent = @ip_transparent@
332
348
is_micro_build = @is_micro_build@
 
349
jemalloch = @jemalloch@
333
350
libdir = @libdir@
334
351
libexecdir = @libexecdir@
335
352
libgenh = @libgenh@
342
359
mandir = @mandir@
343
360
mathh = @mathh@
344
361
max_api_stats = @max_api_stats@
 
362
max_event_threads = @max_event_threads@
 
363
max_host_name_len = @max_host_name_len@
 
364
max_threads_per_type = @max_threads_per_type@
345
365
mkdir_p = @mkdir_p@
346
366
need_union_semun = @need_union_semun@
347
367
net_ppp_defsh = @net_ppp_defsh@
357
377
pdfdir = @pdfdir@
358
378
pkgbindir = @pkgbindir@
359
379
pkgcachedir = @pkgcachedir@
 
380
pkgdocdir = @pkgdocdir@
360
381
pkglocalstatedir = @pkglocalstatedir@
361
382
pkglogdir = @pkglogdir@
362
383
pkgruntimedir = @pkgruntimedir@
367
388
prefix = @prefix@
368
389
program_transform_name = @program_transform_name@
369
390
psdir = @psdir@
 
391
readline_readlineh = @readline_readlineh@
370
392
rel_bindir = @rel_bindir@
371
393
rel_cachedir = @rel_cachedir@
372
394
rel_datadir = @rel_datadir@
 
395
rel_docdir = @rel_docdir@
373
396
rel_exec_prefix = @rel_exec_prefix@
374
397
rel_includedir = @rel_includedir@
375
398
rel_infodir = @rel_infodir@
408
431
use_diags = @use_diags@
409
432
use_epoll = @use_epoll@
410
433
use_fast_sdk = @use_fast_sdk@
 
434
use_freelist = @use_freelist@
 
435
use_hwloc = @use_hwloc@
411
436
use_kqueue = @use_kqueue@
412
 
use_libev = @use_libev@
413
437
use_port = @use_port@
414
438
use_posix_cap = @use_posix_cap@
 
439
use_tls_npn = @use_tls_npn@
 
440
use_tls_sni = @use_tls_sni@
415
441
use_tproxy = @use_tproxy@
416
442
valuesh = @valuesh@
417
443
waith = @waith@
418
444
zlibh = @zlibh@
419
 
SUBDIRS = conf_remap
 
445
SUBDIRS = conf_remap regex_remap header_filter stats_over_http
420
446
all: all-recursive
421
447
 
422
448
.SUFFIXES: