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
fluidparticles
MigFlow
Commits
47bc385c
Commit
47bc385c
authored
Jun 15, 2018
by
Jonathan Lambrechts
Browse files
disable libmbfluid3
parent
b9044c0d
Pipeline
#3741
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
47bc385c
...
...
@@ -19,7 +19,7 @@
# along with this program (see COPYING and COPYING.LESSER files). If not,
# see <http://www.gnu.org/licenses/>.
ALL
:
libmbfluid3.so
libmbfluid2.so libscontact2.so libscontact3.so
ALL
:
libmbfluid2.so libscontact2.so libscontact3.so
CFLAGS
=
-Wno-unused-function
-g
-O3
-march
=
native
-mtune
=
native
-fPIC
-std
=
gnu99
-Iscontact
-Ihxt
-Isrc
LDFLAGS
=
-shared
-lm
...
...
@@ -44,8 +44,8 @@ SCONTACT_H=scontact/quadtree.h scontact/scontact.h src/mbxml.h src/yxml.h
libmbfluid2.so
:
${FLUID_C} ${FLUID_H}
${CC}
${FLUID_C}
-o
$@
${CFLAGS}
${LDFLAGS}
-DDIMENSION
=
2
#
libmbfluid3.so : ${FLUID_C} ${FLUID_H}
#
${CC} ${FLUID_C} -o $@ ${CFLAGS} ${LDFLAGS} -DDIMENSION=3
libmbfluid3.so
:
${FLUID_C} ${FLUID_H}
${CC}
${FLUID_C}
-o
$@
${CFLAGS}
${LDFLAGS}
-DDIMENSION
=
3
libscontact2.so
:
${SCONTACT_C} ${SCONTACT_H}
${CC}
${SCONTACT_C}
-o
$@
${CFLAGS}
${LDFLAGS}
-DDIMENSION
=
2
...
...
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