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

Diff of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # require automake (>= 1.5) due to 'dist-bzip2' option
2  # have all needed files, that a GNU package needs  AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 AUTOMAKE_OPTIONS = foreign 1.4  
3    
4  SUBDIRS = src  SUBDIRS = man src scripts osx Artwork Documentation debian
5    
6    pkgconfigdir = $(libdir)/pkgconfig
7    pkgconfig_DATA = linuxsampler.pc
8    
9    EXTRA_DIST = Doxyfile linuxsampler.kdevelop
10    
11    .PHONY: parser testcases
12    
13    # generate parser with yacc
14    parser:
15            @cd $(srcdir)/src/network && make $@
16    
17    # compile test cases for the LinuxSampler codebase
18    testcases:
19            @cd $(srcdir)/src/testcases && make linuxsamplertest
20    
21    tests: testcases
22    
23    docs: Doxyfile
24            @echo '*** Running doxygen ***'
25            doxygen Doxyfile

Legend:
Removed from v.9  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC