source:
Makefile.am
@
0af3a4e
Last change on this file since 0af3a4e was 99be155, checked in by Shane Alcock <salcock@…>, 6 years ago | |
---|---|
|
|
File size: 741 bytes |
Rev | Line | |
---|---|---|
[4a605a9] | 1 | LIBPACKETDUMP_DIR = libpacketdump |
2 | TOOLS_DIR = tools | |
[3a333e2] | 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 |
[99be155] | 11 | #EXTRA_DIST=libtrace.sln libtrace.vcproj test-convert.vcproj \ |
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 | |
[9847b48] | 23 | if HAS_DOXYGEN |
[16143a3] | 24 | docs/doxygen/man/man3/*.3: docs |
[e1f8084] | 25 | else |
26 | docs/doxygen/man/man3/*.3: | |
[9847b48] | 27 | endif |
[03a437a] | 28 | |
[a9329cc] | 29 | install-man-hook: docs |
Note: See TracBrowser
for help on using the repository browser.