/[svn]/linuxsampler/tags/v0_1_0/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/tags/v0_1_0/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (hide annotations) (download)
Sun Apr 11 17:25:40 2004 UTC (20 years ago) by (unknown author)
File size: 245 byte(s)
This commit was manufactured by cvs2svn to create tag 'v0_1_0'.
1 schoenebeck 9 # not a GNU package. You can remove this line, if
2     # have all needed files, that a GNU package needs
3     AUTOMAKE_OPTIONS = foreign 1.4
4    
5     SUBDIRS = src
6 schoenebeck 35
7     .PHONY: parser
8    
9     # generate parser with lex and yacc
10     parser:
11     @cd $(srcdir)/src/network && make $@

  ViewVC Help
Powered by ViewVC