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