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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
dc9f5eac
Commit
dc9f5eac
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
distrib-msg
parent
cabaf722
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+14
-16
14 additions, 16 deletions
Makefile
with
14 additions
and
16 deletions
Makefile
+
14
−
16
View file @
dc9f5eac
# $Id: Makefile,v 1.27
2
2003-03-0
5 16:51:15
geuzaine Exp $
# $Id: Makefile,v 1.27
3
2003-03-0
7 23:35:01
geuzaine Exp $
include
variables
...
...
@@ -115,11 +115,21 @@ minizip:
tar
jcvf gmsh-
`
date
"+%Y.%m.%d"
`
.tar.bz2
\
`
ls
Makefile
*
/Makefile
*
/
*
.[chyl]
*
/
*
.[ch]pp
*
/
*
.rc
*
/
*
.res
*
/
*
.ico
`
distrib-unix
:
clean all package-unix
distrib-msg
:
@
echo
"********************************************************************"
@
echo
"Remember to change -ljpeg, etc. to /usr/lib/libjpeg.a, etc. in"
@
echo
"./variables and relink if the list below contains non-standard"
@
echo
"dynamic libs and you want to distribute a portable binary:"
@
echo
"********************************************************************"
distrib-windows
:
clean all package-windows
distrib-unix
:
clean all package-unix distrib-msg
ldd bin/gmsh
distrib-mac
:
clean all package-mac
distrib-windows
:
clean all package-windows distrib-msg
objdump
-p
bin/gmsh.exe |
grep
DLL
distrib-mac
:
clean all package-mac distrib-msg
otool
-L
bin/gmsh
package-unix
:
rm
-rf
gmsh-
${
GMSH_RELEASE
}
...
...
@@ -138,12 +148,6 @@ package-unix:
mv
gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tar.gz gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tgz
package-windows
:
@
echo
"********************************************************************"
@
echo
"Remember to change -ljpeg, etc. to /usr/lib/libjpeg.a, etc. in"
@
echo
"./variables and relink if the list below contains non-standard"
@
echo
"dynamic libs:"
objdump
-p
bin/gmsh.exe |
grep
DLL
@
echo
"********************************************************************"
rm
-rf
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
strip bin/gmsh.exe
...
...
@@ -166,12 +170,6 @@ package-windows:
mv
gmsh-
${
GMSH_RELEASE
}
/gmsh-
${
GMSH_RELEASE
}
-Windows
.zip .
package-mac
:
@
echo
"********************************************************************"
@
echo
"Remember to change -ljpeg, etc. to /usr/lib/libjpeg.a, etc. in"
@
echo
"./variables and relink if the list below contains non-standard"
@
echo
"dynamic libs:"
otool
-L
bin/gmsh
@
echo
"********************************************************************"
rm
-rf
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
/Gmsh.app
...
...
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