little tuning
This commit is contained in:
parent
72b58a8f0b
commit
9675b16dfe
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time -I../Modules
|
||||
MYLIB = '../Modules/libtth90modules.a'
|
||||
|
||||
# ---- programmes
|
||||
|
||||
|
@ -14,15 +15,13 @@ doubledice: doubledice.f90 Makefile \
|
|||
gfortran $(GFOPT) $< usegenplot.o utils_ga.o -o $@
|
||||
|
||||
doublegauss: doublegauss.f90 Makefile utils_ga.o
|
||||
gfortran $(GFOPT) $< ../Modules/pixrgb.o utils_ga.o -o $@
|
||||
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
|
||||
|
||||
trigofest: trigofest.f90 Makefile vue3axes.o utils_ga.o
|
||||
gfortran $(GFOPT) $< ../Modules/pixrgb.o ../Modules/spitpgm.o \
|
||||
utils_ga.o -o $@
|
||||
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
|
||||
|
||||
noisepic: noisepic.f90 Makefile
|
||||
gfortran $(GFOPT) $< ../Modules/spitpgm.o ../Modules/pixrgb.o \
|
||||
../Modules/noisepictures.o \
|
||||
gfortran $(GFOPT) $< $(MYLIB) \
|
||||
-o $@
|
||||
|
||||
# ---- modules locaux
|
||||
|
|
Loading…
Reference in New Issue