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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.