/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

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

revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC revision 90 by guez, Wed Mar 12 21:16:36 2014 UTC
# Line 15  sources = ${src_ce0l_only} ${src_gcm_onl Line 15  sources = ${src_ce0l_only} ${src_gcm_onl
15    
16  # 2. Objects and executable files  # 2. Objects and executable files
17    
18  obj_ce0l := $(addsuffix .o, $(sort $(basename ${common_sources} ${src_ce0l_only})))  obj_ce0l := $(sort ${common_sources:.f=.o} ${src_ce0l_only:.f=.o})
19    obj_gcm := $(sort ${common_sources:.f=.o} ${src_gcm_only:.f=.o})
20  obj_gcm := $(addsuffix .o, $(sort $(basename ${common_sources} ${src_gcm_only})))  objects := $(sources:.f=.o)
   
 objects := $(addsuffix .o, $(basename ${sources}))  
21  execut = ce0l gcm  execut = ce0l gcm
22    
23  # 3. Compiler-dependent part  # 3. Compiler-dependent part
# Line 57  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.82  
changed lines
  Added in v.90

  ViewVC Help
Powered by ViewVC 1.1.21