/[svn]/linuxsampler/trunk/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 700 - (show annotations) (download)
Tue Jul 19 16:03:12 2005 UTC (18 years, 8 months ago) by schoenebeck
File size: 618 byte(s)
make renamed file 'Doxygen.in' and new file 'linuxsampler.pc.in' part
of the release tarball as well

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
13 .PHONY: parser testcases
14
15 # generate parser with yacc
16 parser:
17 @cd $(srcdir)/src/network && make $@
18
19 # compile test cases for the LinuxSampler codebase
20 testcases:
21 @cd $(srcdir)/src/testcases && make linuxsamplertest
22
23 tests: testcases
24
25 docs: Doxyfile
26 @echo '*** Running doxygen ***'
27 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC