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

« back to all changes in this revision

Viewing changes to example/basic-auth/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:
50
50
subdir = example/basic-auth
51
51
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
 
am__aclocal_m4_deps = $(top_srcdir)/build/common.m4 \
54
 
        $(top_srcdir)/build/crypto.m4 $(top_srcdir)/build/libtool.m4 \
 
53
am__aclocal_m4_deps = $(top_srcdir)/build/ax_lib_readline.m4 \
 
54
        $(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
 
55
        $(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
55
56
        $(top_srcdir)/build/ltoptions.m4 \
56
57
        $(top_srcdir)/build/ltsugar.m4 \
57
58
        $(top_srcdir)/build/ltversion.m4 \
58
59
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/lzma.m4 \
59
60
        $(top_srcdir)/build/network.m4 $(top_srcdir)/build/pcre.m4 \
60
 
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/xml.m4 \
61
 
        $(top_srcdir)/build/zlib.m4 $(top_srcdir)/configure.ac
 
61
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/tcmalloc.m4 \
 
62
        $(top_srcdir)/build/xml.m4 $(top_srcdir)/build/zlib.m4 \
 
63
        $(top_srcdir)/configure.ac
62
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
65
        $(ACLOCAL_M4)
64
66
mkinstalldirs = $(install_sh) -d
91
93
basic_auth_la_LIBADD =
92
94
am_basic_auth_la_OBJECTS = basic-auth.lo
93
95
basic_auth_la_OBJECTS = $(am_basic_auth_la_OBJECTS)
94
 
basic_auth_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
96
AM_V_lt = $(am__v_lt_$(V))
 
97
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_lt_0 = --silent
 
99
basic_auth_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
101
        $(basic_auth_la_LDFLAGS) $(LDFLAGS) -o $@
97
102
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib/ts
100
105
am__mv = mv -f
101
106
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102
107
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
108
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
109
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
110
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
111
        $(AM_CFLAGS) $(CFLAGS)
 
112
AM_V_CC = $(am__v_CC_$(V))
 
113
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
114
am__v_CC_0 = @echo "  CC    " $@;
 
115
AM_V_at = $(am__v_at_$(V))
 
116
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
117
am__v_at_0 = @
106
118
CCLD = $(CC)
107
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109
 
        $(LDFLAGS) -o $@
 
119
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
120
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
121
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
122
AM_V_CCLD = $(am__v_CCLD_$(V))
 
123
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
124
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
125
AM_V_GEN = $(am__v_GEN_$(V))
 
126
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
127
am__v_GEN_0 = @echo "  GEN   " $@;
110
128
SOURCES = $(basic_auth_la_SOURCES)
111
129
DIST_SOURCES = $(basic_auth_la_SOURCES)
112
130
ETAGS = etags
117
135
pkglibexecdir = @pkglibexecdir@
118
136
ACLOCAL = @ACLOCAL@
119
137
AMTAR = @AMTAR@
 
138
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120
139
API_DEFS = @API_DEFS@
121
140
AR = @AR@
122
141
ASCPP = @ASCPP@
130
149
CCASDEPMODE = @CCASDEPMODE@
131
150
CCASFLAGS = @CCASFLAGS@
132
151
CCDEPMODE = @CCDEPMODE@
133
 
CFLAGS = @CFLAGS@ -I$(top_srcdir)/proxy/api
 
152
CFLAGS = @CFLAGS@
134
153
CPP = @CPP@
135
154
CPPFLAGS = @CPPFLAGS@
136
155
CXX = @CXX@
170
189
LIBCRYPT = @LIBCRYPT@
171
190
LIBDEMANGLE = @LIBDEMANGLE@
172
191
LIBDL = @LIBDL@
173
 
LIBEV = @LIBEV@
174
192
LIBEXC = @LIBEXC@
175
193
LIBEXECINFO = @LIBEXECINFO@
176
194
LIBEXPAT = @LIBEXPAT@
 
195
LIBHWLOC = @LIBHWLOC@
177
196
LIBICONV = @LIBICONV@
178
197
LIBMLD = @LIBMLD@
179
198
LIBNSL = @LIBNSL@
210
229
PACKAGE_URL = @PACKAGE_URL@
211
230
PACKAGE_VERSION = @PACKAGE_VERSION@
212
231
PATH_SEPARATOR = @PATH_SEPARATOR@
 
232
PCRE_CONFIG = @PCRE_CONFIG@
213
233
PERL = @PERL@
214
234
RANLIB = @RANLIB@
215
235
RM = @RM@
240
260
TS_VERSION_STRING = @TS_VERSION_STRING@
241
261
VERSION = @VERSION@
242
262
YACC = @YACC@
 
263
YACCBIN = @YACCBIN@
243
264
YFLAGS = @YFLAGS@
244
265
abs_builddir = @abs_builddir@
245
266
abs_srcdir = @abs_srcdir@
256
277
am__quote = @am__quote@
257
278
am__tar = @am__tar@
258
279
am__untar = @am__untar@
 
280
arg_max = @arg_max@
259
281
arpa_ineth = @arpa_ineth@
260
282
arpa_nameser_compath = @arpa_nameser_compath@
261
283
arpa_nameserh = @arpa_nameserh@
285
307
exp_bindir = @exp_bindir@
286
308
exp_cachedir = @exp_cachedir@
287
309
exp_datadir = @exp_datadir@
 
310
exp_docdir = @exp_docdir@
288
311
exp_exec_prefix = @exp_exec_prefix@
289
312
exp_includedir = @exp_includedir@
290
313
exp_infodir = @exp_infodir@
306
329
has_clock_gettime = @has_clock_gettime@
307
330
has_demangle = @has_demangle@
308
331
has_eventfd = @has_eventfd@
 
332
has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
309
333
has_inkapi = @has_inkapi@
 
334
has_ip_tos = @has_ip_tos@
310
335
has_lrand48_r = @has_lrand48_r@
311
336
has_posix_fadvise = @has_posix_fadvise@
312
337
has_posix_memalign = @has_posix_memalign@
313
338
has_profiler = @has_profiler@
314
 
has_purify = @has_purify@
 
339
has_so_mark = @has_so_mark@
315
340
has_srand48_r = @has_srand48_r@
316
341
has_standalone_iocore = @has_standalone_iocore@
317
342
has_strlcat = @has_strlcat@
318
343
has_strlcpy = @has_strlcpy@
319
 
has_strndup = @has_strndup@
 
344
has_tcmalloc = @has_tcmalloc@
320
345
has_tests = @has_tests@
321
346
has_wccp = @has_wccp@
322
347
host = @host@
325
350
host_os = @host_os@
326
351
host_vendor = @host_vendor@
327
352
htmldir = @htmldir@
 
353
ifaddrsh = @ifaddrsh@
328
354
includedir = @includedir@
329
355
infodir = @infodir@
330
356
ink_with_modules_def = @ink_with_modules_def@
335
361
iocore_include_dirs = @iocore_include_dirs@
336
362
ip_transparent = @ip_transparent@
337
363
is_micro_build = @is_micro_build@
 
364
jemalloch = @jemalloch@
338
365
libdir = @libdir@
339
366
libexecdir = @libexecdir@
340
367
libgenh = @libgenh@
347
374
mandir = @mandir@
348
375
mathh = @mathh@
349
376
max_api_stats = @max_api_stats@
 
377
max_event_threads = @max_event_threads@
 
378
max_host_name_len = @max_host_name_len@
 
379
max_threads_per_type = @max_threads_per_type@
350
380
mkdir_p = @mkdir_p@
351
381
need_union_semun = @need_union_semun@
352
382
net_ppp_defsh = @net_ppp_defsh@
362
392
pdfdir = @pdfdir@
363
393
pkgbindir = @pkgbindir@
364
394
pkgcachedir = @pkgcachedir@
 
395
pkgdocdir = @pkgdocdir@
365
396
pkglocalstatedir = @pkglocalstatedir@
366
397
pkglogdir = @pkglogdir@
367
398
pkgruntimedir = @pkgruntimedir@
372
403
prefix = @prefix@
373
404
program_transform_name = @program_transform_name@
374
405
psdir = @psdir@
 
406
readline_readlineh = @readline_readlineh@
375
407
rel_bindir = @rel_bindir@
376
408
rel_cachedir = @rel_cachedir@
377
409
rel_datadir = @rel_datadir@
 
410
rel_docdir = @rel_docdir@
378
411
rel_exec_prefix = @rel_exec_prefix@
379
412
rel_includedir = @rel_includedir@
380
413
rel_infodir = @rel_infodir@
413
446
use_diags = @use_diags@
414
447
use_epoll = @use_epoll@
415
448
use_fast_sdk = @use_fast_sdk@
 
449
use_freelist = @use_freelist@
 
450
use_hwloc = @use_hwloc@
416
451
use_kqueue = @use_kqueue@
417
 
use_libev = @use_libev@
418
452
use_port = @use_port@
419
453
use_posix_cap = @use_posix_cap@
 
454
use_tls_npn = @use_tls_npn@
 
455
use_tls_sni = @use_tls_sni@
420
456
use_tproxy = @use_tproxy@
421
457
valuesh = @valuesh@
422
458
waith = @waith@
423
459
zlibh = @zlibh@
 
460
AM_CPPFLAGS = -I$(top_srcdir)/proxy/api
424
461
pkglib_LTLIBRARIES = basic-auth.la
425
462
basic_auth_la_SOURCES = basic-auth.c
426
463
basic_auth_la_LDFLAGS = -module -avoid-version -shared
490
527
          rm -f "$${dir}/so_locations"; \
491
528
        done
492
529
basic-auth.la: $(basic_auth_la_OBJECTS) $(basic_auth_la_DEPENDENCIES) 
493
 
        $(basic_auth_la_LINK) -rpath $(pkglibdir) $(basic_auth_la_OBJECTS) $(basic_auth_la_LIBADD) $(LIBS)
 
530
        $(AM_V_CCLD)$(basic_auth_la_LINK) -rpath $(pkglibdir) $(basic_auth_la_OBJECTS) $(basic_auth_la_LIBADD) $(LIBS)
494
531
 
495
532
mostlyclean-compile:
496
533
        -rm -f *.$(OBJEXT)
501
538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic-auth.Plo@am__quote@
502
539
 
503
540
.c.o:
504
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
541
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
542
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
543
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
506
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
546
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
509
547
 
510
548
.c.obj:
511
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
549
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
550
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
551
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
513
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
554
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
516
555
 
517
556
.c.lo:
518
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
519
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
557
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
558
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
559
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
520
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
521
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
562
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<