root/Makefile.am
| Revision cefff4d955ce997b4aab97a3d87a867091ca7521, 444 bytes (checked in by Philip Herron <redbrain@…>, 22 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | SUBDIRS = include src tests |
| 2 | AUTOMAKE_OPTIONS = foreign |
| 3 | |
| 4 | pkgconfigdir = $(libdir)/pkgconfig |
| 5 | pkgconfig_DATA = config/pkg-config/crules.pc |
| 6 | |
| 7 | EXTRA_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 | |
| 14 | test: test-crules |
| 15 | |
| 16 | test-crules: all |
| 17 | cd tests ; \ |
| 18 | $(MAKE) $(AM_MAKEFLAGS) test |
| 19 | |
| 20 | check-syntax: all |
| 21 | |
| 22 | doxygen: |
| 23 | doxygen Doxyfile |
Note: See TracBrowser
for help on using the browser.
