4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 5bbe424 was
da17570,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
2.0.20
|
-
Property mode set to
100644
|
File size:
667 bytes
|
Line | |
---|
1 | SUBDIRS=lib |
---|
2 | man_MANS = docs/man/man3/trace*.3 docs/man/man3/libtrace*.3 docs/man/man3/get*.3 |
---|
3 | #man_MANS = @MANPAGES@ |
---|
4 | EXTRA_DIST=examples docs/html docs/latex docs/man $(man_MANS) |
---|
5 | |
---|
6 | .PHONY: docs |
---|
7 | |
---|
8 | bootstrap-clean: |
---|
9 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
10 | configure depcomp install-sh ltmain.sh missing \ |
---|
11 | mkinstalldirs stamp-h.in \ |
---|
12 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
13 | $(RM) -rf autom4te.cache/ |
---|
14 | |
---|
15 | dist-hook: |
---|
16 | for i in `\ls examples | grep -v CVS`; do make -C examples/$$i clean; done |
---|
17 | rm -rf `find $(distdir)/examples -name CVS` |
---|
18 | |
---|
19 | docs/man/man3/*.3: |
---|
20 | doxygen libtrace.doxygen |
---|
21 | |
---|
22 | docs: |
---|
23 | doxygen libtrace.doxygen |
---|
24 | |
---|
25 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.