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

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

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

revision 1364 by schoenebeck, Mon Oct 1 13:38:37 2007 UTC revision 3093 by schoenebeck, Mon Jan 16 22:48:14 2017 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  if HAVE_SQLITE3
2    AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
3  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
4  METASOURCES = AUTO  METASOURCES = AUTO
5    
 if HAVE_SQLITE3  
6  sqlite3_lflags = $(SQLITE3_LIBS)  sqlite3_lflags = $(SQLITE3_LIBS)
7  sqlite3_cflags = $(SQLITE3_CFLAGS)  sqlite3_cflags = $(SQLITE3_CFLAGS)
8  instruments_db_headers = \  instruments_db_headers = \
# Line 10  instruments_db_headers = \ Line 10  instruments_db_headers = \
10  instruments_db_sources = \  instruments_db_sources = \
11          InstrumentsDb.cpp InstrumentsDb.h \          InstrumentsDb.cpp InstrumentsDb.h \
12          InstrumentsDbUtilities.cpp InstrumentsDbUtilities.h          InstrumentsDbUtilities.cpp InstrumentsDbUtilities.h
 else  
 sqlite3_lflags =  
 sqlite3_cflags =  
 instruments_db_headers =  
 instruments_db_sources =  
 endif  
13    
14  liblinuxsamplerdbincludedir = $(includedir)/linuxsampler/db  ## no need to expose the instruments DB to the C++ API ATM
15  liblinuxsamplerdbinclude_HEADERS = \  #liblinuxsamplerdbincludedir = $(includedir)/linuxsampler/db
16          $(instruments_db_headers)  #liblinuxsamplerdbinclude_HEADERS = \
17    #       $(instruments_db_headers)
18    
19  noinst_LTLIBRARIES = liblinuxsamplerdb.la  noinst_LTLIBRARIES = liblinuxsamplerdb.la
20  liblinuxsamplerdb_la_SOURCES = \  liblinuxsamplerdb_la_SOURCES = \
# Line 28  liblinuxsamplerdb_la_SOURCES = \ Line 23  liblinuxsamplerdb_la_SOURCES = \
23  liblinuxsamplerdb_la_LIBADD = $(sqlite3_lflags)  liblinuxsamplerdb_la_LIBADD = $(sqlite3_lflags)
24  liblinuxsamplerdb_la_CFLAGS = $(sqlite3_cflags)  liblinuxsamplerdb_la_CFLAGS = $(sqlite3_cflags)
25  liblinuxsamplerdb_la_CXXFLAGS = $(sqlite3_cflags)  liblinuxsamplerdb_la_CXXFLAGS = $(sqlite3_cflags)
26    endif

Legend:
Removed from v.1364  
changed lines
  Added in v.3093

  ViewVC Help
Powered by ViewVC