-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
21 lines (13 loc) · 851 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
libdir=@HK_CLASSESDIR@/drivers
INCLUDES= -I../hk_classes -I@FIREBIRDINCDIR@
AM_CPPFLAGS=-W -Wconversion -Wshadow -Wcast-qual -Wwrite-strings
AM_CXXFLAGS= -Wall -I@XMLINCLUDE@ @BITARCHITECTURE@
libhk_firebirddriver_la_LDFLAGS = -version-info 0:0:0 -L@FIREBIRDLIBDIR@
libhk_firebirddriver_la_LIBADD = -lfbclient ../hk_classes/libhk_classes.la
lib_LTLIBRARIES = libhk_firebirddriver.la
noinst_HEADERS = hk_firebirdactionquery.h hk_firebirdconnection.h hk_firebirddatabase.h \
hk_firebirddatasource.h hk_firebirdcolumn.h\
hk_firebirdresultquery.h hk_firebirdtable.h hk_firebirdview.h
include_HEADERS =
libhk_firebirddriver_la_SOURCES= hk_firebirdactionquery.cpp hk_firebirdconnection.cpp hk_firebirddatabase.cpp hk_firebirddatasource.cpp hk_firebirdcolumn.cpp\
hk_firebirdresultquery.cpp hk_firebirdtable.cpp hk_firebirdview.cpp