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

« back to all changes in this revision

Viewing changes to lib/ts/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-04-29 11:47:57 UTC
  • mfrom: (5.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130429114757-bbeb5eacidfuj2qg
Tags: 3.2.4-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Drop markos's ARM barrier definition patch, now integrated upstream.
* Brute-force upstream's suboptimal C/C++ with: -Wno-unused-result
  -Wno-sizeof-pointer-memaccess -Wno-unused-local-typedefs flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
am_libtsutil_la_OBJECTS = Arena.lo Bitops.lo Diags.lo HostLookup.lo \
103
103
        ink_args.lo ink_assert.lo ink_auth_api.lo ink_base64.lo \
104
104
        ink_cap.lo ink_code.lo ink_defs.lo ink_error.lo ink_file.lo \
105
 
        ink_hash_table.lo ink_hrtime.lo ink_inet.lo ink_killall.lo \
106
 
        ink_memory.lo ink_mutex.lo ink_queue.lo ink_queue_utils.lo \
107
 
        ink_rand.lo ink_res_init.lo ink_res_mkquery.lo ink_resource.lo \
 
105
        ink_hash_table.lo ink_hrtime.lo ink_inet.lo ink_memory.lo \
 
106
        ink_mutex.lo ink_queue.lo ink_queue_utils.lo ink_rand.lo \
 
107
        ink_res_init.lo ink_res_mkquery.lo ink_resource.lo \
108
108
        ink_rwlock.lo ink_sock.lo ink_sprintf.lo ink_stack_trace.lo \
109
109
        ink_string.lo ink_string++.lo ink_sys_control.lo ink_syslog.lo \
110
110
        ink_thread.lo ink_time.lo fastlz.lo llqueue.lo lockfile.lo \
279
279
LIBEXPAT = @LIBEXPAT@
280
280
LIBHWLOC = @LIBHWLOC@
281
281
LIBICONV = @LIBICONV@
 
282
LIBLZMA = @LIBLZMA@
282
283
LIBMLD = @LIBMLD@
283
284
LIBNSL = @LIBNSL@
284
285
LIBOBJS = @LIBOBJS@
285
286
LIBPCRE = @LIBPCRE@
286
287
LIBPROFILER = @LIBPROFILER@
 
288
LIBREADLINE = @LIBREADLINE@
287
289
LIBRESOLV = @LIBRESOLV@
288
290
LIBRT = @LIBRT@
289
291
LIBS = @LIBS@
293
295
LIBTHREAD = @LIBTHREAD@
294
296
LIBTOOL = @LIBTOOL@
295
297
LIBTOOL_LINK_FLAGS = @LIBTOOL_LINK_FLAGS@
 
298
LIBZ = @LIBZ@
296
299
LIPO = @LIPO@
297
300
LN_S = @LN_S@
298
301
LTLIBOBJS = @LTLIBOBJS@
362
365
am__quote = @am__quote@
363
366
am__tar = @am__tar@
364
367
am__untar = @am__untar@
365
 
arg_max = @arg_max@
366
368
arpa_ineth = @arpa_ineth@
367
369
arpa_nameser_compath = @arpa_nameser_compath@
368
370
arpa_nameserh = @arpa_nameserh@
591
593
  ink_inet.cc \
592
594
  ink_inet.h \
593
595
  ink_inout.h \
594
 
  ink_killall.cc \
595
 
  ink_killall.h \
596
596
  ink_llqueue.h \
597
597
  ink_lockfile.h \
598
598
  INK_MD5.h \
860
860
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_hash_table.Plo@am__quote@
861
861
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_hrtime.Plo@am__quote@
862
862
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_inet.Plo@am__quote@
863
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_killall.Plo@am__quote@
864
863
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_memory.Plo@am__quote@
865
864
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_mutex.Plo@am__quote@
866
865
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ink_queue.Plo@am__quote@