/[svn]/linuxsampler/branches/release0_4_0/Makefile.am
ViewVC logotype

Contents of /linuxsampler/branches/release0_4_0/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 943 - (show annotations) (download)
Sat Nov 25 18:07:35 2006 UTC (17 years, 4 months ago) by (unknown author)
File size: 729 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_4_0'.
1 # require automake (>= 1.5) due to 'dist-bzip2' option
2 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3
4 SUBDIRS = man src scripts osx Artwork Documentation debian
5
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = linuxsampler.pc
8
9 EXTRA_DIST = Doxyfile.in \
10 linuxsampler.pc.in \
11 linuxsampler.kdevelop \
12 benchmarks/gigsynth.cpp \
13 benchmarks/Makefile \
14 benchmarks/triang.cpp
15
16 .PHONY: parser testcases
17
18 # generate parser with yacc
19 parser:
20 @cd $(srcdir)/src/network && make $@
21
22 # compile test cases for the LinuxSampler codebase
23 testcases:
24 @cd $(srcdir)/src/testcases && make linuxsamplertest
25
26 tests: testcases
27
28 docs: Doxyfile
29 @echo '*** Running doxygen ***'
30 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC