/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

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

revision 71 by guez, Mon Jul 8 18:12:18 2013 UTC revision 73 by guez, Fri Nov 15 17:48:30 2013 UTC
# Line 40  include ../Compilers/${FC}_${mode}.mk Line 40  include ../Compilers/${FC}_${mode}.mk
40  SHELL = bash  SHELL = bash
41    
42  # Extend known suffixes:  # Extend known suffixes:
43    
44  COMPILE.f90 = $(FC) $(F90FLAGS) $(TARGET_ARCH) -c  COMPILE.f90 = $(FC) $(F90FLAGS) $(TARGET_ARCH) -c
45    
46  %.o: %.f90  %.o: %.f90
47          $(COMPILE.f90) $(OUTPUT_OPTION) $<          $(COMPILE.f90) $(OUTPUT_OPTION) $<
48    
# Line 74  trace: Line 76  trace:
76  # Dependencies among object files:  # Dependencies among object files:
77  include ${src_root}/depend.mk  include ${src_root}/depend.mk
78    
79  # Other rules, optionnally:  # Other rules, optionally:
80  -include grep.mk  -include grep.mk
81  -include nag_rules.mk  -include nag_rules.mk

Legend:
Removed from v.71  
changed lines
  Added in v.73

  ViewVC Help
Powered by ViewVC 1.1.21