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
0cebd9d5
Commit
0cebd9d5
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
parent
8caeffc8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Fltk/Makefile
+2
-2
2 additions, 2 deletions
Fltk/Makefile
Graphics/Makefile
+2
-2
2 additions, 2 deletions
Graphics/Makefile
README
+5
-1
5 additions, 1 deletion
README
utils/Makefile
+5
-5
5 additions, 5 deletions
utils/Makefile
with
14 additions
and
10 deletions
Fltk/Makefile
+
2
−
2
View file @
0cebd9d5
# $Id: Makefile,v 1.3
5
2002-05-18
16:31:16
geuzaine Exp $
# $Id: Makefile,v 1.3
6
2002-05-18
21:08:22
geuzaine Exp $
#
#
# Makefile for "libGmshFltk.a"
# Makefile for "libGmshFltk.a"
#
#
...
@@ -12,7 +12,7 @@ LIB = ../lib/libGmshFltk.a
...
@@ -12,7 +12,7 @@ LIB = ../lib/libGmshFltk.a
INCLUDE
=
-I
../Common
-I
../DataStr
-I
../Graphics
-I
../Geo
\
INCLUDE
=
-I
../Common
-I
../DataStr
-I
../Graphics
-I
../Geo
\
-I
../Mesh
-I
../Numeric
-I
../Parser
-I
../Fltk
-I
../Plugin
-I
../utils
-I
../Mesh
-I
../Numeric
-I
../Parser
-I
../Fltk
-I
../Plugin
-I
../utils
OPT_FLAGS
=
-g
-Wall
OPT_FLAGS
=
OS_FLAGS
=
-D_LITTLE_ENDIAN
OS_FLAGS
=
-D_LITTLE_ENDIAN
VERSION_FLAGS
=
-D_FLTK
VERSION_FLAGS
=
-D_FLTK
...
...
This diff is collapsed.
Click to expand it.
Graphics/Makefile
+
2
−
2
View file @
0cebd9d5
# $Id: Makefile,v 1.
39
2002-05-18
16:31:16
geuzaine Exp $
# $Id: Makefile,v 1.
40
2002-05-18
21:08:22
geuzaine Exp $
#
#
# Makefile for "libGmshGraphics.a"
# Makefile for "libGmshGraphics.a"
#
#
...
@@ -14,7 +14,7 @@ INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
...
@@ -14,7 +14,7 @@ INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
OPT_FLAGS
=
OPT_FLAGS
=
OS_FLAGS
=
-D_LITTLE_ENDIAN
OS_FLAGS
=
-D_LITTLE_ENDIAN
VERSION_FLAGS
=
VERSION_FLAGS
=
-D_FLTK
RMFLAGS
=
-f
RMFLAGS
=
-f
CFLAGS
=
$(
OPT_FLAGS
)
$(
OS_FLAGS
)
$(
VERSION_FLAGS
)
$(
INCLUDE
)
\
CFLAGS
=
$(
OPT_FLAGS
)
$(
OS_FLAGS
)
$(
VERSION_FLAGS
)
$(
INCLUDE
)
\
...
...
This diff is collapsed.
Click to expand it.
README
+
5
−
1
View file @
0cebd9d5
...
@@ -2,7 +2,11 @@ This is Gmsh, an automatic three-dimensional finite element mesh
...
@@ -2,7 +2,11 @@ This is Gmsh, an automatic three-dimensional finite element mesh
generator, primarily Delaunay, with built-in pre- and post-processing
generator, primarily Delaunay, with built-in pre- and post-processing
facilities.
facilities.
Gmsh is free software. See the file COPYING for copying permission.
Gmsh is free software. See the file COPYING for copying
permission. Parts of Gmsh are distributed with additional license
requirements. Check individual files for more information. Most
notably, if you incorporate the Triangle/ library, Gmsh can only be
redistributed if no compensation is received.
Type 'make' to build Gmsh. This requires FLTK version 1.1.x to be
Type 'make' to build Gmsh. This requires FLTK version 1.1.x to be
installed in $(HOME)/SOURCES/fltk-1.1
installed in $(HOME)/SOURCES/fltk-1.1
...
...
This diff is collapsed.
Click to expand it.
utils/Makefile
+
5
−
5
View file @
0cebd9d5
# $Id: Makefile,v 1.
7
2002-0
1-25 17
:0
9
:2
1
geuzaine Exp $
# $Id: Makefile,v 1.
8
2002-0
5-18 21
:0
8
:2
2
geuzaine Exp $
CXX
=
c++
CXX
=
c++
OPT_FLAGS
=
-g
OPT_FLAGS
=
-g
RM
=
rm
RM
=
rm
RMFLAGS
=
-f
RMFLAGS
=
-f
dxf2geo
:
dxf2geo.c message.c
dxf2geo
:
dxf2geo.c message.c
$(
CXX
)
$(
OPT_FLAGS
)
-o
../bin/dxf2geo
-I
../DataStr
\
$(
CXX
)
$(
OPT_FLAGS
)
-o
../bin/dxf2geo
-I
../DataStr
\
...
...
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