source:
Makefile.am
@
87d0a5b
Last change on this file since 87d0a5b was a1b899f, checked in by Shane Alcock <salcock@…>, 15 years ago | |
---|---|
|
|
File size: 886 bytes |
Rev | Line | |
---|---|---|
[4a605a9] | 1 | LIBPACKETDUMP_DIR = libpacketdump |
2 | TOOLS_DIR = tools | |
[d5a27e8] | 3 | SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples |
[80a6589] | 4 | |
[47de0aa] | 5 | ACLOCAL_AMFLAGS = -I m4 |
[a1b899f] | 6 | AUTOMAKE_OPTIONS = 1.9 foreign |
[80a6589] | 7 | |
[e1f8084] | 8 | if HAS_DOXYGEN |
[16143a3] | 9 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
[e1f8084] | 10 | endif |
[a1b899f] | 11 | EXTRA_DIST=libtrace.sln libtrace.vcproj test-convert.vcproj \ |
[3bd0462] | 12 | test-format.vcproj test-pcap-bpf.vcproj |
[b5236ad] | 13 | |
14 | .PHONY: docs | |
[6a4997b] | 15 | |
16 | bootstrap-clean: | |
17 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ | |
18 | configure depcomp install-sh ltmain.sh missing \ | |
19 | mkinstalldirs stamp-h.in \ | |
20 | lib/Makefile.in replace/libreplace.la replace/Makefile.in | |
21 | $(RM) -rf autom4te.cache/ | |
[99208eb] | 22 | |
23 | dist-hook: | |
[a1b899f] | 24 | r=`svnversion -nc . | sed -e 's/^[^:]*://;s/[A-Za-z]//'` ;\ |
25 | sed -i "s/SVN_REVISION.*/SVN_REVISION $$r/" $(distdir)/lib/libtrace.h.in | |
[99208eb] | 26 | |
[9847b48] | 27 | if HAS_DOXYGEN |
[16143a3] | 28 | docs/doxygen/man/man3/*.3: docs |
[e1f8084] | 29 | else |
30 | docs/doxygen/man/man3/*.3: | |
[9847b48] | 31 | endif |
[03a437a] | 32 | |
[a9329cc] | 33 | install-man-hook: docs |
Note: See TracBrowser
for help on using the repository browser.