|
Last change
on this file was
1757,
checked in by salcock, 15 months ago
|
- Shifted wandio into a separate library, seeing as we're going to be exporting the API now
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
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.