Changeset c87881e
- Timestamp:
- 11/02/05 14:43:48 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- 40dd3f8
- Parents:
- 1d51476
- Location:
- tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r1d51476 rc87881e 9 9 endif 10 10 11 extra_DIST=tracereport 11 12 12 if LIBTRACE_TOOLS 13 13 SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) $(TRACERTSTATS_DIR) … … 15 15 SUBDIRS= 16 16 endif 17 18 EXTRA_DIST=tracereport 17 19 18 20 all-hook: -
tools/traceanon/Makefile.am
raef91e2 rc87881e 1 1 bin_PROGRAMS = traceanon 2 2 3 man1_MANS = traceanon.1 3 man_MANS = traceanon.1 4 EXTRA_DIST = $(man_MANS) 5 4 6 include ../Makefile.tools 5 traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h 7 traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h -
tools/tracesplit/Makefile.am
raef91e2 rc87881e 2 2 bin_SCRIPTS = tracefilter traceconvert 3 3 4 man1_MANS = tracesplit.1 tracefilter.1 traceconvert.1 4 man_MANS = tracesplit.1 tracefilter.1 traceconvert.1 5 EXTRA_DIST = $(man_MANS) $(bin_SCRIPTS) 6 5 7 include ../Makefile.tools 6 8 tracesplit_SOURCES = tracesplit.c
Note: See TracChangeset
for help on using the changeset viewer.