summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/client/odbc/common/Makefile
blob: 7ee29738d86a581ff5a645643e089d67c0c5fb50 (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
include .defs.mk

TYPE =			*

NONPIC_ARCHIVE =	N

PIC_ARCHIVE =		Y

ARCHIVE_TARGET =	odbccommon

SOURCES = \
			common.cpp \
			Ctx.cpp \
			Sqlstate.cpp \
			OdbcData.cpp \
			DiagArea.cpp \
			AttrArea.cpp \
			DescArea.cpp \
			ConnArea.cpp \
			StmtInfo.cpp \
			StmtArea.cpp \
			CodeTree.cpp \
			ResultArea.cpp \
			DataType.cpp \
			DataField.cpp \
			DataRow.cpp

include ../Extra.mk
include $(NDB_TOP)/Epilogue.mk