Parent Directory
|
Revision Log
|
Patch
revision 130 by jgs, Thu Jun 9 05:38:05 2005 UTC | revision 131 by jgs, Fri Jul 22 06:04:55 2005 UTC | |
---|---|---|
# | Line 101 ifeq ($(strip $(L_INSTLIB_DIR)),) | Line 101 ifeq ($(strip $(L_INSTLIB_DIR)),) |
101 | L_INSTLIB_DIR := $(ESYS_ROOT)/lib | L_INSTLIB_DIR := $(ESYS_ROOT)/lib |
102 | endif | endif |
103 | ||
# Python package install directory | ||
ifeq ($(strip $(L_PYTH_DIR)),) | ||
L_PYTH_DIR := $(ESYS_ROOT)/esys | ||
endif | ||
104 | # Include remainder of Makefiles | # Include remainder of Makefiles |
105 | include ${MAKE_DIR}/Makefile.source | include ${MAKE_DIR}/Makefile.source |
106 | include ${MAKE_DIR}/hosts/${HOSTNAME}/Makefile.host | include ${MAKE_DIR}/hosts/${HOSTNAME}/Makefile.host |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |