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
2ff418c8
Commit
2ff418c8
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
strip after copying
parent
2b7c88cc
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
+4
-4
4 additions, 4 deletions
Makefile
with
4 additions
and
4 deletions
Makefile
+
4
−
4
View file @
2ff418c8
# $Id: Makefile,v 1.3
49
2004-06-
08 02:10:32
geuzaine Exp $
# $Id: Makefile,v 1.3
50
2004-06-
12 22:01:44
geuzaine Exp $
#
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -160,8 +160,8 @@ source-commercial: source-common
...
@@ -160,8 +160,8 @@ source-commercial: source-common
package-unix
:
package-unix
:
rm
-rf
gmsh-
${
GMSH_VERSION
}
rm
-rf
gmsh-
${
GMSH_VERSION
}
mkdir
gmsh-
${
GMSH_VERSION
}
mkdir
gmsh-
${
GMSH_VERSION
}
strip bin/gmsh
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
strip gmsh-
${
GMSH_VERSION
}
/gmsh
cp
doc/gmsh.1 doc/LICENSE doc/VERSIONS doc/FAQ doc/CREDITS gmsh-
${
GMSH_VERSION
}
cp
doc/gmsh.1 doc/LICENSE doc/VERSIONS doc/FAQ doc/CREDITS gmsh-
${
GMSH_VERSION
}
cp
-R
tutorial gmsh-
${
GMSH_VERSION
}
cp
-R
tutorial gmsh-
${
GMSH_VERSION
}
cp
-R
demos gmsh-
${
GMSH_VERSION
}
cp
-R
demos gmsh-
${
GMSH_VERSION
}
...
@@ -175,9 +175,9 @@ package-unix:
...
@@ -175,9 +175,9 @@ package-unix:
package-win
:
package-win
:
rm
-rf
gmsh-
${
GMSH_VERSION
}
rm
-rf
gmsh-
${
GMSH_VERSION
}
mkdir
gmsh-
${
GMSH_VERSION
}
mkdir
gmsh-
${
GMSH_VERSION
}
strip bin/gmsh.exe
cp
/usr/bin/cygwin1.dll gmsh-
${
GMSH_VERSION
}
cp
/usr/bin/cygwin1.dll gmsh-
${
GMSH_VERSION
}
cp
bin/gmsh.exe gmsh-
${
GMSH_VERSION
}
cp
bin/gmsh.exe gmsh-
${
GMSH_VERSION
}
strip gmsh-
${
GMSH_VERSION
}
/gmsh.exe
cp
doc/README.win32 gmsh-
${
GMSH_VERSION
}
/README.txt
cp
doc/README.win32 gmsh-
${
GMSH_VERSION
}
/README.txt
cp
doc/VERSIONS gmsh-
${
GMSH_VERSION
}
/VERSIONS.txt
cp
doc/VERSIONS gmsh-
${
GMSH_VERSION
}
/VERSIONS.txt
cp
doc/FAQ gmsh-
${
GMSH_VERSION
}
/FAQ.txt
cp
doc/FAQ gmsh-
${
GMSH_VERSION
}
/FAQ.txt
...
@@ -243,8 +243,8 @@ package-mac:
...
@@ -243,8 +243,8 @@ package-mac:
" </array>
\n
"
\
" </array>
\n
"
\
" </dict>
\n
"
\
" </dict>
\n
"
\
"</plist>"
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Info.plist
"</plist>"
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Info.plist
strip bin/gmsh
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
strip gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
cp
Fltk/MacIcons.icns gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources/gmsh.icns
cp
Fltk/MacIcons.icns gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources/gmsh.icns
cp
-R
doc/gmsh.1 tutorial demos gmsh-
${
GMSH_VERSION
}
cp
-R
doc/gmsh.1 tutorial demos gmsh-
${
GMSH_VERSION
}
cp
doc/VERSIONS gmsh-
${
GMSH_VERSION
}
/VERSIONS.txt
cp
doc/VERSIONS gmsh-
${
GMSH_VERSION
}
/VERSIONS.txt
...
...
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