summaryrefslogtreecommitdiff
path: root/Makefile
blob: 447c0c7b60328cd71b4981a61700dca455fc065f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15




all opt doc install clean :
	$(MAKE) -C src $@

configure : configure.ac
	aclocal -I support
	autoconf
config.make : config.make.in configure
	$(error run ./configure)
include config.make

.PHONY : doc