4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since edb18ce was
edb18ce,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Rewrote libtrace's IO handling to use shim functions when needing to do
zlib io
|
-
Property mode set to
100644
|
File size:
786 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 format_rt.c\ |
---|
7 | format_helper.c format_helper.h format_linux.c \ |
---|
8 | parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ |
---|
9 | linktypes.c protocols.c |
---|
10 | if HAVE_ZLIB |
---|
11 | libtrace_la_SOURCES+=libtraceio-zlib.c |
---|
12 | else |
---|
13 | libtrace_la_SOURCES+=libtraceio-stdio.c |
---|
14 | endif |
---|
15 | |
---|
16 | if DAG2_4 |
---|
17 | nodist_libtrace_la_SOURCES = dagopts.c dagapi.c |
---|
18 | endif |
---|
19 | |
---|
20 | INCLUDES = @ADD_INCLS@ |
---|
21 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
---|
22 | libtrace_la_LDFLAGS=-version-info 3:0:0 @ADD_LDFLAGS@ |
---|
23 | |
---|
24 | dagapi.c: |
---|
25 | cp @DAG_TOOLS_DIR@/dagapi.c . |
---|
26 | |
---|
27 | dagopts.c: |
---|
28 | cp @DAG_TOOLS_DIR@/dagopts.c . |
---|
Note: See
TracBrowser
for help on using the repository browser.