# module : # makefile bidon de test make2deps.sh # # this simpliest makefile # with macro definied using macro # # update : # $Id$ # fplod 2007-11-16T11:05:40Z cerbere.locean-ipsl.upmc.fr (Linux) # creation # # DIRBASE = /tmp/ DIRSRC = $(DIRBASE)/myrep_src DIREXE = myrep_exe $(DIREXE)/ginette.x : ginette.o @echo "édition de lien" ginette.o : $(DIRSRC)/ginette.f @echo "compilation"