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

Annotation of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 654 - (hide annotations) (download)
Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 483 byte(s)
* fixed 'make dist' build rule to include all necessary files

1 schoenebeck 654 # not a GNU package. You can remove 'foreign', if
2 schoenebeck 9 # have all needed files, that a GNU package needs
3 schoenebeck 654 AUTOMAKE_OPTIONS = foreign 1.5 dist-bzip2
4 schoenebeck 9
5 schoenebeck 654 SUBDIRS = man src scripts osx Artwork Documentation debian
6 schoenebeck 35
7 schoenebeck 654 EXTRA_DIST = Doxyfile linuxsampler.kdevelop
8    
9 schoenebeck 57 .PHONY: parser testcases
10 schoenebeck 35
11 schoenebeck 579 # generate parser with yacc
12 schoenebeck 35 parser:
13     @cd $(srcdir)/src/network && make $@
14 schoenebeck 57
15     # compile test cases for the LinuxSampler codebase
16     testcases:
17     @cd $(srcdir)/src/testcases && make linuxsamplertest
18 schoenebeck 211
19     tests: testcases

  ViewVC Help
Powered by ViewVC