4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since a7282fb 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
|
Line | |
---|
1 | # tracedump depends on libpacketdump |
---|
2 | TRACEDUMP_DIR=tracedump |
---|
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.