summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/Makefile.am
blob: 84c6bbb8da07a6f9c63665fa1198c0c3dba0e74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
include $(top_srcdir)/kexi/Makefile.global

lib_LTLIBRARIES = libkexidb.la

INCLUDES = -I$(top_srcdir)/kexi $(all_includes)

SUBDIRS = . parser drivers

libkexidb_la_METASOURCES = AUTO

libkexidb_la_SOURCES = drivermanager.cpp driver.cpp driver_p.cpp connection.cpp \
 keywords.cpp object.cpp field.cpp utils.cpp expression.cpp \
 connectiondata.cpp fieldlist.cpp tableschema.cpp cursor.cpp transaction.cpp  \
 indexschema.cpp queryschemaparameter.cpp queryschema.cpp schemadata.cpp global.cpp \
 relationship.cpp roweditbuffer.cpp msghandler.cpp \
 dbobjectnamevalidator.cpp fieldvalidator.cpp preparedstatement.cpp \
 dbproperties.cpp admin.cpp alter.cpp lookupfieldschema.cpp simplecommandlineapp.cpp

noinst_HEADERS = drivermanager_p.h utils_p.h

kexidbincludedir=$(includedir)/kexidb
kexidbinclude_HEADERS= \
admin.h \
alter.h \
connectiondata.h \
connection.h \
cursor.h \
dbobjectnamevalidator.h \
dbproperties.h \
driver.h \
drivermanager.h \
driver_p.h \
error.h \
expression.h \
field.h \
fieldlist.h \
fieldvalidator.h \
global.h \
indexschema.h \
kexidb_export.h \
lookupfieldschema.h \
msghandler.h \
object.h \
preparedstatement.h \
queryschema.h \
queryschemaparameter.h \
relationship.h \
roweditbuffer.h \
schemadata.h \
simplecommandlineapp.h \
tableschema.h \
transaction.h \
utils.h \
parser/parser.h

libkexidb_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEIO) \
	 $(top_builddir)/kexi/kexiutils/libkexiutils.la
libkexidb_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO)

kde_servicetypes_DATA = kexidb_driver.desktop


KDE_CXXFLAGS += -D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h