/[escript]/trunk/esys2/make/Makefile.default
ViewVC logotype

Diff of /trunk/esys2/make/Makefile.default

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 97 by jgs, Tue Dec 14 05:39:33 2004 UTC revision 100 by jgs, Wed Dec 15 03:48:48 2004 UTC
# Line 35  ifeq ($(strip $(L_SRC_DIR)),) Line 35  ifeq ($(strip $(L_SRC_DIR)),)
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
# Line 65  ifeq ($(strip $(L_DEP_DIR)),) Line 60  ifeq ($(strip $(L_DEP_DIR)),)
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}

Legend:
Removed from v.97  
changed lines
  Added in v.100

  ViewVC Help
Powered by ViewVC 1.1.26