4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 548da5c was
bded5dc,
checked in by Daniel Lawson <dlawson@…>, 16 years ago
|
adding tracestats into cvs and auto*
|
-
Property mode set to
100644
|
File size:
422 bytes
|
Rev | Line | |
---|
[5540efc] | 1 | # tracedump depends on libpacketdump |
---|
[4a605a9] | 2 | if LIBPACKETDUMP |
---|
| 3 | TRACEDUMP_DIR=tracedump |
---|
| 4 | endif |
---|
| 5 | |
---|
| 6 | if LIBTRACE_TOOLS |
---|
[bded5dc] | 7 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats |
---|
[4a605a9] | 8 | else |
---|
| 9 | SUBDIRS= |
---|
| 10 | endif |
---|
[a3505a8] | 11 | |
---|
[c87881e] | 12 | EXTRA_DIST=tracereport |
---|
| 13 | |
---|
[a3505a8] | 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.