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

Diff of /linuxsampler/trunk/Makefile.am

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

revision 1312 by schoenebeck, Thu Aug 30 11:40:14 2007 UTC revision 2884 by schoenebeck, Wed Apr 20 15:22:58 2016 UTC
# Line 13  EXTRA_DIST = Doxyfile.in \ Line 13  EXTRA_DIST = Doxyfile.in \
13               benchmarks/Makefile \               benchmarks/Makefile \
14               benchmarks/triang.cpp               benchmarks/triang.cpp
15    
16    # let GCC auto detect whether it (sh/c)ould output its messages in color
17    export GCC_COLORS=auto
18    
19  .PHONY: parser testcases  .PHONY: parser testcases
20    
21  if HAVE_SQLITE3  if HAVE_SQLITE3
# Line 21  else Line 24  else
24  have_sqlite = "no"  have_sqlite = "no"
25  endif  endif
26    
27    if !CROSS_COMPILING
28  install-data-local:  install-data-local:
29          @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \          @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \
30          $(have_sqlite) = "yes" ] ; then \          $(have_sqlite) = "yes" ] ; then \
# Line 31  install-data-local: Line 35  install-data-local:
35          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
36          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
37          fi          fi
38    endif
39    
40  # generate parser with yacc  # generate parser with yacc
41  parser:  parser:
42          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
43            @cd $(srcdir)/src/scriptvm && make $@
44    
45  # compile test cases for the LinuxSampler codebase  # compile test cases for the LinuxSampler codebase
46  testcases:  testcases:

Legend:
Removed from v.1312  
changed lines
  Added in v.2884

  ViewVC Help
Powered by ViewVC