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
ed070f5f
Commit
ed070f5f
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
add "-cvs" extra tag for non-released versions
parent
4a517d67
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
+16
-10
16 additions, 10 deletions
Makefile
with
16 additions
and
10 deletions
Makefile
+
16
−
10
View file @
ed070f5f
# $Id: Makefile,v 1.33
1
2004-04-15 0
2:13:22
geuzaine Exp $
# $Id: Makefile,v 1.33
2
2004-04-15 0
3:04:48
geuzaine Exp $
#
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -24,7 +24,7 @@ include variables
...
@@ -24,7 +24,7 @@ include variables
GMSH_MAJOR_VERSION
=
1
GMSH_MAJOR_VERSION
=
1
GMSH_MINOR_VERSION
=
51
GMSH_MINOR_VERSION
=
51
GMSH_PATCH_VERSION
=
5
GMSH_PATCH_VERSION
=
5
GMSH_EXTRA_VERSION
=
GMSH_EXTRA_VERSION
=
"-cvs"
GMSH_VERSION
=
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
.
${
GMSH_PATCH_VERSION
}${
GMSH_EXTRA_VERSION
}
GMSH_VERSION
=
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
.
${
GMSH_PATCH_VERSION
}${
GMSH_EXTRA_VERSION
}
...
@@ -74,7 +74,7 @@ source-common:
...
@@ -74,7 +74,7 @@ source-common:
source
:
source-common
source
:
source-common
cd
gmsh-
${
GMSH_VERSION
}
&&
rm
-rf
CVS
*
/CVS
*
/
*
/CVS
*
/.globalrc
${
GMSH_VERSION_FILE
}
\
cd
gmsh-
${
GMSH_VERSION
}
&&
rm
-rf
CVS
*
/CVS
*
/
*
/CVS
*
/.globalrc
${
GMSH_VERSION_FILE
}
\
NR Triangle/triangle.
*
utils/commercial
NR Triangle/triangle.
*
utils/commercial
tar
zcvf gmsh-
${
GMSH_VERSION
}
-source
.tgz gmsh-
${
GMSH_VERSION
}
tar
zcvf gmsh-
${
GMSH_VERSION
}
-source
.tgz gmsh-
${
GMSH_VERSION
}
source-nightly
:
source-nightly
:
...
@@ -86,8 +86,8 @@ source-nightly:
...
@@ -86,8 +86,8 @@ source-nightly:
source-commercial
:
source-common
source-commercial
:
source-common
cd
gmsh-
${
GMSH_VERSION
}
&&
rm
-rf
CVS
*
/CVS
*
/
*
/CVS
*
/.globalrc
${
GMSH_VERSION_FILE
}
\
cd
gmsh-
${
GMSH_VERSION
}
&&
rm
-rf
CVS
*
/CVS
*
/
*
/CVS
*
/.globalrc
${
GMSH_VERSION_FILE
}
\
Triangle/triangle.
*
TODO
*
.spec doc/gmsh.html doc/FAQ doc/README.cvs
\
Triangle/triangle.
*
TODO
*
.spec doc/gmsh.html doc/FAQ doc/README.cvs
\
utils/commercial
utils/commercial
cp
-f
utils/commercial/README gmsh-
${
GMSH_VERSION
}
/README
cp
-f
utils/commercial/README gmsh-
${
GMSH_VERSION
}
/README
cp
-f
utils/commercial/LICENSE gmsh-
${
GMSH_VERSION
}
/doc/LICENSE
cp
-f
utils/commercial/LICENSE gmsh-
${
GMSH_VERSION
}
/doc/LICENSE
cp
-f
utils/commercial/License.cpp gmsh-
${
GMSH_VERSION
}
/Common/License.cpp
cp
-f
utils/commercial/License.cpp gmsh-
${
GMSH_VERSION
}
/Common/License.cpp
...
@@ -168,22 +168,28 @@ tgz:
...
@@ -168,22 +168,28 @@ tgz:
minizip
:
minizip
:
tar
jcvf gmsh-
`
date
"+%Y.%m.%d"
`
.tar.bz2
\
tar
jcvf gmsh-
`
date
"+%Y.%m.%d"
`
.tar.bz2
\
`
ls
Makefile
*
/Makefile
*
/
*
.[chyl]
*
/
*
.[ch]pp
*
/
*
.rc
*
/
*
.res
*
/
*
.ico
`
`
ls
Makefile
*
/Makefile
*
/
*
.[chyl]
*
/
*
.[ch]pp
*
/
*
.rc
*
/
*
.res
*
/
*
.ico
`
distrib-msg
:
distrib-pre
:
mv
-f
Makefile Makefile.distrib
sed
-e
"s/^GMSH_EXTRA_VERSION.*/GMSH_EXTRA_VERSION =/g"
\
Makefile.distrib
>
Makefile
distrib-post
:
mv
-f
Makefile.distrib Makefile
@
echo
"********************************************************************"
@
echo
"********************************************************************"
@
echo
"Remember to change -ljpeg, etc. to /usr/lib/libjpeg.a, etc. in"
@
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
"./variables and relink if the list below contains non-standard"
@
echo
"dynamic libs and you want to distribute a portable binary:"
@
echo
"dynamic libs and you want to distribute a portable binary:"
@
echo
"********************************************************************"
@
echo
"********************************************************************"
distrib-unix
:
clean all package-unix distrib-
msg
distrib-unix
:
clean
distrib-pre
all package-unix distrib-
post
ldd bin/gmsh
ldd bin/gmsh
distrib-win
:
clean all package-win distrib-
msg
distrib-win
:
clean
distrib-pre
all package-win distrib-
post
objdump
-p
bin/gmsh.exe |
grep
DLL
objdump
-p
bin/gmsh.exe |
grep
DLL
distrib-mac
:
clean all package-mac distrib-
msg
distrib-mac
:
clean
distrib-pre
all package-mac distrib-
post
${
POSTBUILD
}
${
POSTBUILD
}
otool
-L
bin/gmsh
otool
-L
bin/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