4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since f051c1b was
29bbef0,
checked in by Richard Sanger <rsangerarj@…>, 8 years ago
|
My work from over summer, with a few things tidied up and updated to include recent commits/patches to bring this up to date. Still very much work in progress.
|
-
Property mode set to
100644
|
File size:
592 bytes
|
Line | |
---|
1 | bin_PROGRAMS = traceanon traceanon_parallel |
---|
2 | |
---|
3 | man_MANS = traceanon.1 |
---|
4 | EXTRA_DIST = $(man_MANS) |
---|
5 | |
---|
6 | include ../Makefile.tools |
---|
7 | traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h |
---|
8 | traceanon_parallel_SOURCES = traceanon_parallel.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h |
---|
9 | |
---|
10 | # rijndael.c does lots of nasty casting that is going to be a nightmare to fix |
---|
11 | # and debug - I'm going to disable this warning in the interim, as it's really |
---|
12 | # messy and hopefully isn't actually an issue. |
---|
13 | traceanon_CFLAGS = $(AM_CFLAGS) |
---|
14 | traceanon_parallel_CFLAGS = $(AM_CFLAGS) |
---|
Note: See
TracBrowser
for help on using the repository browser.