source: Makefile.am@ 88bb6b

Last change on this file since 88bb6b was d5307b, checked in by Frederik Heber <heber@…>, 13 years ago

DISTFIX: new logo files were not in EXTRA_DIST.

  • renamed logos.qrc -> icons.qrc to match with icon file prefix.
  • renamed liblogo.a libicons.a.
  • adapted QtMainWindow::QtMainWindow.
  • qrc_icons.cpp needs to be in CLEANFILES.
  • Property mode set to 100644
File size: 494 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
21doc:
22 mkdir -p ${DX_DOCDIR}
23 cd doc && make doxygen-doc
24
25unity:
26 cd src && make unity
Note: See TracBrowser for help on using the repository browser.