4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 088533a was
dd2eaee,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Add new pcapfile: uri for natively reading pcap files (without libpcap)
Add initialiser so we don't need to rely on gccisms for initialisation
|
-
Property mode set to
100644
|
File size:
850 bytes
|
Line | |
---|
1 | lib_LTLIBRARIES = libtrace.la |
---|
2 | include_HEADERS = libtrace.h dagformat.h wag.h lt_inttypes.h daglegacy.h rt_protocol.h |
---|
3 | |
---|
4 | extra_DIST = format_template.c |
---|
5 | libtrace_la_SOURCES = trace.c fifo.c fifo.h common.h \ |
---|
6 | format_erf.c format_pcap.c format_wag.c format_legacy.c \ |
---|
7 | format_rt.c format_helper.c format_helper.h format_linux.c \ |
---|
8 | format_pcapfile.c \ |
---|
9 | parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ |
---|
10 | linktypes.c protocols.c |
---|
11 | if HAVE_ZLIB |
---|
12 | libtrace_la_SOURCES+=libtraceio-zlib.c |
---|
13 | else |
---|
14 | libtrace_la_SOURCES+=libtraceio-stdio.c |
---|
15 | endif |
---|
16 | #libtrace_la_SOURCES+=libtraceio-bzlib.c |
---|
17 | |
---|
18 | if DAG2_4 |
---|
19 | nodist_libtrace_la_SOURCES = dagopts.c dagapi.c |
---|
20 | endif |
---|
21 | |
---|
22 | INCLUDES = @ADD_INCLS@ |
---|
23 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
---|
24 | libtrace_la_LDFLAGS=-version-info 3:0:0 @ADD_LDFLAGS@ |
---|
25 | |
---|
26 | dagapi.c: |
---|
27 | cp @DAG_TOOLS_DIR@/dagapi.c . |
---|
28 | |
---|
29 | dagopts.c: |
---|
30 | cp @DAG_TOOLS_DIR@/dagopts.c . |
---|
Note: See
TracBrowser
for help on using the repository browser.