c0a9ef980f
autotools are somewhat ugly, but that doesn't justify duplicating its effort with another complex build system.
12 lines
234 B
Makefile
12 lines
234 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign 1.6
|
|
|
|
SUBDIRS = src doc
|
|
doc_DATA = README UPGRADING
|
|
EXTRA_DIST = COPYING $(doc_DATA) m4 autogen.sh scripts .gitignore
|
|
|
|
sparse-check test:
|
|
$(MAKE) -C src $@
|
|
|
|
.PHONY: sparse-check test
|