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
fa664cf7
Commit
fa664cf7
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Update plist format to 1.0
parent
63c50e53
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+34
-31
34 additions, 31 deletions
Makefile
with
34 additions
and
31 deletions
Makefile
+
34
−
31
View file @
fa664cf7
# $Id: Makefile,v 1.24
0
2002-11-1
0
1
8:16:11
geuzaine Exp $
# $Id: Makefile,v 1.24
1
2002-11-1
1
1
7:50:57
geuzaine Exp $
GMSH_MAJOR_VERSION
=
1
GMSH_MAJOR_VERSION
=
1
GMSH_MINOR_VERSION
=
35
GMSH_MINOR_VERSION
=
35
...
@@ -608,6 +608,7 @@ minizip:
...
@@ -608,6 +608,7 @@ minizip:
# Add doc/COPYING as soon as we are GPL'ed
# Add doc/COPYING as soon as we are GPL'ed
distrib
:
distrib
:
rm
-rf
gmsh-
$(
GMSH_RELEASE
)
mkdir
gmsh-
$(
GMSH_RELEASE
)
mkdir
gmsh-
$(
GMSH_RELEASE
)
strip
$(
GMSH_BIN_DIR
)
/gmsh
strip
$(
GMSH_BIN_DIR
)
/gmsh
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
...
@@ -622,7 +623,6 @@ distrib:
...
@@ -622,7 +623,6 @@ distrib:
tar
cvf gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar gmsh-
$(
GMSH_RELEASE
)
tar
cvf gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar gmsh-
$(
GMSH_RELEASE
)
gzip
gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar
gzip
gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar
mv
gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar.gz gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tgz
mv
gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tar.gz gmsh-
$(
GMSH_RELEASE
)
-
$(
GMSH_UNAME
)
.tgz
rm
-rf
gmsh-
$(
GMSH_RELEASE
)
distrib-win
:
distrib-win
:
strip
$(
GMSH_BIN_DIR
)
/gmsh.exe
strip
$(
GMSH_BIN_DIR
)
/gmsh.exe
...
@@ -646,38 +646,41 @@ distrib-win:
...
@@ -646,38 +646,41 @@ distrib-win:
rm
-rf
../gmsh-distrib/demos
rm
-rf
../gmsh-distrib/demos
distrib-mac
:
distrib-mac
:
rm
-rf
Gmsh.app
rm
-rf
gmsh-
$(
GMSH_RELEASE
)
mkdir
Gmsh.app
mkdir
gmsh-
$(
GMSH_RELEASE
)
mkdir
Gmsh.app/Contents
mkdir
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app
mkdir
Gmsh.app/Contents/Resources
mkdir
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents
mkdir
Gmsh.app/Contents/MacOS
mkdir
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/Resources
echo
"APPLGMSH"
>
Gmsh.app/Contents/PkgInfo
mkdir
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/MacOS
echo
"APPLGMSH"
>
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/PkgInfo
echo
-e
"<?xml version=
\"
1.0
\"
encoding=
\"
UTF-8
\"
?>
\n
"
\
echo
-e
"<?xml version=
\"
1.0
\"
encoding=
\"
UTF-8
\"
?>
\n
"
\
"<!DOCTYPE plist SYSTEM
\"
file://localhost/System/Library/DTDs/PropertyList.dtd
\"
>
\n
"
\
"<!DOCTYPE plist PUBLIC
\"
-//Apple Computer//DTD PLIST 1.0//EN
\"
"
\
"<plist version=
\"
0.9
\"
>
\n
"
\
"
\"
http://www.apple.com/DTDs/PropertyList-1.0.dtd
\"
>
\n
"
\
" <dict>
\n
"
\
"<plist version=
\"
1.0
\"
>
\n
"
\
" <key>CFBundleName</key><string>Gmsh</string>
\n
"
\
" <dict>
\n
"
\
" <key>CFBundleExecutable</key><string>Gmsh</string>
\n
"
\
" <key>CFBundleName</key><string>Gmsh</string>
\n
"
\
" <key>CFBundlePackageType</key><string>APPL</string>
\n
"
\
" <key>CFBundleExecutable</key><string>Gmsh</string>
\n
"
\
" <key>CFBundleVersion</key><string>
$(
GMSH_RELEASE
)
</string>
\n
"
\
" <key>CFBundlePackageType</key><string>APPL</string>
\n
"
\
" <key>CFBundleShortVersionString</key><string>
$(
GMSH_RELEASE
)
</string>
\n
"
\
" <key>CFBundleVersion</key><string>
$(
GMSH_RELEASE
)
</string>
\n
"
\
" <key>CFBundleIconFile</key><string>gmsh.icns</string>
\n
"
\
" <key>CFBundleShortVersionString</key><string>
$(
GMSH_RELEASE
)
</string>
\n
"
\
" <key>CFBundleSignature</key><string>GMSH</string>
\n
"
\
" <key>CFBundleIconFile</key><string>gmsh.icns</string>
\n
"
\
" <key>CFBundleGetInfoString</key><string>Gmsh
$(
GMSH_RELEASE
)
,"
\
" <key>CFBundleSignature</key><string>GMSH</string>
\n
"
\
"(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>
\n
"
\
" <key>CFBundleGetInfoString</key><string>Gmsh
$(
GMSH_RELEASE
)
,"
\
" <key>CFAppleHelpAnchor</key><string>tutorial/tutorial</string>
\n
"
\
"(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>
\n
"
\
" <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>
\n
"
\
" <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>
\n
"
\
" </dict>
\n
"
\
" <key>NSHelpFile</key><string>tutorial.html</string>
\n
"
\
"</plist>"
>
Gmsh.app/Contents/Info.plist
" </dict>
\n
"
\
"</plist>"
>
gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/Info.plist
strip
$(
GMSH_BIN_DIR
)
/gmsh
strip
$(
GMSH_BIN_DIR
)
/gmsh
cp
$(
GMSH_BIN_DIR
)
/gmsh Gmsh.app/Contents/MacOS/Gmsh
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/MacOS/Gmsh
cp
Fltk/MacIcons.icns Gmsh.app/Contents/Resources/gmsh.icns
cp
Fltk/MacIcons.icns gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/Resources/gmsh.icns
cp
tutorial/tutorial.html gmsh-
$(
GMSH_RELEASE
)
/Gmsh.app/Contents/Resources
cp
-R
doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1
\
cp
-R
doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1
\
tutorial demos
G
msh
.app/Contents/Resources
tutorial demos
g
msh
-
$(
GMSH_RELEASE
)
rm
-rf
G
msh
.app/Contents/Resources
/
*
/CVS
\
rm
-rf
g
msh
-
$(
GMSH_RELEASE
)
/
*
/CVS
\
G
msh
.app/Contents/Resources
/
*
/
*
~
\
g
msh
-
$(
GMSH_RELEASE
)
/
*
/
*
~
\
G
msh
.app/Contents/Resources
/
*
/
*
.msh
g
msh
-
$(
GMSH_RELEASE
)
/
*
/
*
.msh
tar
zcvf gmsh-
$(
GMSH_RELEASE
)
-MacOSX
.tgz
G
msh
.app
tar
zcvf gmsh-
$(
GMSH_RELEASE
)
-MacOSX
.tgz
g
msh
-
$(
GMSH_RELEASE
)
dem
:
dem
:
gtar zcvf gmsh-demos.tgz
$(
GMSH_DEMO_DIR
)
gtar zcvf gmsh-demos.tgz
$(
GMSH_DEMO_DIR
)
...
...
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