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