root/Makefile.am

Revision cefff4d955ce997b4aab97a3d87a867091ca7521, 444 bytes (checked in by Philip Herron <redbrain@…>, 22 months ago)

free hash tables bug fix causing garbage stack corruption on cleanup

  • Property mode set to 100644
Line 
1SUBDIRS = include src tests
2AUTOMAKE_OPTIONS = foreign
3
4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = config/pkg-config/crules.pc
6
7EXTRA_DIST = HACKING NEWS README README.cmake \
8        Changelog AUTHORS COPYING CMakeLists.txt \
9        tools cmake docs tests lib config/autorun.sh \
10        gitcl2gnucl
11
12.PHONY: test check-syntax
13
14test: test-crules
15
16test-crules: all
17        cd tests ; \
18        $(MAKE) $(AM_MAKEFLAGS) test
19
20check-syntax: all
21
22doxygen:
23        doxygen Doxyfile
Note: See TracBrowser for help on using the browser.