source: Makefile.am@ 7305d5

Last change on this file since 7305d5 was 8e2779, checked in by Frederik Heber <heber@…>, 11 years ago

TESTFIX: Regression test series Calculations would not run in parallel.

  • we have to use $(MAKE), otherwise jobobserver cannot deduce whether it calls a make and does not pass "-j4" option.
  • regression tests Fragmentations now give status in color.
  • Property mode set to 100644
File size: 632 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = LinearAlgebra data/icons src src/unittests tests utils doc
3
4AUTOMAKE_OPTIONS = subdir-objects
5
6EXTRA_DIST = \
7 bootstrap \
8 m4/ac_doxygen.m4 \
9 m4/acx_compilerflags.m4 \
10 m4/acx_pthread.m4 \
11 m4/ax_check_gl.m4 \
12 m4/ax_check_glu.m4 \
13 m4/ax_codepatterns.m4 \
14 m4/ax_lang_compiler_ms.m4 \
15 m4/ax_molecuilder.m4 \
16 m4/ax_python.m4 \
17 m4/boost.m4 \
18 m4/cppunit.m4
19
20.PHONY: doc extracheck installextracheck
21doc:
22 mkdir -p ${DX_DOCDIR}
23 cd doc && $(MAKE) doxygen-doc
24
25extracheck:
26 cd tests && $(MAKE) extracheck
27installextracheck:
28 cd tests && $(MAKE) installextracheck
29
30unity:
31 cd src && $(MAKE) unity
Note: See TracBrowser for help on using the repository browser.