Changeset ebb54a5 for tools/traceanon/Makefile.am
- Timestamp:
- 09/15/15 11:13:07 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- aafdc55
- Parents:
- 6264e8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/Makefile.am
r29bbef0 rebb54a5 1 bin_PROGRAMS = traceanon traceanon_parallel1 bin_PROGRAMS = traceanon 2 2 3 3 man_MANS = traceanon.1 … … 5 5 6 6 include ../Makefile.tools 7 traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h8 traceanon_ parallel_SOURCES = traceanon_parallel.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h7 #traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h 8 traceanon_SOURCES = traceanon.cc Anon.cc Anon.h 9 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) 10 traceanon_CPPFLAGS = $(AM_CPPFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.