adding a lot of grabage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
all: genbloubs movebloubs exportbloubs mergebloubs \
|
||||
listbloubs \
|
||||
essai
|
||||
|
||||
# ------------------------------------------------------------
|
||||
@@ -10,8 +11,8 @@ OBJS = bloubspace.o povstuff.o mathstuff.o
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
essai: essai.f90 Makefile mathstuff.o
|
||||
gfortran $(GFOPT) $< mathstuff.o -o $@
|
||||
essai: essai.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
@@ -46,6 +47,9 @@ genbloubs: genbloubs.f90 Makefile $(OBJS)
|
||||
movebloubs: movebloubs.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
listbloubs: listbloubs.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
exportbloubs: exportbloubs.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user