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

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

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

linuxsampler/trunk/Makefile.am revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC linuxsampler/tags/v0_1_0/Makefile.am revision 44, Sun Apr 11 17:25:40 2004 UTC
# Line 3  Line 3 
3  AUTOMAKE_OPTIONS = foreign 1.4  AUTOMAKE_OPTIONS = foreign 1.4
4    
5  SUBDIRS = src  SUBDIRS = src
6    
7    .PHONY: parser
8    
9    # generate parser with lex and yacc
10    parser:
11            @cd $(srcdir)/src/network && make $@

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

  ViewVC Help
Powered by ViewVC