4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 525d09d was
cd8efa6,
checked in by Shane Alcock <salcock@…>, 8 years ago
|
Move wandiocat to its own subdir
This seems the easiest way to solve the parallel build issue
given our current recursive build structure.
|
-
Property mode set to
100644
|
File size:
822 bytes
|
Line | |
---|
1 | SUBDIRS = . tools/wandiocat |
---|
2 | |
---|
3 | lib_LTLIBRARIES=libwandio.la |
---|
4 | |
---|
5 | include_HEADERS=wandio.h |
---|
6 | |
---|
7 | AM_CFLAGS=@LIBCFLAGS@ @CFLAG_VISIBILITY@ |
---|
8 | AM_CXXFLAGS=@LIBCXXFLAGS@ @CFLAG_VISIBILITY@ |
---|
9 | |
---|
10 | if HAVE_ZLIB |
---|
11 | LIBTRACEIO_ZLIB=ior-zlib.c iow-zlib.c |
---|
12 | else |
---|
13 | LIBTRACEIO_ZLIB= |
---|
14 | endif |
---|
15 | |
---|
16 | if HAVE_BZLIB |
---|
17 | LIBTRACEIO_BZLIB=ior-bzip.c iow-bzip.c |
---|
18 | else |
---|
19 | LIBTRACEIO_BZLIB= |
---|
20 | endif |
---|
21 | |
---|
22 | if HAVE_LZO |
---|
23 | LIBTRACEIO_LZO=iow-lzo.c |
---|
24 | else |
---|
25 | LIBTRACEIO_LZO= |
---|
26 | endif |
---|
27 | |
---|
28 | if HAVE_LZMA |
---|
29 | LIBTRACEIO_LZMA=ior-lzma.c iow-lzma.c |
---|
30 | else |
---|
31 | LIBTRACEIO_LZMA= |
---|
32 | endif |
---|
33 | |
---|
34 | libwandio_la_SOURCES=wandio.c ior-peek.c ior-stdio.c ior-thread.c \ |
---|
35 | iow-stdio.c iow-thread.c wandio.h wandio_internal.h \ |
---|
36 | $(LIBTRACEIO_ZLIB) $(LIBTRACEIO_BZLIB) $(LIBTRACEIO_LZO) \ |
---|
37 | $(LIBTRACEIO_LZMA) |
---|
38 | |
---|
39 | AM_CPPFLAGS = @ADD_INCLS@ |
---|
40 | libwandio_la_LIBADD = @LIBWANDIO_LIBS@ |
---|
41 | libwandio_la_LDFLAGS=-version-info 1:1:0 @ADD_LDFLAGS@ |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.