4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragofflibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since bd119b3 was
bd119b3,
checked in by Shane Alcock <salcock@…>, 7 years ago
|
Replace INCLUDES with AM_CPPFLAGS in Makefile.am's
Again, newer autotools versions complain about using these
outdated terms.
|
-
Property mode set to
100644
|
File size:
676 bytes
|
Rev | Line | |
---|
[60f3c4c] | 1 | lib_LTLIBRARIES=libwandio.la |
---|
| 2 | |
---|
| 3 | include_HEADERS=wandio.h |
---|
| 4 | |
---|
[10f924c] | 5 | AM_CFLAGS=@LIBCFLAGS@ @CFLAG_VISIBILITY@ |
---|
| 6 | AM_CXXFLAGS=@LIBCXXFLAGS@ @CFLAG_VISIBILITY@ |
---|
[60f3c4c] | 7 | |
---|
| 8 | if HAVE_ZLIB |
---|
| 9 | LIBTRACEIO_ZLIB=ior-zlib.c iow-zlib.c |
---|
| 10 | else |
---|
| 11 | LIBTRACEIO_ZLIB= |
---|
| 12 | endif |
---|
| 13 | |
---|
| 14 | if HAVE_BZLIB |
---|
| 15 | LIBTRACEIO_BZLIB=ior-bzip.c iow-bzip.c |
---|
| 16 | else |
---|
| 17 | LIBTRACEIO_BZLIB= |
---|
| 18 | endif |
---|
| 19 | |
---|
| 20 | if HAVE_LZO |
---|
| 21 | LIBTRACEIO_LZO=iow-lzo.c |
---|
| 22 | else |
---|
| 23 | LIBTRACEIO_LZO= |
---|
| 24 | endif |
---|
| 25 | |
---|
| 26 | libwandio_la_SOURCES=wandio.c ior-peek.c ior-stdio.c ior-thread.c \ |
---|
[10f924c] | 27 | iow-stdio.c iow-thread.c wandio.h wandio_internal.h \ |
---|
[60f3c4c] | 28 | $(LIBTRACEIO_ZLIB) $(LIBTRACEIO_BZLIB) $(LIBTRACEIO_LZO) |
---|
| 29 | |
---|
[bd119b3] | 30 | AM_CPPFLAGS = @ADD_INCLS@ |
---|
[60f3c4c] | 31 | libwandio_la_LIBADD = @LIBWANDIO_LIBS@ |
---|
| 32 | libwandio_la_LDFLAGS=-version-info 1:0:0 @ADD_LDFLAGS@ |
---|
| 33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.