Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
e1d56cd2
Commit
e1d56cd2
authored
Nov 24, 2009
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some problems in demos makefile.
parent
5a667a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
demo/Makefile
demo/Makefile
+1
-15
No files found.
demo/Makefile
View file @
e1d56cd2
...
...
@@ -23,7 +23,7 @@ include $(AMDIS_DIR)/other/include/Makefile_AMDiS.mk
# ===== user programs ========================================================
# ============================================================================
PROGRAMS
=
ellipt heat vecellipt vecheat sphere ball parametric torus bunny
vecmultigrid
PROGRAMS
=
ellipt heat vecellipt vecheat sphere ball parametric torus bunny
VPATH
=
.:./src:/solhome/vey/sourcen/currentcvs/AMDiS/src
...
...
@@ -55,13 +55,6 @@ VECHEAT_OFILES = vecheat.o
vecheat
:
$(VECHEAT_OFILES)
$(LINK)
$(CPPFLAGS)
$(LDFLAGS)
-o
vecheat
$(VECHEAT_OFILES)
$(LIBS)
# ===== vecmultigrid ============================================================
VECMULTIGRID_OFILES
=
vecmultigrid.o
vecmultigrid
:
$(VECMULTIGRID_OFILES)
$(LINK)
$(CPPFLAGS)
$(LDFLAGS)
-o
vecmultigrid
$(VECMULTIGRID_OFILES)
$(LIBS)
# ===== sphere ============================================================
SPHERE_OFILES
=
sphere.o
...
...
@@ -104,13 +97,6 @@ PERIODIC_OFILES = periodic.o
periodic
:
$(PERIODIC_OFILES)
$(LINK)
$(CPPFLAGS)
$(LDFLAGS)
-o
periodic
$(INCLUDES)
$(PERIODIC_OFILES)
$(LIBS)
# ===== multigrid ============================================================
MULTIGRID_OFILES
=
multigrid.o
multigrid
:
$(MULTIGRID_OFILES)
$(LINK)
$(CPPFLAGS)
$(LDFLAGS)
-o
multigrid
$(INCLUDES)
$(MULTIGRID_OFILES)
$(LIBS)
# ===== parallelellipt =======================================================
PARALLELELLIPT_OFILES
=
parallelellipt.o
...
...
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