4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since e86124e was
306f91c,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Fix problems with zlib in the new build environment
|
-
Property mode set to
100644
|
File size:
358 bytes
|
Rev | Line | |
---|
[5540efc] | 1 | # tracedump depends on libpacketdump |
---|
[4a605a9] | 2 | TRACEDUMP_DIR=tracedump |
---|
| 3 | |
---|
[bded5dc] | 4 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats |
---|
[0837e57] | 5 | SUBDIRS+=tracereport |
---|
[a3505a8] | 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.