aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: a61cf256cc42075762b6d0cbf3aa395d7c7b68c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include Makefile.am.coverage
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: www examples analyze