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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1842 - (show annotations) (download)
Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
File size: 831 byte(s)
* fixed building with libgig installed in a non-standard directory

1 if HAVE_SQLITE3
2 INCLUDES = $(all_includes) $(GIG_CFLAGS)
3 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
4 METASOURCES = AUTO
5
6 sqlite3_lflags = $(SQLITE3_LIBS)
7 sqlite3_cflags = $(SQLITE3_CFLAGS)
8 instruments_db_headers = \
9 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
20 liblinuxsamplerdb_la_SOURCES = \
21 $(instruments_db_sources)
22
23 liblinuxsamplerdb_la_LIBADD = $(sqlite3_lflags)
24 liblinuxsamplerdb_la_CFLAGS = $(sqlite3_cflags)
25 liblinuxsamplerdb_la_CXXFLAGS = $(sqlite3_cflags)
26 endif

  ViewVC Help
Powered by ViewVC