4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since aef91e2 was
5540efc,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
makefile.am error -0 should use uninstall-local apparently
added checks for libgdc, which tracertstats requires
|
-
Property mode set to
100644
|
File size:
474 bytes
|
Rev | Line | |
---|
[5540efc] | 1 | # tracedump depends on libpacketdump |
---|
[4a605a9] | 2 | if LIBPACKETDUMP |
---|
| 3 | TRACEDUMP_DIR=tracedump |
---|
| 4 | endif |
---|
| 5 | |
---|
[5540efc] | 6 | # tracertstats depends on libgdc |
---|
| 7 | if LIBGDC |
---|
| 8 | TRACERTSTATS_DIR=tracertstats |
---|
| 9 | endif |
---|
| 10 | |
---|
[4a605a9] | 11 | if LIBTRACE_TOOLS |
---|
[5540efc] | 12 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) $(TRACERTSTATS_DIR) |
---|
[4a605a9] | 13 | else |
---|
| 14 | SUBDIRS= |
---|
| 15 | endif |
---|
[a3505a8] | 16 | |
---|
| 17 | all-hook: |
---|
| 18 | for dir in $(SUBDIRS); do make -C $$dir; done |
---|
| 19 | |
---|
| 20 | install-hook: |
---|
| 21 | for dir in $(SUBDIRS); do make -C $$dir install; done |
---|
| 22 | |
---|
| 23 | clean-hook: |
---|
| 24 | for dir in $(SUBDIRS); do make -C $$dir clean; done |
---|
Note: See
TracBrowser
for help on using the repository browser.