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
bc2755bf
Commit
bc2755bf
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
strip only the distrib
parent
af35a8b9
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
-17
4 additions, 17 deletions
Makefile
with
4 additions
and
17 deletions
Makefile
+
4
−
17
View file @
bc2755bf
# $Id: Makefile,v 1.18
1
2002-01-19 01:
17:50
geuzaine Exp $
# $Id: Makefile,v 1.18
2
2002-01-19 01:
20:34
geuzaine Exp $
GMSH_MAJOR_VERSION
=
1
GMSH_MINOR_VERSION
=
33
...
...
@@ -162,7 +162,9 @@ src:
distrib
:
mkdir
gmsh-
$(
GMSH_RELEASE
)
strip
$(
GMSH_BIN_DIR
)
/gmsh
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
cp
$(
GMSH_BIN_DIR
)
/gmsh-batch gmsh-
$(
GMSH_RELEASE
)
cp
doc/gmsh.1 doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS gmsh-
$(
GMSH_RELEASE
)
cp
-R
tutorial gmsh-
$(
GMSH_RELEASE
)
...
...
@@ -176,6 +178,7 @@ distrib:
rm
-rf
gmsh-
$(
GMSH_RELEASE
)
distrib-win
:
strip
$(
GMSH_BIN_DIR
)
/gmsh.exe
cp
$(
GMSH_BIN_DIR
)
/gmsh.exe ../gmsh-distrib
cp
doc/README.txt ../gmsh-distrib
cp
doc/FORMATS ../gmsh-distrib/FORMATS.txt
...
...
@@ -195,9 +198,6 @@ distrib-win:
rm
-rf
../gmsh-distrib/tutorial
rm
-rf
../gmsh-distrib/demos
strip-bin
:
strip
$(
GMSH_BIN_DIR
)
/gmsh
dem
:
gtar zcvf gmsh-demos.tgz
$(
GMSH_DEMO_DIR
)
gtar zcvf gmsh-tutorial.tgz
$(
GMSH_TUTORIAL_DIR
)
...
...
@@ -338,10 +338,8 @@ distrib-linux-gcc-2.95:
"GUI_INCLUDE="
\
)
;
done
$(
HOME
)
/gcc-2.95.3/bin/g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
-ldl
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make linux-gcc-2.95
make strip-bin
make distrib
rpm
:
src
mv
$(
GMSH_SRCRPM
)
.tar.gz /usr/src/redhat/SOURCES
...
...
@@ -398,10 +396,8 @@ distrib-dec:
"GUI_INCLUDE="
\
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make dec
make strip-bin
make distrib
#
# HP-UX
...
...
@@ -434,10 +430,8 @@ distrib-hp:
"GUI_INCLUDE="
\
)
;
done
g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make hp
make strip-bin
make distrib
#
# IBM AIX
...
...
@@ -469,10 +463,8 @@ distrib-ibm:
"GUI_INCLUDE="
\
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make ibm
make strip-bin
make distrib
#
# SGI Irix
...
...
@@ -508,10 +500,8 @@ distrib-sgi:
"GUI_INCLUDE="
\
)
;
done
CC
-O2
-mips3
-n32
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make sgi
make strip-bin
make distrib
#
# Mingw
...
...
@@ -554,7 +544,6 @@ distrib-cygwin:
make tag
make clean
make cygwin
strip
$(
GMSH_BIN_DIR
)
/gmsh.exe
make distrib-win
#
# Cygwin with fltk 1.1
...
...
@@ -644,10 +633,8 @@ distrib-sun:
"GUI_INCLUDE="
\
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make sun
make strip-bin
make distrib
#
# Solaris SCOREC
...
...
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