diff options
Diffstat (limited to 'ndb/src/mgmclient/Makefile')
-rw-r--r-- | ndb/src/mgmclient/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ndb/src/mgmclient/Makefile b/ndb/src/mgmclient/Makefile deleted file mode 100644 index 9f9a6344ab9..00000000000 --- a/ndb/src/mgmclient/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -include .defs.mk - -TYPE := ndbapi - -BIN_TARGET := mgmtclient -BIN_TARGET_LIBS := -BIN_TARGET_ARCHIVES := trace logger general mgmapi mgmsrvcommon portlib repapi - -BIN_TARGET_ARCHIVES += editline - -DIRS = test_cpcd - -# Source files of non-templated classes (.cpp files) -SOURCES = \ - main.cpp \ - CommandInterpreter.cpp \ - CpcClient.cpp - -CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \ - -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon) - -include $(NDB_TOP)/Epilogue.mk - -_bins_mkconfig : $(NDB_TOP)/bin/$(BIN_TARGET) - |