4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivendag_formatrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since c9ce7ab was
99be155,
checked in by Shane Alcock <salcock@…>, 6 years ago
|
Don't try to distribute files that don't exist anymore
|
-
Property mode set to
100644
|
File size:
741 bytes
|
Line | |
---|
1 | LIBPACKETDUMP_DIR = libpacketdump |
---|
2 | TOOLS_DIR = tools |
---|
3 | SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I m4 |
---|
6 | AUTOMAKE_OPTIONS = 1.9 foreign |
---|
7 | |
---|
8 | if HAS_DOXYGEN |
---|
9 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
10 | endif |
---|
11 | #EXTRA_DIST=libtrace.sln libtrace.vcproj test-convert.vcproj \ |
---|
12 | # test-format.vcproj test-pcap-bpf.vcproj |
---|
13 | |
---|
14 | .PHONY: docs |
---|
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/ |
---|
22 | |
---|
23 | if HAS_DOXYGEN |
---|
24 | docs/doxygen/man/man3/*.3: docs |
---|
25 | else |
---|
26 | docs/doxygen/man/man3/*.3: |
---|
27 | endif |
---|
28 | |
---|
29 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.