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
4bdf85f9
Commit
4bdf85f9
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
3d395e01
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+14
-13
14 additions, 13 deletions
Makefile
utils/gmsh.spec
+1
-1
1 addition, 1 deletion
utils/gmsh.spec
with
15 additions
and
14 deletions
Makefile
+
14
−
13
View file @
4bdf85f9
# $Id: Makefile,v 1.17
3
2001-12-05 09:
24:39
geuzaine Exp $
# $Id: Makefile,v 1.17
4
2001-12-05 09:
33:53
geuzaine Exp $
GMSH_MAJOR_VERSION
=
1
GMSH_MAJOR_VERSION
=
1
GMSH_MINOR_VERSION
=
32
GMSH_MINOR_VERSION
=
32
...
@@ -163,6 +163,7 @@ src:
...
@@ -163,6 +163,7 @@ src:
distrib
:
distrib
:
mkdir
gmsh-
$(
GMSH_RELEASE
)
mkdir
gmsh-
$(
GMSH_RELEASE
)
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
cp
$(
GMSH_BIN_DIR
)
/gmsh gmsh-
$(
GMSH_RELEASE
)
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
doc/gmsh.1 doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS gmsh-
$(
GMSH_RELEASE
)
cp
-R
tutorial gmsh-
$(
GMSH_RELEASE
)
cp
-R
tutorial gmsh-
$(
GMSH_RELEASE
)
cp
-R
demos gmsh-
$(
GMSH_RELEASE
)
cp
-R
demos gmsh-
$(
GMSH_RELEASE
)
...
@@ -325,8 +326,6 @@ link-linux-gcc-2.95:
...
@@ -325,8 +326,6 @@ link-linux-gcc-2.95:
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
-L
/usr/X11R6/lib
$(
X11_LIB
)
-lm
-ldl
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
-L
/usr/X11R6/lib
$(
X11_LIB
)
-lm
-ldl
linux-gcc-2.95
:
tag compile-linux-gcc-2.95 link-linux-gcc-2.95 strip-bin
linux-gcc-2.95
:
tag compile-linux-gcc-2.95 link-linux-gcc-2.95 strip-bin
linux-gcc-2.95-distrib
:
linux-gcc-2.95-distrib
:
make clean
make linux-gcc-2.95
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=
$(
HOME
)
/gcc-2.95.3/bin/g++"
\
"CXX=
$(
HOME
)
/gcc-2.95.3/bin/g++"
\
...
@@ -339,6 +338,8 @@ linux-gcc-2.95-distrib:
...
@@ -339,6 +338,8 @@ linux-gcc-2.95-distrib:
)
;
done
)
;
done
$(
HOME
)
/gcc-2.95.3/bin/g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
-ldl
$(
HOME
)
/gcc-2.95.3/bin/g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
-ldl
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make linux-gcc-2.95
make distrib
make distrib
rpm
:
src
rpm
:
src
mv
$(
GMSH_SRCRPM
)
.tar.gz /usr/src/redhat/SOURCES
mv
$(
GMSH_SRCRPM
)
.tar.gz /usr/src/redhat/SOURCES
...
@@ -383,8 +384,6 @@ link-dec:
...
@@ -383,8 +384,6 @@ link-dec:
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
dec
:
tag compile-dec link-dec strip-bin
dec
:
tag compile-dec link-dec strip-bin
dec-distrib
:
dec-distrib
:
make clean
make dec
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=
$(
CXX
)
"
\
"CXX=
$(
CXX
)
"
\
...
@@ -397,6 +396,8 @@ dec-distrib:
...
@@ -397,6 +396,8 @@ dec-distrib:
)
;
done
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make dec
make distrib
make distrib
#
#
# HP-UX
# HP-UX
...
@@ -417,8 +418,6 @@ link-hp:
...
@@ -417,8 +418,6 @@ link-hp:
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
hp
:
tag compile-hp link-hp strip-bin
hp
:
tag compile-hp link-hp strip-bin
hp-distrib
:
hp-distrib
:
make clean
make hp
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=g++"
\
"CXX=g++"
\
...
@@ -431,6 +430,8 @@ hp-distrib:
...
@@ -431,6 +430,8 @@ hp-distrib:
)
;
done
)
;
done
g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
g++
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make hp
make distrib
make distrib
#
#
# IBM Aix
# IBM Aix
...
@@ -450,8 +451,6 @@ link-ibm:
...
@@ -450,8 +451,6 @@ link-ibm:
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
-lm
ibm
:
tag compile-ibm link-ibm strip-bin
ibm
:
tag compile-ibm link-ibm strip-bin
ibm-distrib
:
ibm-distrib
:
make clean
make ibm
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=
$(
CXX
)
"
\
"CXX=
$(
CXX
)
"
\
...
@@ -464,6 +463,8 @@ ibm-distrib:
...
@@ -464,6 +463,8 @@ ibm-distrib:
)
;
done
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
$(
GMSH_BOX_LIB
)
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make ibm
make distrib
make distrib
#
#
# SGI Irix
# SGI Irix
...
@@ -485,8 +486,6 @@ link-sgi:
...
@@ -485,8 +486,6 @@ link-sgi:
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
$(
OPENGL_LIB
)
-lm
-L
$(
HOME
)
/SOURCES/fltk/lib
$(
FLTK_LIB
)
$(
X11_LIB
)
$(
OPENGL_LIB
)
-lm
sgi
:
tag compile-sgi link-sgi strip-bin
sgi
:
tag compile-sgi link-sgi strip-bin
sgi-distrib
:
sgi-distrib
:
make clean
make sgi
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=CC"
\
"CXX=CC"
\
...
@@ -501,6 +500,8 @@ sgi-distrib:
...
@@ -501,6 +500,8 @@ sgi-distrib:
)
;
done
)
;
done
CC
-O2
-mips3
-n32
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
-lm
CC
-O2
-mips3
-n32
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make sgi
make distrib
make distrib
#
#
# Mingw
# Mingw
...
@@ -619,8 +620,6 @@ link-sun:
...
@@ -619,8 +620,6 @@ link-sun:
$(
X11_LIB
)
-lXext
-lsocket
-lnsl
-ldl
-lm
$(
X11_LIB
)
-lXext
-lsocket
-lnsl
-ldl
-lm
sun
:
tag compile-sun link-sun strip-bin
sun
:
tag compile-sun link-sun strip-bin
sun-distrib
:
sun-distrib
:
make clean
make sun
make clean
make clean
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
@
for
i
in
$(
GMSH_BOX_DIR
);
do
(
cd
$$
i
&&
$(
MAKE
)
\
"CXX=
$(
CXX
)
"
\
"CXX=
$(
CXX
)
"
\
...
@@ -633,6 +632,8 @@ sun-distrib:
...
@@ -633,6 +632,8 @@ sun-distrib:
)
;
done
)
;
done
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
-lm
$(
CXX
)
-o
$(
GMSH_BIN_DIR
)
/gmsh-batch
-lm
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
strip
$(
GMSH_BIN_DIR
)
/gmsh-batch
make clean
make sun
make distrib
make distrib
#
#
# Solaris SCOREC
# Solaris SCOREC
...
...
This diff is collapsed.
Click to expand it.
utils/gmsh.spec
+
1
−
1
View file @
4bdf85f9
...
@@ -29,7 +29,7 @@ and/or post-processor.
...
@@ -29,7 +29,7 @@ and/or post-processor.
%setup -c -q
%setup -c -q
%build
%build
make linux
_
gcc-2.95-distrib
make linux
-
gcc-2.95-distrib
make utilities
make utilities
rm -rf CVS */CVS */*/CVS
rm -rf CVS */CVS */*/CVS
...
...
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