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