Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
H
handyG
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
McMule
handyG
Commits
64058c34
Commit
64058c34
authored
May 21, 2019
by
Luca Naterop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src folder and makefile improvements
parent
e9f11b43
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
2 deletions
+1
-2
makefile
makefile
+1
-2
src/eval.f90
src/eval.f90
+0
-0
src/globals.f90
src/globals.f90
+0
-0
src/gpl_module.f90
src/gpl_module.f90
+0
-0
src/maths_functions.f90
src/maths_functions.f90
+0
-0
src/mpl_module.f90
src/mpl_module.f90
+0
-0
src/other_stuff/functions_old.F95
src/other_stuff/functions_old.F95
+0
-0
src/other_stuff/global_def_old.f95
src/other_stuff/global_def_old.f95
+0
-0
src/other_stuff/shuffle_algebra.f90
src/other_stuff/shuffle_algebra.f90
+0
-0
src/shuffle.f90
src/shuffle.f90
+0
-0
src/test.f90
src/test.f90
+0
-0
src/utils.f90
src/utils.f90
+0
-0
No files found.
makefile
View file @
64058c34
...
...
@@ -13,7 +13,7 @@ testobjects= build/globals.o build/utils.o build/shuffle.o build/maths_functions
evaluation_objects
=
build/globals.o build/utils.o build/shuffle.o build/maths_functions.o build/mpl_module.o build/gpl_module.o build/eval.o
# rules to make object files into /build
build/%.o
:
%.f90
build/%.o
:
src/
%.f90
@
echo
"F90
$@
"
@
$(FC)
$(FFLAGS)
-c
$<
-J
build
-o
$@
...
...
@@ -26,6 +26,5 @@ test: $(testobjects)
@
$(LD)
-o
$@
$^
$(LFLAGS)
clean
:
@
rm
-f
*
.o
*
.mod
@
rm
-f
build/
*
@
rm
-f
test eval
eval.f90
→
src/
eval.f90
View file @
64058c34
File moved
globals.f90
→
src/
globals.f90
View file @
64058c34
File moved
gpl_module.f90
→
src/
gpl_module.f90
View file @
64058c34
File moved
maths_functions.f90
→
src/
maths_functions.f90
View file @
64058c34
File moved
mpl_module.f90
→
src/
mpl_module.f90
View file @
64058c34
File moved
other_stuff/functions_old.F95
→
src/
other_stuff/functions_old.F95
View file @
64058c34
File moved
other_stuff/global_def_old.f95
→
src/
other_stuff/global_def_old.f95
View file @
64058c34
File moved
other_stuff/shuffle_algebra.f90
→
src/
other_stuff/shuffle_algebra.f90
View file @
64058c34
File moved
shuffle.f90
→
s
rc/s
huffle.f90
View file @
64058c34
File moved
test.f90
→
src/
test.f90
View file @
64058c34
File moved
utils.f90
→
src/
utils.f90
View file @
64058c34
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment