source:
Makefile.am
@
6187a46
Last change on this file since 6187a46 was 6187a46, checked in by Perry Lorier <perry@…>, 15 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[4a605a9] | 1 | LIBPACKETDUMP_DIR = libpacketdump |
2 | TOOLS_DIR = tools | |
[47de0aa] | 3 | if LIBTRACE_SWIG |
[ad01f0a] | 4 | SWIG_DIR = swig |
[47de0aa] | 5 | endif |
[6187a46] | 6 | SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) docs examples |
[80a6589] | 7 | |
[47de0aa] | 8 | ACLOCAL_AMFLAGS = -I m4 |
[80a6589] | 9 | AUTOMAKE_OPTIONS = 1.5 |
10 | ||
[e1f8084] | 11 | if HAS_DOXYGEN |
[16143a3] | 12 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
[e1f8084] | 13 | endif |
[3bd0462] | 14 | EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ |
15 | test-format.vcproj test-pcap-bpf.vcproj | |
[b5236ad] | 16 | |
17 | .PHONY: docs | |
[6a4997b] | 18 | |
19 | bootstrap-clean: | |
20 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ | |
21 | configure depcomp install-sh ltmain.sh missing \ | |
22 | mkinstalldirs stamp-h.in \ | |
23 | lib/Makefile.in replace/libreplace.la replace/Makefile.in | |
24 | $(RM) -rf autom4te.cache/ | |
[99208eb] | 25 | |
26 | dist-hook: | |
[0d82205] | 27 | for dir in $(EXTRA_DIST); do \ |
[3bd0462] | 28 | if [ ! -d $(distdir)/$$dir ]; then continue; fi; \ |
[0d82205] | 29 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
[3bd0462] | 30 | rm -rf `find $(distdir)/$$dir -name .svn` ; \ |
[0d82205] | 31 | for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
32 | done | |
[9b8c7ad] | 33 | rm -rf $(distdir)/tools/tracereport/.{svn,deps} |
[99208eb] | 34 | |
[9847b48] | 35 | if HAS_DOXYGEN |
[16143a3] | 36 | docs/doxygen/man/man3/*.3: docs |
[e1f8084] | 37 | else |
38 | docs/doxygen/man/man3/*.3: | |
[9847b48] | 39 | endif |
[03a437a] | 40 | |
[a9329cc] | 41 | install-man-hook: docs |
Note: See TracBrowser
for help on using the repository browser.