summaryrefslogtreecommitdiff
path: root/ndb/ndbapi-examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/ndbapi-examples/Makefile')
-rw-r--r--ndb/ndbapi-examples/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/ndb/ndbapi-examples/Makefile b/ndb/ndbapi-examples/Makefile
deleted file mode 100644
index 965dc3ec29f..00000000000
--- a/ndb/ndbapi-examples/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-BIN_DIRS := ndbapi_simple_example \
- ndbapi_async_example \
- ndbapi_async_example1 \
- ndbapi_retries_example \
- ndbapi_simple_index_example \
- ndbapi_event_example \
- ndbapi_scan_example \
- mgmapi_logevent_example
-
-bins: $(patsubst %, _bins_%, $(BIN_DIRS))
-
-$(patsubst %, _bins_%, $(BIN_DIRS)) :
- $(MAKE) -C $(patsubst _bins_%, %, $@) $(OPTS)
-
-libs:
-
-clean:
- for f in ${BIN_DIRS}; do \
- $(MAKE) -C $$f $@;\
- done
-
-clean_dep: clean
-cleanall: clean
-tidy: clean
-distclean: clean