/[lmdze]/trunk/Compilation/GNUmakefile
ViewVC logotype

Diff of /trunk/Compilation/GNUmakefile

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

revision 83 by guez, Thu Mar 6 15:12:00 2014 UTC revision 90 by guez, Wed Mar 12 21:16:36 2014 UTC
# Line 55  log: Line 55  log:
55          ${FC} ${version_flag} >>$@ 2>&1          ${FC} ${version_flag} >>$@ 2>&1
56          echo -e "\nFC = ${FC}\n\nFFLAGS = ${FFLAGS}\n\nLDLIBS = ${LDLIBS}\n\nLDFLAGS = ${LDFLAGS}" >>$@          echo -e "\nFC = ${FC}\n\nFFLAGS = ${FFLAGS}\n\nLDLIBS = ${LDLIBS}\n\nLDFLAGS = ${LDFLAGS}" >>$@
57    
58  ifneq ($(MAKECMDGOALS), clobber)  ifeq ($(findstring $(MAKECMDGOALS), clobber depend),)
59  include ${src_root}/depend.mk  include ${src_root}/depend.mk
60  endif  endif
61    

Legend:
Removed from v.83  
changed lines
  Added in v.90

  ViewVC Help
Powered by ViewVC 1.1.21