summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/client/odbc/dictionary/Makefile
blob: cdfd3b6ea0c81aa5c49129627e2f455f3ce27b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include .defs.mk

TYPE =			*

NONPIC_ARCHIVE =	N

PIC_ARCHIVE =		Y

ARCHIVE_TARGET =	odbcdictionary

SOURCES = \
			DictCatalog.cpp \
			DictSchema.cpp \
			DictTable.cpp \
			DictColumn.cpp \
			DictIndex.cpp \
			DictSys.cpp

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