|
Last change
on this file since 1032 was
1032,
checked in by perry, 7 years ago
|
|
Ripout the old rtclient: code. The only implementation of a server was
within WAND which has been decomissioned and replaced with the newer rt:
protocol.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | lib_LTLIBRARIES = libtrace.la |
|---|
| 2 | include_HEADERS = libtrace.h dagformat.h wag.h lt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h |
|---|
| 3 | |
|---|
| 4 | extra_DIST = format_template.c |
|---|
| 5 | if HAVE_NETPACKET_PACKET_H |
|---|
| 6 | NATIVEFORMATS=format_linux.c |
|---|
| 7 | else |
|---|
| 8 | NATIVEFORMATS= |
|---|
| 9 | endif |
|---|
| 10 | |
|---|
| 11 | if HAVE_BPF |
|---|
| 12 | BPFFORMATS=format_bpf.c |
|---|
| 13 | else |
|---|
| 14 | BPFFORMATS= |
|---|
| 15 | endif |
|---|
| 16 | |
|---|
| 17 | if HAVE_ZLIB |
|---|
| 18 | LIBTRACEIO=libtraceio-zlib.c |
|---|
| 19 | else |
|---|
| 20 | LIBTRACEIO=libtraceio-stdio.c |
|---|
| 21 | endif |
|---|
| 22 | |
|---|
| 23 | libtrace_la_SOURCES = $(LIBTRACEIO) trace.c common.h \ |
|---|
| 24 | format_erf.c format_pcap.c format_wag.c format_legacy.c \ |
|---|
| 25 | format_rt.c format_helper.c format_helper.h format_pcapfile.c \ |
|---|
| 26 | format_duck.c $(NATIVEFORMATS) $(BPFFORMATS) \ |
|---|
| 27 | parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ |
|---|
| 28 | linktypes.c protocols.c libtraceio.h link_wireless.c |
|---|
| 29 | |
|---|
| 30 | if DAG2_4 |
|---|
| 31 | nodist_libtrace_la_SOURCES = dagopts.c dagapi.c |
|---|
| 32 | endif |
|---|
| 33 | |
|---|
| 34 | INCLUDES = @ADD_INCLS@ |
|---|
| 35 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
|---|
| 36 | libtrace_la_LDFLAGS=-version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ @ADD_LDFLAGS@ |
|---|
| 37 | |
|---|
| 38 | dagapi.c: |
|---|
| 39 | cp @DAG_TOOLS_DIR@/dagapi.c . |
|---|
| 40 | |
|---|
| 41 | dagopts.c: |
|---|
| 42 | cp @DAG_TOOLS_DIR@/dagopts.c . |
|---|
Note: See
TracBrowser
for help on using the repository browser.