4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 36093bd 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
|
Line | |
---|
1 | # tracedump depends on libpacketdump |
---|
2 | if LIBPACKETDUMP |
---|
3 | TRACEDUMP_DIR=tracedump |
---|
4 | endif |
---|
5 | |
---|
6 | # tracertstats depends on libgdc |
---|
7 | if LIBGDC |
---|
8 | TRACERTSTATS_DIR=tracertstats |
---|
9 | endif |
---|
10 | |
---|
11 | if LIBTRACE_TOOLS |
---|
12 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) $(TRACERTSTATS_DIR) |
---|
13 | else |
---|
14 | SUBDIRS= |
---|
15 | endif |
---|
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.