|
Last change
on this file since 724 was
724,
checked in by perry, 7 years ago
|
|
Make format_linux only compile if the machine we're compiling it on supports it.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
860 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_pcapfile.c \ |
|---|
| 8 | parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ |
|---|
| 9 | linktypes.c protocols.c |
|---|
| 10 | if HAVE_NETPACKET_PACKET_H |
|---|
| 11 | libtrace_la_SOURCES+=format_linux.c |
|---|
| 12 | endif |
|---|
| 13 | |
|---|
| 14 | if HAVE_ZLIB |
|---|
| 15 | libtrace_la_SOURCES+=libtraceio-zlib.c |
|---|
| 16 | else |
|---|
| 17 | libtrace_la_SOURCES+=libtraceio-stdio.c |
|---|
| 18 | endif |
|---|
| 19 | |
|---|
| 20 | if DAG2_4 |
|---|
| 21 | nodist_libtrace_la_SOURCES = dagopts.c dagapi.c |
|---|
| 22 | endif |
|---|
| 23 | |
|---|
| 24 | INCLUDES = @ADD_INCLS@ |
|---|
| 25 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
|---|
| 26 | libtrace_la_LDFLAGS=-version-info 3:0:0 @ADD_LDFLAGS@ |
|---|
| 27 | |
|---|
| 28 | dagapi.c: |
|---|
| 29 | cp @DAG_TOOLS_DIR@/dagapi.c . |
|---|
| 30 | |
|---|
| 31 | dagopts.c: |
|---|
| 32 | cp @DAG_TOOLS_DIR@/dagopts.c . |
|---|
Note: See
TracBrowser
for help on using the repository browser.