include .defs.mk DIRS := src test tools examples # hack before full autoconf replace-targets := all clean NDB_RELEASE := $(shell ../scripts/mysql_config --version) include $(NDB_TOP)/Epilogue.mk _libs_test : _bins_src _libs_tools : _libs_test _libs_examples : _bins_src _bins_src : _libs_src _bins_tools : _bins_src # always release compile except for ndbapi static lib all: $(MAKE) -C src/ndbapi libs $(MAKE) libs NDB_VERSION=RELEASE $(MAKE) bins NDB_VERSION=RELEASE ifeq ($(NDB_OS),LINUX) NDB_RELEASE=$(NDB_RELEASE) $(MAKE) -j1 -C docs all