35 |
L_SRC_DIR := ./src |
L_SRC_DIR := ./src |
36 |
endif |
endif |
37 |
|
|
38 |
|
# ? |
39 |
|
ifeq ($(strip $(L_MOD_DIR)),) |
40 |
|
L_MOD_DIR := ./mod |
41 |
|
endif |
42 |
|
|
43 |
# Library directory |
# Library directory |
44 |
ifeq ($(strip $(L_LIB_DIR)),) |
ifeq ($(strip $(L_LIB_DIR)),) |
45 |
L_LIB_DIR := ./lib |
L_LIB_DIR := ./lib |
46 |
endif |
endif |
47 |
|
|
|
# Library install directory |
|
|
ifeq ($(strip $(L_INSTLIB_DIR)),) |
|
|
L_INSTLIB_DIR := ../lib |
|
|
endif |
|
|
|
|
|
# Python package install directory |
|
|
ifeq ($(strip $(L_PYTH_DIR)),) |
|
|
L_PYTH_DIR := ../esys |
|
|
endif |
|
|
|
|
48 |
# Include file directory |
# Include file directory |
49 |
ifeq ($(strip $(L_INC_DIR)),) |
ifeq ($(strip $(L_INC_DIR)),) |
50 |
L_INC_DIR := ./inc |
L_INC_DIR := ./inc |
60 |
L_DEP_DIR := ./dep |
L_DEP_DIR := ./dep |
61 |
endif |
endif |
62 |
|
|
|
# ? |
|
|
ifeq ($(strip $(L_MOD_DIR)),) |
|
|
L_MOD_DIR := ./mod |
|
|
endif |
|
|
|
|
63 |
# External library directory |
# External library directory |
64 |
ifeq ($(strip $(L_EXT_LIB_DIRS)),) |
ifeq ($(strip $(L_EXT_LIB_DIRS)),) |
65 |
L_EXT_LIB_DIRS := ${NULL} |
L_EXT_LIB_DIRS := ${NULL} |