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
b4439d35
Commit
b4439d35
authored
Jan 28, 2010
by
Thomas Witkowski
Browse files
New Makefile for Reinit library.
parent
04baaed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/Reinit/Makefile
View file @
b4439d35
...
...
@@ -4,14 +4,14 @@ DEFS = -DPACKAGE=\"AMDiS\" -DVERSION=\"0.1\" -DHAVE_DLFCN_H=1
DEBUG
=
0
AMDIS_DIR
=
../
INCLUDES
=
-I
./src
-I
$(AMDIS_DIR)
/src
-I
$(AMDIS_DIR)
/compositeFEM/src
-I
$(AMDIS_DIR)
/lib/boost_1_34_1
-I
$(AMDIS_DIR)
/lib/mtl4
INCLUDES
=
-I
./src
-I
$(AMDIS_DIR)
/src
-I
$(AMDIS_DIR)
/compositeFEM/src
-I
$(AMDIS_DIR)
/lib/mtl4
ifeq
($(strip $(DEBUG)), 0)
CPPFLAGS
=
-O2
else
CPPFLAGS
=
-g
-O0
endif
CPPFLAGS
+=
-ftemplate-depth-
3
0
CPPFLAGS
+=
-ftemplate-depth-
4
0
VPATH
=
.:
$(AMDIS_DIR)
/Reinit/src
...
...
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