35 |
L_SRC_DIR := ./src |
L_SRC_DIR := ./src |
36 |
endif |
endif |
37 |
|
|
|
# ? |
|
|
ifeq ($(strip $(L_MOD_DIR)),) |
|
|
L_MOD_DIR := ./mod |
|
|
endif |
|
|
|
|
38 |
# Library directory |
# Library directory |
39 |
ifeq ($(strip $(L_LIB_DIR)),) |
ifeq ($(strip $(L_LIB_DIR)),) |
40 |
L_LIB_DIR := ./lib |
L_LIB_DIR := ./lib |
41 |
endif |
endif |
42 |
|
|
43 |
|
# Library install directory |
44 |
|
ifeq ($(strip $(L_INSTLIB_DIR)),) |
45 |
|
L_INSTLIB_DIR := ../lib |
46 |
|
endif |
47 |
|
|
48 |
|
# Python package install directory |
49 |
|
ifeq ($(strip $(L_PYTH_DIR)),) |
50 |
|
L_PYTH_DIR := ../esys |
51 |
|
endif |
52 |
|
|
53 |
# Include file directory |
# Include file directory |
54 |
ifeq ($(strip $(L_INC_DIR)),) |
ifeq ($(strip $(L_INC_DIR)),) |
55 |
L_INC_DIR := ./inc |
L_INC_DIR := ./inc |
65 |
L_DEP_DIR := ./dep |
L_DEP_DIR := ./dep |
66 |
endif |
endif |
67 |
|
|
68 |
|
# ? |
69 |
|
ifeq ($(strip $(L_MOD_DIR)),) |
70 |
|
L_MOD_DIR := ./mod |
71 |
|
endif |
72 |
|
|
73 |
# External library directory |
# External library directory |
74 |
ifeq ($(strip $(L_EXT_LIB_DIRS)),) |
ifeq ($(strip $(L_EXT_LIB_DIRS)),) |
75 |
L_EXT_LIB_DIRS := ${NULL} |
L_EXT_LIB_DIRS := ${NULL} |