Changeset 53


Ignore:
Timestamp:
06/06/07 17:27:26 (17 years ago)
Author:
bellier
Message:

JB: suppress the directly target's dependent lines in *.ldef

Location:
IOIPSL/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/example/AA_make

    r50 r53  
    88endif 
    99#- 
     10IOIPSL_LIB = -L$(LIBDIR) -lioipsl 
     11ifeq ($(L_X),1) 
     12IOIPSL_LIB = -L$(LIBDIR) -lsxioipsl 
     13endif 
     14#- 
    1015all: testhist1 testhist2 testrest testopp testcalendar testflio 
    1116        echo don t forget to do : $(M_K) clean !!! 
  • IOIPSL/trunk/example/AA_make.ldef

    r35 r53  
    1212MODDIR = $(LIBDIR) 
    1313#--------------------------------------------------------------------- 
    14 IOIPSL_LIB = -L$(LIBDIR) -lioipsl 
    15 #-Q- eshpux  IOIPSL_LIB = -L $(LIBDIR) -lsxioipsl 
  • IOIPSL/trunk/src/AA_make

    r51 r53  
    1818#--------------------------------------------------------------------- 
    1919 
     20.PRECIOUS : $(MODEL_LIB) 
     21SXMODEL_LIB = $(MODEL_LIB) 
     22ifeq ($(L_X),1) 
     23SXMODEL_LIB = $(LIBDIR)/libsxioipsl.a 
     24.PRECIOUS : $(SXMODEL_LIB) 
     25endif 
     26 
    2027MODS1 = defprec.f90   \ 
    2128        errioipsl.f90 \ 
     
    3340all: $(MODEL_LIB)($(OBJSMODS1)) 
    3441        @echo IOIPSL is OK 
    35  
    36 .PRECIOUS : $(MODEL_LIB) 
    37 ifeq ($(L_X),1) 
    38 .PRECIOUS : $(SXMODEL_LIB) 
    39 endif 
    4042 
    4143$(MODEL_LIB)(%.o): %.f90 
  • IOIPSL/trunk/src/AA_make.ldef

    r50 r53  
    1313P_P = 
    1414MODEL_LIB = $(LIBDIR)/libioipsl.a 
    15 SXMODEL_LIB = $(MODEL_LIB) 
    16 #-Q- eshpux  SXMODEL_LIB = $(LIBDIR)/libsxioipsl.a 
  • IOIPSL/trunk/tools/AA_make

    r16 r53  
    77#- Create "tools" related to IOIPSL 
    88#--------------------------------------------------------------------- 
     9 
     10SXMODEL_LIB = $(MODEL_LIB) 
     11ifeq ($(L_X),1) 
     12SXMODEL_LIB = $(LIBDIR)/libsxioipsl.a 
     13endif 
    914 
    1015rbld: libioipsl $(BINDIR)/rebuild $(BINDIR)/flio_rbld 
  • IOIPSL/trunk/tools/AA_make.ldef

    r50 r53  
    1313P_P = 
    1414MODEL_LIB = $(LIBDIR)/libioipsl.a 
    15 SXMODEL_LIB = $(MODEL_LIB) 
    16 #-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxioipsl.a 
Note: See TracChangeset for help on using the changeset viewer.