/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

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

revision 135 by guez, Thu Apr 30 14:22:32 2015 UTC revision 138 by guez, Fri May 22 23:13:19 2015 UTC
# Line 34  include Compiler_options/${FC}_${mode}.m Line 34  include Compiler_options/${FC}_${mode}.m
34  # 4. Rules  # 4. Rules
35    
36  SHELL = bash  SHELL = bash
37    LINK.o = $(FC) $(LDFLAGS) $(TARGET_ARCH)
38  .DELETE_ON_ERROR:  .DELETE_ON_ERROR:
39  .PHONY: all clean clobber depend  .PHONY: all clean clobber depend
40  all: ${execut} log  all: ${execut} log
   
 ${execut}:  
         $(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@  
   
41  ce0l: ${obj_ce0l}  ce0l: ${obj_ce0l}
42  gcm: ${obj_gcm}  gcm: ${obj_gcm}
43  test_ozonecm: ${obj_test_ozonecm}  test_ozonecm: ${obj_test_ozonecm}

Legend:
Removed from v.135  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.21