summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/client/odbc/dictionary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/old_files/client/odbc/dictionary/Makefile')
-rw-r--r--storage/ndb/src/old_files/client/odbc/dictionary/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/storage/ndb/src/old_files/client/odbc/dictionary/Makefile b/storage/ndb/src/old_files/client/odbc/dictionary/Makefile
new file mode 100644
index 00000000000..cdfd3b6ea0c
--- /dev/null
+++ b/storage/ndb/src/old_files/client/odbc/dictionary/Makefile
@@ -0,0 +1,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