summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/rep/repapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/old_files/rep/repapi/Makefile')
-rw-r--r--storage/ndb/src/old_files/rep/repapi/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/storage/ndb/src/old_files/rep/repapi/Makefile b/storage/ndb/src/old_files/rep/repapi/Makefile
new file mode 100644
index 00000000000..fdd153f1060
--- /dev/null
+++ b/storage/ndb/src/old_files/rep/repapi/Makefile
@@ -0,0 +1,25 @@
+include .defs.mk
+
+TYPE := util
+
+PIC_ARCHIVE := Y
+ARCHIVE_TARGET := repapi
+
+A_LIB := Y
+SO_LIB := Y
+PIC_LIB := Y
+
+#DIRS := test
+
+LIB_TARGET := REP_API
+LIB_TARGET_ARCHIVES := $(ARCHIVE_TARGET) general portlib
+
+# Source files of non-templated classes (.C files)
+SOURCES = repapi.cpp
+
+CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \
+ -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon)
+
+CCFLAGS += -DNO_DEBUG_MESSAGES
+
+include $(NDB_TOP)/Epilogue.mk