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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 884 - (hide annotations) (download)
Wed Jun 28 19:30:15 2006 UTC (17 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.am
File size: 729 byte(s)
include benchmark source files in release tarball

1 schoenebeck 658 # require automake (>= 1.5) due to 'dist-bzip2' option
2     AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3 schoenebeck 9
4 schoenebeck 654 SUBDIRS = man src scripts osx Artwork Documentation debian
5 schoenebeck 35
6 schoenebeck 697 pkgconfigdir = $(libdir)/pkgconfig
7     pkgconfig_DATA = linuxsampler.pc
8    
9 schoenebeck 700 EXTRA_DIST = Doxyfile.in \
10     linuxsampler.pc.in \
11 schoenebeck 884 linuxsampler.kdevelop \
12     benchmarks/gigsynth.cpp \
13     benchmarks/Makefile \
14     benchmarks/triang.cpp
15 schoenebeck 654
16 schoenebeck 57 .PHONY: parser testcases
17 schoenebeck 35
18 schoenebeck 579 # generate parser with yacc
19 schoenebeck 35 parser:
20     @cd $(srcdir)/src/network && make $@
21 schoenebeck 57
22     # compile test cases for the LinuxSampler codebase
23     testcases:
24     @cd $(srcdir)/src/testcases && make linuxsamplertest
25 schoenebeck 211
26     tests: testcases
27 schoenebeck 697
28     docs: Doxyfile
29     @echo '*** Running doxygen ***'
30     doxygen Doxyfile

  ViewVC Help
Powered by ViewVC