4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since d6dc0f6 was
f2b53d2,
checked in by Shane Alcock <salcock@…>, 12 years ago
|
- Actually put a working version of the svnversion check in here :)
|
-
Property mode set to
100644
|
File size:
936 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 | dist-hook: |
---|
24 | if which svnversion > /dev/null; then \ |
---|
25 | r=`svnversion -nc . | sed -e 's/^[^:]*://;s/[A-Za-z]//'` ;\ |
---|
26 | sed -i "s/SVN_REVISION.*/SVN_REVISION $$r/" $(distdir)/lib/libtrace.h.in; \ |
---|
27 | fi |
---|
28 | |
---|
29 | if HAS_DOXYGEN |
---|
30 | docs/doxygen/man/man3/*.3: docs |
---|
31 | else |
---|
32 | docs/doxygen/man/man3/*.3: |
---|
33 | endif |
---|
34 | |
---|
35 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.