Skip to content
Snippets Groups Projects
Commit 0cebd9d5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

small fixes

parent 8caeffc8
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.35 2002-05-18 16:31:16 geuzaine Exp $ # $Id: Makefile,v 1.36 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
......
# $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)\
......
...@@ -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
......
# $Id: Makefile,v 1.7 2002-01-25 17:09:21 geuzaine Exp $ # $Id: Makefile,v 1.8 2002-05-18 21:08:22 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\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment