4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 91db67b was
0b4684a,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
removing 'tools' from EXTRA_DIST
revoked previous commit (addition of LTLIBOBJS in libpacketdump/Makefile.am)
|
-
Property mode set to
100644
|
File size:
938 bytes
|
Line | |
---|
1 | if LIBPACKETDUMP |
---|
2 | LIBPACKETDUMP_DIR = libpacketdump |
---|
3 | endif |
---|
4 | if LIBTRACE_TOOLS |
---|
5 | TOOLS_DIR = tools |
---|
6 | endif |
---|
7 | SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) |
---|
8 | |
---|
9 | AUTOMAKE_OPTIONS = 1.5 |
---|
10 | |
---|
11 | if HAS_DOXYGEN |
---|
12 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
13 | endif |
---|
14 | #man_MANS = @MANPAGES@ |
---|
15 | EXTRA_DIST=examples |
---|
16 | #docs/html docs/latex docs/man $(man_MANS) |
---|
17 | |
---|
18 | .PHONY: docs |
---|
19 | |
---|
20 | bootstrap-clean: |
---|
21 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
22 | configure depcomp install-sh ltmain.sh missing \ |
---|
23 | mkinstalldirs stamp-h.in \ |
---|
24 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
25 | $(RM) -rf autom4te.cache/ |
---|
26 | |
---|
27 | dist-hook: |
---|
28 | for dir in $(EXTRA_DIST); do \ |
---|
29 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
---|
30 | for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
---|
31 | done |
---|
32 | |
---|
33 | if HAS_DOXYGEN |
---|
34 | docs/doxygen/man/man3/*.3: docs |
---|
35 | else |
---|
36 | docs/doxygen/man/man3/*.3: |
---|
37 | endif |
---|
38 | |
---|
39 | #docs: |
---|
40 | # doxygen libtrace.doxygen |
---|
41 | |
---|
42 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.