4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since e53fbe1 was
e53fbe1,
checked in by Perry Lorier <perry@…>, 13 years ago
|
Make sure we distribute protocols.h
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | lib_LTLIBRARIES = libtrace.la |
---|
2 | include_HEADERS = libtrace.h dagformat.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 | if HAVE_DAG |
---|
24 | if DAG2_4 |
---|
25 | DAGSOURCE=format_dag24.c |
---|
26 | else |
---|
27 | DAGSOURCE=format_dag25.c |
---|
28 | endif |
---|
29 | else |
---|
30 | DAGSOURCE= |
---|
31 | endif |
---|
32 | EXTRA_DIST=format_dag24.c format_dag25.c |
---|
33 | |
---|
34 | libtrace_la_SOURCES = $(LIBTRACEIO) trace.c common.h \ |
---|
35 | format_erf.c format_pcap.c format_legacy.c \ |
---|
36 | format_rt.c format_helper.c format_helper.h format_pcapfile.c \ |
---|
37 | format_duck.c format_tsh.c $(NATIVEFORMATS) $(BPFFORMATS) \ |
---|
38 | format_atmhdr.c \ |
---|
39 | libtrace_int.h lt_inttypes.h \ |
---|
40 | linktypes.c link_wireless.c \ |
---|
41 | protocols_pktmeta.c protocols_l2.c protocols_l3.c \ |
---|
42 | protocols_transport.c protocols.h \ |
---|
43 | libtraceio.h \ |
---|
44 | $(DAGSOURCE) format_erf.h |
---|
45 | |
---|
46 | if DAG2_4 |
---|
47 | nodist_libtrace_la_SOURCES = dagopts.c dagapi.c |
---|
48 | endif |
---|
49 | |
---|
50 | INCLUDES = @ADD_INCLS@ |
---|
51 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
---|
52 | libtrace_la_LDFLAGS=-version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ @ADD_LDFLAGS@ |
---|
53 | |
---|
54 | dagapi.c: |
---|
55 | cp @DAG_TOOLS_DIR@/dagapi.c . |
---|
56 | |
---|
57 | dagopts.c: |
---|
58 | cp @DAG_TOOLS_DIR@/dagopts.c . |
---|
Note: See
TracBrowser
for help on using the repository browser.