source: Makefile.am@ 23b6cf

Last change on this file since 23b6cf 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
RevLine 
[14de469]1ACLOCAL_AMFLAGS = -I m4
[d5307b]2SUBDIRS = LinearAlgebra data/icons src src/unittests tests utils doc
[14de469]3
[861874]4AUTOMAKE_OPTIONS = subdir-objects
5
[ec188c]6EXTRA_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]21doc:
[3158e6]22 mkdir -p ${DX_DOCDIR}
[8e2779]23 cd doc && $(MAKE) doxygen-doc
[ec188c]24
[abfc95]25extracheck:
[8e2779]26 cd tests && $(MAKE) extracheck
[abfc95]27installextracheck:
[8e2779]28 cd tests && $(MAKE) installextracheck
[abfc95]29
[796aa6]30unity:
[8e2779]31 cd src && $(MAKE) unity
Note: See TracBrowser for help on using the repository browser.