Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
e1d56cd2
Commit
e1d56cd2
authored
Nov 24, 2009
by
Thomas Witkowski
Browse files
Removed some problems in demos makefile.
parent
5a667a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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