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

Diff of /linuxsampler/trunk/src/scriptvm/Makefile.am

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

revision 2596 by schoenebeck, Thu Jun 5 19:39:12 2014 UTC revision 2885 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC
# Line 3  METASOURCES = AUTO Line 3  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6    SUBDIRS = editor
7    
8  AM_YFLAGS = -d  AM_YFLAGS = -d
9  BUILT_SOURCES = parser.h  BUILT_SOURCES = parser.h
10    
11    liblinuxsamplerscriptvmincludedir = $(includedir)/linuxsampler/scriptvm
12    liblinuxsamplerscriptvminclude_HEADERS = \
13            common.h \
14            ScriptVM.h
15    
16  noinst_LTLIBRARIES = liblinuxsamplerscriptvm.la  noinst_LTLIBRARIES = liblinuxsamplerscriptvm.la
17  liblinuxsamplerscriptvm_la_SOURCES = \  liblinuxsamplerscriptvm_la_SOURCES = \
18          common.h common.cpp \          common.h common.cpp \

Legend:
Removed from v.2596  
changed lines
  Added in v.2885

  ViewVC Help
Powered by ViewVC