4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 0d82205 was
0d82205,
checked in by Daniel Lawson <dlawson@…>, 15 years ago
|
tidied up make dist a bit.
libtrace.h has a #define HAVE_ATTR_PURE which configure modifies appropriately. This is horrible, but I can't think of a nicer way of doing it.
|
-
Property mode set to
100644
|
File size:
818 bytes
|
Line | |
---|
1 | SUBDIRS=lib docs |
---|
2 | |
---|
3 | AUTOMAKE_OPTIONS = 1.5 |
---|
4 | |
---|
5 | if HAS_DOXYGEN |
---|
6 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
7 | endif |
---|
8 | #man_MANS = @MANPAGES@ |
---|
9 | EXTRA_DIST=examples tools |
---|
10 | #docs/html docs/latex docs/man $(man_MANS) |
---|
11 | |
---|
12 | .PHONY: docs |
---|
13 | |
---|
14 | bootstrap-clean: |
---|
15 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
16 | configure depcomp install-sh ltmain.sh missing \ |
---|
17 | mkinstalldirs stamp-h.in \ |
---|
18 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
19 | $(RM) -rf autom4te.cache/ |
---|
20 | |
---|
21 | dist-hook: |
---|
22 | for dir in $(EXTRA_DIST); do \ |
---|
23 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
---|
24 | for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
---|
25 | done |
---|
26 | exit -1 |
---|
27 | |
---|
28 | if HAS_DOXYGEN |
---|
29 | docs/doxygen/man/man3/*.3: docs |
---|
30 | else |
---|
31 | docs/doxygen/man/man3/*.3: |
---|
32 | endif |
---|
33 | |
---|
34 | #docs: |
---|
35 | # doxygen libtrace.doxygen |
---|
36 | |
---|
37 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.