4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 4a207b8 was
83f2cbf,
checked in by Shane Alcock <salcock@…>, 15 years ago
|
Finished converting tracedump to tracepktdump, mostly dealing with Makefile.am's and configure - as well as actually changing the filenames :]
|
-
Property mode set to
100644
|
File size:
361 bytes
|
Line | |
---|
1 | # tracedump depends on libpacketdump |
---|
2 | TRACEDUMP_DIR=tracepktdump |
---|
3 | |
---|
4 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats |
---|
5 | SUBDIRS+=tracereport |
---|
6 | |
---|
7 | all-hook: |
---|
8 | for dir in $(SUBDIRS); do make -C $$dir; done |
---|
9 | |
---|
10 | install-hook: |
---|
11 | for dir in $(SUBDIRS); do make -C $$dir install; done |
---|
12 | |
---|
13 | clean-hook: |
---|
14 | for dir in $(SUBDIRS); do make -C $$dir clean; done |
---|
Note: See
TracBrowser
for help on using the repository browser.