4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since df6ae1f was
da17570,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
2.0.20
|
-
Property mode set to
100644
|
File size:
667 bytes
|
Rev | Line | |
---|
[808a478] | 1 | SUBDIRS=lib |
---|
[da17570] | 2 | man_MANS = docs/man/man3/trace*.3 docs/man/man3/libtrace*.3 docs/man/man3/get*.3 |
---|
| 3 | #man_MANS = @MANPAGES@ |
---|
[99208eb] | 4 | EXTRA_DIST=examples docs/html docs/latex docs/man $(man_MANS) |
---|
[b5236ad] | 5 | |
---|
| 6 | .PHONY: docs |
---|
[6a4997b] | 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/ |
---|
[99208eb] | 14 | |
---|
| 15 | dist-hook: |
---|
| 16 | for i in `\ls examples | grep -v CVS`; do make -C examples/$$i clean; done |
---|
[c9d296c] | 17 | rm -rf `find $(distdir)/examples -name CVS` |
---|
[99208eb] | 18 | |
---|
[da17570] | 19 | docs/man/man3/*.3: |
---|
[03a437a] | 20 | doxygen libtrace.doxygen |
---|
| 21 | |
---|
[808a478] | 22 | docs: |
---|
| 23 | doxygen libtrace.doxygen |
---|
| 24 | |
---|
[a9329cc] | 25 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.