Makefile_old 638 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
include .defs.mk

DIRS := \
        client \
        common  \
        kernel  \
        ndbapi  \
	mgmsrv  \
        mgmapi  \
	rep \
        mgmclient \
        cw \
        ndbbaseclient
ifneq ($(NDB_ODBC),N)
        DIRS += ndbclient
endif
ifeq ($(findstring OSE, $(NDB_OS)),)
	DIRS += scripts 
endif
include $(NDB_TOP)/Epilogue.mk

_bins_mgmsrv: _libs_ndbapi
_bins_mgmsrv: _libs_mgmapi
_bins_mgmclient: _libs_mgmapi
_bins_mgmclient: _libs_common
_bins_client: _bins_ndbapi
_bins_common: _bins_mgmapi
_bins_kernel: _bins_ndbapi
_bins_newtonapi: _bins_ndbapi
_bins_mgmapi : _libs_common
_bins_rep: _libs_common
_bins_rep: _libs_ndbapi