/[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 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 211 by schoenebeck, Sun Jul 25 23:27:41 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 95  VERSION = @VERSION@ Line 98  VERSION = @VERSION@
98  am__include = @am__include@  am__include = @am__include@
99  am__quote = @am__quote@  am__quote = @am__quote@
100  install_sh = @install_sh@  install_sh = @install_sh@
101    target = @target@
102    target_cpu = @target_cpu@
103    target_os = @target_os@
104    target_vendor = @target_vendor@
105    
106  # not a GNU package. You can remove this line, if  # not a GNU package. You can remove this line, if
107  # have all needed files, that a GNU package needs  # have all needed files, that a GNU package needs
# Line 113  RECURSIVE_TARGETS = info-recursive dvi-r Line 120  RECURSIVE_TARGETS = info-recursive dvi-r
120          install-exec-recursive installdirs-recursive install-recursive \          install-exec-recursive installdirs-recursive install-recursive \
121          uninstall-recursive check-recursive installcheck-recursive          uninstall-recursive check-recursive installcheck-recursive
122  DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \  DIST_COMMON = README AUTHORS COPYING INSTALL Makefile.am Makefile.in \
123          acconfig.h aclocal.m4 config.guess config.h.in config.sub \          aclocal.m4 config.guess config.h.in config.sub configure \
124          configure configure.in depcomp install-sh ltconfig ltmain.sh \          configure.in depcomp install-sh ltconfig ltmain.sh missing \
125          missing mkinstalldirs          mkinstalldirs
126  DIST_SUBDIRS = $(SUBDIRS)  DIST_SUBDIRS = $(SUBDIRS)
127  all: config.h  all: config.h
128          $(MAKE) $(AM_MAKEFLAGS) all-recursive          $(MAKE) $(AM_MAKEFLAGS) all-recursive
# Line 148  stamp-h1: $(srcdir)/config.h.in $(top_bu Line 155  stamp-h1: $(srcdir)/config.h.in $(top_bu
155          @rm -f stamp-h1          @rm -f stamp-h1
156          cd $(top_builddir) && $(SHELL) ./config.status config.h          cd $(top_builddir) && $(SHELL) ./config.status config.h
157    
158  $(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h  $(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4)
159          cd $(top_srcdir) && $(AUTOHEADER)          cd $(top_srcdir) && $(AUTOHEADER)
160          touch $(srcdir)/config.h.in          touch $(srcdir)/config.h.in
161    
# Line 447  uninstall-info: uninstall-info-recursive Line 454  uninstall-info: uninstall-info-recursive
454          tags tags-recursive uninstall uninstall-am uninstall-info-am \          tags tags-recursive uninstall uninstall-am uninstall-info-am \
455          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
456    
457    
458    .PHONY: parser testcases
459    
460    # generate parser with lex and yacc
461    parser:
462            @cd $(srcdir)/src/network && make $@
463    
464    # compile test cases for the LinuxSampler codebase
465    testcases:
466            @cd $(srcdir)/src/testcases && make linuxsamplertest
467    
468    tests: testcases
469  # 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.
470  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
471  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.12  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC