4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 2553732 was
47de0aa,
checked in by Daniel Lawson <dlawson@…>, 15 years ago
|
- Cosmetic changes to trace_help() output
- inclusion of some m4 handlers to deal with swig and python, lifted from http://autoconf-archive.cryp.to/. These are GPLd, which needs to be taken into account if libtrace licensing changes!
- updated the swig bindings for python. Mostly api compliant now. Still possibly a memory leak to do with displaying ip addresses - I haven't touched this particular part of the code yet.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | LIBPACKETDUMP_DIR = libpacketdump |
---|
2 | TOOLS_DIR = tools |
---|
3 | if LIBTRACE_SWIG |
---|
4 | SWIG_DIR = swig |
---|
5 | endif |
---|
6 | SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) |
---|
7 | |
---|
8 | ACLOCAL_AMFLAGS = -I m4 |
---|
9 | AUTOMAKE_OPTIONS = 1.5 |
---|
10 | |
---|
11 | if HAS_DOXYGEN |
---|
12 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
13 | endif |
---|
14 | #man_MANS = @MANPAGES@ |
---|
15 | EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ |
---|
16 | test-format.vcproj test-pcap-bpf.vcproj |
---|
17 | #docs/html docs/latex docs/man $(man_MANS) |
---|
18 | |
---|
19 | .PHONY: docs |
---|
20 | |
---|
21 | bootstrap-clean: |
---|
22 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
23 | configure depcomp install-sh ltmain.sh missing \ |
---|
24 | mkinstalldirs stamp-h.in \ |
---|
25 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
26 | $(RM) -rf autom4te.cache/ |
---|
27 | |
---|
28 | dist-hook: |
---|
29 | for dir in $(EXTRA_DIST); do \ |
---|
30 | if [ ! -d $(distdir)/$$dir ]; then continue; fi; \ |
---|
31 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
---|
32 | rm -rf `find $(distdir)/$$dir -name .svn` ; \ |
---|
33 | for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
---|
34 | done |
---|
35 | rm -rf $(distdir)/tools/tracereport/.{svn,deps} |
---|
36 | |
---|
37 | if HAS_DOXYGEN |
---|
38 | docs/doxygen/man/man3/*.3: docs |
---|
39 | else |
---|
40 | docs/doxygen/man/man3/*.3: |
---|
41 | endif |
---|
42 | |
---|
43 | #docs: |
---|
44 | # doxygen libtrace.doxygen |
---|
45 | |
---|
46 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.