1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
include .defs.mk DIRS := src tools ndbapi run-test EXTRA_DIRS = newtonapi ifeq ($(NDB_ARCH), x86_64) EXTRA_DIRS = endif DIRS += $(EXTRA_DIRS) ifneq ($(NDB_ODBC),N) DIRS += odbc endif include $(NDB_TOP)/Epilogue.mk _bins_ndbapi : _libs_src