4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 5261dbd was
4a605a9,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
added --disable-libpacketdump and --disable-tools configure options.
tools/tracedump will only get built if libpacketdump is also being built
libpacketdump will fail to build (and generate an error) if there is no c++ compiler installed.
|
-
Property mode set to
100644
|
File size:
350 bytes
|
Rev | Line | |
---|
[4a605a9] | 1 | if LIBPACKETDUMP |
---|
| 2 | TRACEDUMP_DIR=tracedump |
---|
| 3 | endif |
---|
| 4 | |
---|
| 5 | if LIBTRACE_TOOLS |
---|
| 6 | SUBDIRS=traceanon tracemerge tracertstats tracesplit $(TRACEDUMP_DIR) |
---|
| 7 | else |
---|
| 8 | SUBDIRS= |
---|
| 9 | endif |
---|
[a3505a8] | 10 | |
---|
| 11 | all-hook: |
---|
| 12 | for dir in $(SUBDIRS); do make -C $$dir; done |
---|
| 13 | |
---|
| 14 | install-hook: |
---|
| 15 | for dir in $(SUBDIRS); do make -C $$dir install; done |
---|
| 16 | |
---|
| 17 | clean-hook: |
---|
| 18 | for dir in $(SUBDIRS); do make -C $$dir clean; done |
---|
Note: See
TracBrowser
for help on using the repository browser.