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

Annotation of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 643 - (hide annotations) (download)
Sun Jun 12 23:49:00 2005 UTC (18 years, 10 months ago) by capela
File size: 397 byte(s)
* RPM .spec script added to repository.

1 schoenebeck 9 # not a GNU package. You can remove this line, if
2     # have all needed files, that a GNU package needs
3 capela 643 AUTOMAKE_OPTIONS = foreign 1.4 dist-bzip2
4 schoenebeck 9
5 schoenebeck 579 SUBDIRS = man src
6 schoenebeck 35
7 schoenebeck 57 .PHONY: parser testcases
8 schoenebeck 35
9 schoenebeck 579 # generate parser with yacc
10 schoenebeck 35 parser:
11     @cd $(srcdir)/src/network && make $@
12 schoenebeck 57
13     # compile test cases for the LinuxSampler codebase
14     testcases:
15     @cd $(srcdir)/src/testcases && make linuxsamplertest
16 schoenebeck 211
17     tests: testcases

  ViewVC Help
Powered by ViewVC