4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 8bfa671 was
a3505a8,
checked in by Daniel Lawson <dlawson@…>, 15 years ago
|
removing old original Makefiles
adding Makefile.am in appropriate directories
modifying changelog, readme.
adding AC_PROG_CXX to configure.in
updated configure.in and tools/Makefile.am for the tools
fixed a bug in libpacketdump/Makefile.am
|
-
Property mode set to
100644
|
File size:
829 bytes
|
Line | |
---|
1 | SUBDIRS=lib docs libpacketdump tools |
---|
2 | |
---|
3 | AUTOMAKE_OPTIONS = 1.5 |
---|
4 | |
---|
5 | if HAS_DOXYGEN |
---|
6 | man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 |
---|
7 | endif |
---|
8 | #man_MANS = @MANPAGES@ |
---|
9 | EXTRA_DIST=examples tools |
---|
10 | #docs/html docs/latex docs/man $(man_MANS) |
---|
11 | |
---|
12 | .PHONY: docs |
---|
13 | |
---|
14 | bootstrap-clean: |
---|
15 | $(RM) -f Makefile.in aclocal.m4 compile config.* \ |
---|
16 | configure depcomp install-sh ltmain.sh missing \ |
---|
17 | mkinstalldirs stamp-h.in \ |
---|
18 | lib/Makefile.in replace/libreplace.la replace/Makefile.in |
---|
19 | $(RM) -rf autom4te.cache/ |
---|
20 | |
---|
21 | dist-hook: |
---|
22 | for dir in $(EXTRA_DIST); do \ |
---|
23 | rm -rf `find $(distdir)/$$dir -name CVS` ; \ |
---|
24 | for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ |
---|
25 | done |
---|
26 | |
---|
27 | if HAS_DOXYGEN |
---|
28 | docs/doxygen/man/man3/*.3: docs |
---|
29 | else |
---|
30 | docs/doxygen/man/man3/*.3: |
---|
31 | endif |
---|
32 | |
---|
33 | #docs: |
---|
34 | # doxygen libtrace.doxygen |
---|
35 | |
---|
36 | install-man-hook: docs |
---|
Note: See
TracBrowser
for help on using the repository browser.