source:
Makefile.am@
23b6cf
Last change on this file since 23b6cf was 8e2779, checked in by , 11 years ago | |
---|---|
|
|
File size: 632 bytes |
Rev | Line | |
---|---|---|
[14de469] | 1 | ACLOCAL_AMFLAGS = -I m4 |
[d5307b] | 2 | SUBDIRS = LinearAlgebra data/icons src src/unittests tests utils doc |
[14de469] | 3 | |
[861874] | 4 | AUTOMAKE_OPTIONS = subdir-objects |
5 | ||
[ec188c] | 6 | EXTRA_DIST = \ |
7 | bootstrap \ | |
8 | m4/ac_doxygen.m4 \ | |
9 | m4/acx_compilerflags.m4 \ | |
[601632] | 10 | m4/acx_pthread.m4 \ |
[ec188c] | 11 | m4/ax_check_gl.m4 \ |
12 | m4/ax_check_glu.m4 \ | |
13 | m4/ax_codepatterns.m4 \ | |
[601632] | 14 | m4/ax_lang_compiler_ms.m4 \ |
15 | m4/ax_molecuilder.m4 \ | |
[e06010] | 16 | m4/ax_python.m4 \ |
[ec188c] | 17 | m4/boost.m4 \ |
[601632] | 18 | m4/cppunit.m4 |
[4aa424] | 19 | |
[abfc95] | 20 | .PHONY: doc extracheck installextracheck |
[4aa424] | 21 | doc: |
[3158e6] | 22 | mkdir -p ${DX_DOCDIR} |
[8e2779] | 23 | cd doc && $(MAKE) doxygen-doc |
[ec188c] | 24 | |
[abfc95] | 25 | extracheck: |
[8e2779] | 26 | cd tests && $(MAKE) extracheck |
[abfc95] | 27 | installextracheck: |
[8e2779] | 28 | cd tests && $(MAKE) installextracheck |
[abfc95] | 29 | |
[796aa6] | 30 | unity: |
[8e2779] | 31 | cd src && $(MAKE) unity |
Note:
See TracBrowser
for help on using the repository browser.