4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since f051c1b was
60f3c4c,
checked in by Shane Alcock <salcock@…>, 10 years ago
|
- Shifted wandio into a separate library, seeing as we're going to be exporting the API now
|
-
Property mode set to
100644
|
File size:
971 bytes
|
Line | |
---|
1 | LIBPACKETDUMP_DIR = libpacketdump |
---|
2 | TOOLS_DIR = tools |
---|
3 | WANDIO_DIR=libwandio |
---|
4 | SUBDIRS = $(WANDIO_DIR) lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) docs examples |
---|
5 | |
---|
6 | ACLOCAL_AMFLAGS = -I m4 |
---|
7 | AUTOMAKE_OPTIONS = 1.9 foreign |
---|
8 | |
---|
9 | if HAS_DOXYGEN |
---|
10 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
11 | endif |
---|
12 | EXTRA_DIST=libtrace.sln libtrace.vcproj test-convert.vcproj \ |
---|
13 | test-format.vcproj test-pcap-bpf.vcproj |
---|
14 | |
---|
15 | .PHONY: docs |
---|
16 | |
---|
17 | bootstrap-clean: |
---|
18 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
19 | configure depcomp install-sh ltmain.sh missing \ |
---|
20 | mkinstalldirs stamp-h.in \ |
---|
21 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
22 | $(RM) -rf autom4te.cache/ |
---|
23 | |
---|
24 | dist-hook: |
---|
25 | if which svnversion > /dev/null; then \ |
---|
26 | r=`svnversion -nc . | sed -e 's/^[^:]*://;s/[A-Za-z]//'` ;\ |
---|
27 | sed -i "s/SVN_REVISION.*/SVN_REVISION $$r/" $(distdir)/lib/libtrace.h.in; \ |
---|
28 | fi |
---|
29 | |
---|
30 | if HAS_DOXYGEN |
---|
31 | docs/doxygen/man/man3/*.3: docs |
---|
32 | else |
---|
33 | docs/doxygen/man/man3/*.3: |
---|
34 | endif |
---|
35 | |
---|
36 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.