soundscope, first try ok

This commit is contained in:
tTh
2023-12-24 20:53:27 +01:00
parent 123b97cce2
commit 9629d6ca97
5 changed files with 165 additions and 7 deletions

View File

@@ -10,6 +10,9 @@ MYLIB = '../Modules/libtth90modules.a'
essai: essai.f90 Makefile
gfortran $(GFOPT) $< $(MYLIB) -o $@
geowaves: geowaves.f90 Makefile
gfortran $(GFOPT) $< $(MYLIB) -o $@
doubledice: doubledice.f90 Makefile \
utils_ga.o usegenplot.o
gfortran $(GFOPT) $< usegenplot.o utils_ga.o -o $@
@@ -20,6 +23,9 @@ doublegauss: doublegauss.f90 Makefile utils_ga.o
trigofest: trigofest.f90 Makefile vue3axes.o utils_ga.o
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
soundscope: soundscope.f90 Makefile utils_ga.o
gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@
noisepic: noisepic.f90 Makefile
gfortran $(GFOPT) $< $(MYLIB) \
-o $@