4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 72cc9cc was
bded5dc,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
adding tracestats into cvs and auto*
|
-
Property mode set to
100644
|
File size:
422 bytes
|
Line | |
---|
1 | # tracedump depends on libpacketdump |
---|
2 | if LIBPACKETDUMP |
---|
3 | TRACEDUMP_DIR=tracedump |
---|
4 | endif |
---|
5 | |
---|
6 | if LIBTRACE_TOOLS |
---|
7 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats |
---|
8 | else |
---|
9 | SUBDIRS= |
---|
10 | endif |
---|
11 | |
---|
12 | EXTRA_DIST=tracereport |
---|
13 | |
---|
14 | all-hook: |
---|
15 | for dir in $(SUBDIRS); do make -C $$dir; done |
---|
16 | |
---|
17 | install-hook: |
---|
18 | for dir in $(SUBDIRS); do make -C $$dir install; done |
---|
19 | |
---|
20 | clean-hook: |
---|
21 | for dir in $(SUBDIRS); do make -C $$dir clean; done |
---|
Note: See
TracBrowser
for help on using the repository browser.