using my module collection
This commit is contained in:
parent
f95dc7ed2a
commit
d040b305f8
@ -6,8 +6,9 @@ all: genbloubs movebloubs exportbloubs mergebloubs \
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time
|
||||
GFOPT = -Wall -Wextra -g -time -I../Modules
|
||||
OBJS = bloubspace.o povstuff.o mathstuff.o
|
||||
MYLIB = '../Modules/libtth90modules.a'
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
@ -42,7 +43,7 @@ mathstuff.o: mathstuff.f90 Makefile
|
||||
# ------------------------------------------------------------
|
||||
|
||||
genbloubs: genbloubs.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
gfortran $(GFOPT) $< $(OBJS) $(MYLIB) -o $@
|
||||
|
||||
movebloubs: movebloubs.f90 Makefile $(OBJS)
|
||||
gfortran $(GFOPT) $< $(OBJS) -o $@
|
||||
|
@ -1,7 +1,7 @@
|
||||
program genbloubs
|
||||
|
||||
use bloubspace
|
||||
use mathstuff
|
||||
use mathstuff2
|
||||
|
||||
integer :: nbbloubs
|
||||
integer :: i
|
||||
|
Loading…
Reference in New Issue
Block a user