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

Diff of /linuxsampler/trunk/Makefile.in

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

revision 29 by schoenebeck, Fri Jan 2 00:05:42 2004 UTC revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC
# Line 84  F77 = @F77@ Line 84  F77 = @F77@
84  GCJ = @GCJ@  GCJ = @GCJ@
85  GCJFLAGS = @GCJFLAGS@  GCJFLAGS = @GCJFLAGS@
86  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87    JACK_CFLAGS = @JACK_CFLAGS@
88    JACK_LIBS = @JACK_LIBS@
89  LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
90  LN_S = @LN_S@  LN_S = @LN_S@
91  OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
92  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
93    PKG_CONFIG = @PKG_CONFIG@
94  RANLIB = @RANLIB@  RANLIB = @RANLIB@
95  RC = @RC@  RC = @RC@
96  STRIP = @STRIP@  STRIP = @STRIP@
# Line 447  uninstall-info: uninstall-info-recursive Line 450  uninstall-info: uninstall-info-recursive
450          tags tags-recursive uninstall uninstall-am uninstall-info-am \          tags tags-recursive uninstall uninstall-am uninstall-info-am \
451          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
452    
453    
454    .PHONY: parser testcases
455    
456    # generate parser with lex and yacc
457    parser:
458            @cd $(srcdir)/src/network && make $@
459    
460    # compile test cases for the LinuxSampler codebase
461    testcases:
462            @cd $(srcdir)/src/testcases && make linuxsamplertest
463  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
464  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
465  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.29  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC