summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 809e5ad707a7202ec26b0f8315b0c75ddc5d8b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src config tests
EXTRA_DIST = test docs examples windows VMS cmake netware bootstrap.sh CMakeLists.txt CONTRIBUTORS README.md

clean-local:
	find . -maxdepth 3 \
		'(' \
			-name CMakeCache.txt -o \
			-name CMakeFiles -o \
			-name CTestTestfile.cmake -o \
			-name cmake_install.cmake \
		')' \
		-exec rm -rf {} +
	rm -rf Bin CPackConfig.cmake CPackSourceConfig.cmake