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
fb2c3475
Commit
fb2c3475
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
uninstall targets
parent
dc3b6f97
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+16
-5
16 additions, 5 deletions
Makefile
doc/TODO
+1
-14
1 addition, 14 deletions
doc/TODO
with
17 additions
and
19 deletions
Makefile
+
16
−
5
View file @
fb2c3475
# $Id: Makefile,v 1.46
8
2008-02-17
08:47
:5
5
geuzaine Exp $
# $Id: Makefile,v 1.46
9
2008-02-17
10:24
:5
0
geuzaine Exp $
#
#
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -60,6 +60,11 @@ link-mac-universal: compile
...
@@ -60,6 +60,11 @@ link-mac-universal: compile
lipo
-create
bin/gmsh_i386 bin/gmsh_ppc
-output
bin/gmsh
lipo
-create
bin/gmsh_i386 bin/gmsh_ppc
-output
bin/gmsh
rm
-f
bin/gmsh_i386 bin/gmsh_ppc
rm
-f
bin/gmsh_i386 bin/gmsh_ppc
.PHONY
:
lib
lib
:
compile
${
AR
}
${
ARFLAGS
}
bin/libGmsh
${
LIBEXT
}
lib/
*
${
LIBEXT
}
${
RANLIB
}
bin/libGmsh
${
LIBEXT
}
compile
:
variables initialtag
compile
:
variables initialtag
@
for
i
in
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
)
;
done
@
for
i
in
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
)
;
done
...
@@ -70,14 +75,16 @@ install: variables
...
@@ -70,14 +75,16 @@ install: variables
mkdir
-p
${
mandir
}
/man1
mkdir
-p
${
mandir
}
/man1
cp
-f
doc/gmsh.1
${
mandir
}
/man1
cp
-f
doc/gmsh.1
${
mandir
}
/man1
uninstall
:
rm
-f
${
bindir
}
/gmsh
${
EXEEXT
}
rm
-f
${
mandir
}
/man1/gmsh.1
install-mac
:
variables package-mac
install-mac
:
variables package-mac
cp
-rf
gmsh-
${
GMSH_VERSION
}
/Gmsh.app /Applications
cp
-rf
gmsh-
${
GMSH_VERSION
}
/Gmsh.app /Applications
rm
-rf
gmsh-
${
GMSH_VERSION
}
gmsh-
${
GMSH_VERSION
}
-MacOSX
.tgz
rm
-rf
gmsh-
${
GMSH_VERSION
}
gmsh-
${
GMSH_VERSION
}
-MacOSX
.tgz
.PHONY
:
lib
uninstall-mac
:
lib
:
compile
rm
-rf
/Applications/Gmsh.app
${
AR
}
${
ARFLAGS
}
bin/libGmsh
${
LIBEXT
}
lib/
*
${
LIBEXT
}
${
RANLIB
}
bin/libGmsh
${
LIBEXT
}
install-lib
:
lib
install-lib
:
lib
mkdir
-p
${
includedir
}
/gmsh
mkdir
-p
${
includedir
}
/gmsh
...
@@ -86,6 +93,10 @@ install-lib: lib
...
@@ -86,6 +93,10 @@ install-lib: lib
mkdir
-p
${
libdir
}
mkdir
-p
${
libdir
}
cp
-f
bin/libGmsh
${
LIBEXT
}
${
libdir
}
/libGmsh
${
LIBSUFFIX
}${
LIBEXT
}
cp
-f
bin/libGmsh
${
LIBEXT
}
${
libdir
}
/libGmsh
${
LIBSUFFIX
}${
LIBEXT
}
uninstall-lib
:
rm
-rf
${
includedir
}
/gmsh
rm
-rf
${
libdir
}
/libGmsh
${
LIBSUFFIX
}${
LIBEXT
}
embed
:
embed
:
@
if
[
-r
../getdp2/contrib/gmsh/Makefile
]
;
then
\
@
if
[
-r
../getdp2/contrib/gmsh/Makefile
]
;
then
\
rsync
-av
${
GMSH_EMBEDDED
}
../getdp2/contrib/gmsh
;
\
rsync
-av
${
GMSH_EMBEDDED
}
../getdp2/contrib/gmsh
;
\
...
...
This diff is collapsed.
Click to expand it.
doc/TODO
+
1
−
14
View file @
fb2c3475
$Id: TODO,v 1.6
7
2008-02-1
5 20:02:24
geuzaine Exp $
$Id: TODO,v 1.6
8
2008-02-1
7 10:24:50
geuzaine Exp $
********************************************************************
********************************************************************
...
@@ -15,14 +15,6 @@ Plus we need to fix the 1D mesh in all cases
...
@@ -15,14 +15,6 @@ Plus we need to fix the 1D mesh in all cases
********************************************************************
********************************************************************
add way to invert element orientation (per element or per surface)
********************************************************************
add "make uninstall"
********************************************************************
Add list of recently loaded files in the GUI
Add list of recently loaded files in the GUI
********************************************************************
********************************************************************
...
@@ -94,11 +86,6 @@ doing barycentric subdivision on tets
...
@@ -94,11 +86,6 @@ doing barycentric subdivision on tets
********************************************************************
********************************************************************
bug: quads orientation is wrong after recombine + quads wrong in some
cases
********************************************************************
re-implement STL remeshing
re-implement STL remeshing
********************************************************************
********************************************************************
...
...
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