4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since ab9a63d was
ab9a63d,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
fixed broken docs/Makefile.am (changed doxygen variable)
updated configure to run a sed script across libtrace.h to define HAVE_ATTR_PURE for us. ick, but it works.
|
-
Property mode set to
100644
|
File size:
734 bytes
|
Line | |
---|
1 | DOXYGEN_CONF = libtrace.doxygen |
---|
2 | DOXYGEN_FOLDERS = doxygen/html doxygen/man |
---|
3 | |
---|
4 | if HAS_DOXYGEN |
---|
5 | EXTRA_DIST = $(DOXYGEN_FOLDERS) |
---|
6 | else |
---|
7 | EXTRA_DIST = |
---|
8 | endif |
---|
9 | |
---|
10 | doxygen/html: doxy |
---|
11 | |
---|
12 | doxygen/latex: doxy |
---|
13 | |
---|
14 | doxygen/man: doxy |
---|
15 | |
---|
16 | |
---|
17 | documentation: latex |
---|
18 | |
---|
19 | latex: *.tex |
---|
20 | latex2html -dir html -split 0 *.tex |
---|
21 | |
---|
22 | all: doxy |
---|
23 | |
---|
24 | distclean: doxyclean |
---|
25 | |
---|
26 | doxy: |
---|
27 | @if test x"$(libtrace_doxygen)" == xtrue ; then \ |
---|
28 | if test -f $(DOXYGEN_CONF) ; then \ |
---|
29 | doxygen $(DOXYGEN_CONF) ; \ |
---|
30 | else \ |
---|
31 | echo "Sorry, doxygen conf file $(DOXYGEN_CONF) does not exist" ; \ |
---|
32 | fi ; \ |
---|
33 | else \ |
---|
34 | echo "Sorry, you do not have doxygen in your PATH." ; \ |
---|
35 | fi |
---|
36 | |
---|
37 | doxyclean: |
---|
38 | @for folder in $(DOXYGEN_FOLDERS) ; do \ |
---|
39 | if test -d $$folder ; then \ |
---|
40 | rm -rf $$folder ; \ |
---|
41 | fi \ |
---|
42 | done |
---|
43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.