/[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 1200 by iliev, Thu May 24 14:04:18 2007 UTC revision 1842 by persson, Sat Feb 21 16:11:17 2009 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  if HAVE_SQLITE3
2    INCLUDES = $(all_includes) $(GIG_CFLAGS)
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  else  instruments_db_headers = \
 sqlite3_lflags =  
 sqlite3_cflags =  
 endif  
   
 liblinuxsamplerdbincludedir = $(includedir)/linuxsampler/db  
 liblinuxsamplerdbinclude_HEADERS = \  
9          InstrumentsDb.h InstrumentsDbUtilities.h          InstrumentsDb.h InstrumentsDbUtilities.h
10    instruments_db_sources = \
11            InstrumentsDb.cpp InstrumentsDb.h \
12            InstrumentsDbUtilities.cpp InstrumentsDbUtilities.h
13    
14    ## no need to expose the instruments DB to the C++ API ATM
15    #liblinuxsamplerdbincludedir = $(includedir)/linuxsampler/db
16    #liblinuxsamplerdbinclude_HEADERS = \
17    #       $(instruments_db_headers)
18    
19  noinst_LTLIBRARIES = liblinuxsamplerdb.la  noinst_LTLIBRARIES = liblinuxsamplerdb.la
20  liblinuxsamplerdb_la_SOURCES = \  liblinuxsamplerdb_la_SOURCES = \
21          InstrumentsDb.cpp InstrumentsDb.h \          $(instruments_db_sources)
         InstrumentsDbUtilities.cpp InstrumentsDbUtilities.h  
22    
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.1200  
changed lines
  Added in v.1842

  ViewVC Help
Powered by ViewVC