2001-09-09 22:21:46 -04:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2017-11-11 17:45:06 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2017-05-10 03:40:42 -04:00
|
|
|
SUBDIRS = src conf doc web admin win32 examples tests
|
2001-09-09 22:21:46 -04:00
|
|
|
|
2019-01-31 09:51:44 -05:00
|
|
|
EXTRA_DIST = README.md HACKING tap-driver.sh
|
2001-09-09 22:21:46 -04:00
|
|
|
|
2003-06-17 17:10:56 -04:00
|
|
|
docdir = $(datadir)/doc/$(PACKAGE)
|
2014-12-06 15:24:33 -05:00
|
|
|
doc_DATA = README.md AUTHORS COPYING NEWS ChangeLog
|
2001-09-09 22:21:46 -04:00
|
|
|
|
2004-02-24 17:34:34 -05:00
|
|
|
static:
|
|
|
|
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"
|