4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 205809b was
d5a27e8,
checked in by Perry Lorier <perry@…>, 14 years ago
|
Update the copyright information
Fix libpcap issue
Remove all swig/python builds
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
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.5 |
---|
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=examples 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 | for dir in $(EXTRA_DIST); do \ |
---|
25 | if [ ! -d $(distdir)/$$dir ]; then continue; fi; \ |
---|
26 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
---|
27 | rm -rf `find $(distdir)/$$dir -name .svn` ; \ |
---|
28 | for i in `\ls -d $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
---|
29 | done |
---|
30 | rm -rf $(distdir)/tools/tracereport/.{svn,deps} |
---|
31 | |
---|
32 | if HAS_DOXYGEN |
---|
33 | docs/doxygen/man/man3/*.3: docs |
---|
34 | else |
---|
35 | docs/doxygen/man/man3/*.3: |
---|
36 | endif |
---|
37 | |
---|
38 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.