Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
8ecae276
Commit
8ecae276
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
9b16e345
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/Netgen/Makefile
+18
-2
18 additions, 2 deletions
contrib/Netgen/Makefile
contrib/Netgen/libsrc/makefile.inc
+3
-1
3 additions, 1 deletion
contrib/Netgen/libsrc/makefile.inc
utils/misc/variables.msvc
+2
-1
2 additions, 1 deletion
utils/misc/variables.msvc
with
23 additions
and
4 deletions
contrib/Netgen/Makefile
+
18
−
2
View file @
8ecae276
...
...
@@ -13,11 +13,21 @@ CFLAGS = ${OPTIM} ${FLAGS} ${INC} ${SYSINCLUDE}\
${
DASH
}
DNO_PARALLEL_THREADS
${
DASH
}
UWIN32
${LIB}
:
recur nglib_addon${OBJEXT}
ifneq
(${UNAME},WIN32MSVC)
${
AR
}
${
ARFLAGS
}${
LIB
}
*
${
OBJEXT
}
libsrc/
*
/
*
${
OBJEXT
}
else
copy libsrc
\l
inalg
\*
.obj
copy libsrc
\g
eneral
\*
.obj
copy libsrc
\g
prim
\*
.obj
copy libsrc
\m
eshing
\*
.obj
copy libsrc
\o
pti
\*
.obj
copy libsrc
\i
nterface
\*
.obj
${
AR
}
${
ARFLAGS
}${
LIB
}
*
${
OBJEXT
}
endif
${
RANLIB
}
${
LIB
}
cpobj
:
recur nglib_addon${OBJEXT}
${
CP
}
*
${
OBJEXT
}
libsrc/
*
/
*
${
OBJEXT
}
../../lib/
cp
-f
*
${
OBJEXT
}
libsrc/
*
/
*
${
OBJEXT
}
../../lib/
recur
:
@
cd
libsrc/linalg
&&
${
MAKE
}
...
...
@@ -31,7 +41,13 @@ nglib_addon${OBJEXT}:
${
CXX
}
${
CFLAGS
}
${
DASH
}
c nglib_addon.cpp
clean
:
rm
-f
*
.o
*
.obj libsrc/
*
/
*
.o libsrc/
*
/
*
.obj
@
cd
libsrc/linalg
&&
${
MAKE
}
clean
@
cd
libsrc/general
&&
${
MAKE
}
clean
@
cd
libsrc/gprim
&&
${
MAKE
}
clean
@
cd
libsrc/meshing
&&
${
MAKE
}
clean
@
cd
libsrc/opti
&&
${
MAKE
}
clean
@
cd
libsrc/interface
&&
${
MAKE
}
clean
${
RM
}
*
.o
*
.obj
depend
:
true
This diff is collapsed.
Click to expand it.
contrib/Netgen/libsrc/makefile.inc
+
3
−
1
View file @
8ecae276
...
...
@@ -11,8 +11,10 @@ OBJ = ${src:.cpp=${OBJEXT}}
.SUFFIXES
:
${OBJEXT} .cpp
default
:
${OBJ}
default
:
${OBJ}
.cpp${OBJEXT}
:
${
CXX
}
${
CFLAGS
}
${
DASH
}
c
$<
clean
:
${
RM
}
*
.o
*
.obj
This diff is collapsed.
Click to expand it.
utils/misc/variables.msvc
+
2
−
1
View file @
8ecae276
...
...
@@ -18,7 +18,7 @@ ENABLE_PARSER=1
ENABLE_POSTPRO=1
ENABLE_TETGEN=1
ENABLE_NETGEN=0
ENABLE_METIS=
1
ENABLE_METIS=
0
ENABLE_OCC=0
ENABLE_MED=0
...
...
@@ -147,6 +147,7 @@ EXEEXT=.exe
# File handling commands
RM=erase
MV=move
# Installation directories
prefix="S:\Lib\gmsh"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment