summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/client/odbc/handles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/old_files/client/odbc/handles/Makefile')
-rw-r--r--ndb/src/old_files/client/odbc/handles/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/ndb/src/old_files/client/odbc/handles/Makefile b/ndb/src/old_files/client/odbc/handles/Makefile
deleted file mode 100644
index d37e7d286ba..00000000000
--- a/ndb/src/old_files/client/odbc/handles/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-include .defs.mk
-
-TYPE = *
-
-NONPIC_ARCHIVE = N
-
-PIC_ARCHIVE = Y
-
-ARCHIVE_TARGET = odbchandles
-
-SOURCES = \
- HandleBase.cpp \
- HandleRoot.cpp \
- HandleEnv.cpp \
- HandleDbc.cpp \
- HandleStmt.cpp \
- HandleDesc.cpp \
- AttrRoot.cpp \
- AttrEnv.cpp \
- AttrDbc.cpp \
- AttrStmt.cpp \
- PoolNdb.cpp \
- DescSpec.cpp \
- FuncTab.cpp \
- InfoTab.cpp
-
-include ../Extra.mk
-include $(NDB_TOP)/Epilogue.mk