aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 4c79485eb540310d57269831fe3b01df5a70ac9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS=-I m4

SUBDIRS = include src tst man examples www
EXTRA_DIST = man2html.sh gen-download-page.sh readme.md tap-driver.sh

www:
	./gen-download-page.sh
	./man2html.sh
	make www -C www

analyze:
	make analyze -C src

examples:
	make examples -C examples

.PHONY: examples www