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

Annotation of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 697 - (hide annotations) (download)
Tue Jul 19 15:43:40 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 566 byte(s)
* install necessary development header files for allowing 3rd party
  applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
  (Doxygen required)

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 654 EXTRA_DIST = Doxyfile linuxsampler.kdevelop
10    
11 schoenebeck 57 .PHONY: parser testcases
12 schoenebeck 35
13 schoenebeck 579 # generate parser with yacc
14 schoenebeck 35 parser:
15     @cd $(srcdir)/src/network && make $@
16 schoenebeck 57
17     # compile test cases for the LinuxSampler codebase
18     testcases:
19     @cd $(srcdir)/src/testcases && make linuxsamplertest
20 schoenebeck 211
21     tests: testcases
22 schoenebeck 697
23     docs: Doxyfile
24     @echo '*** Running doxygen ***'
25     doxygen Doxyfile

  ViewVC Help
Powered by ViewVC