From 0cebd9d5b32eed42f6c6dec8cc8b6c71863059b7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 18 May 2002 21:08:22 +0000
Subject: [PATCH] small fixes

---
 Fltk/Makefile     |  4 ++--
 Graphics/Makefile |  4 ++--
 README            |  6 +++++-
 utils/Makefile    | 10 +++++-----
 4 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/Fltk/Makefile b/Fltk/Makefile
index 1cf96875bc..2610c2875d 100644
--- a/Fltk/Makefile
+++ b/Fltk/Makefile
@@ -1,4 +1,4 @@
-# $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"
 #
@@ -12,7 +12,7 @@ LIB     = ../lib/libGmshFltk.a
 INCLUDE = -I../Common -I../DataStr -I../Graphics -I../Geo\
           -I../Mesh -I../Numeric -I../Parser -I../Fltk -I../Plugin -I../utils
 
-OPT_FLAGS     = -g -Wall
+OPT_FLAGS     =
 OS_FLAGS      = -D_LITTLE_ENDIAN
 VERSION_FLAGS = -D_FLTK
 
diff --git a/Graphics/Makefile b/Graphics/Makefile
index 8597002548..7c67a16963 100644
--- a/Graphics/Makefile
+++ b/Graphics/Makefile
@@ -1,4 +1,4 @@
-# $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"
 #
@@ -14,7 +14,7 @@ INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
 
 OPT_FLAGS     =
 OS_FLAGS      = -D_LITTLE_ENDIAN
-VERSION_FLAGS = 
+VERSION_FLAGS = -D_FLTK
 
 RMFLAGS = -f
 CFLAGS  = $(OPT_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE)\
diff --git a/README b/README
index e191a2a661..12d37bc443 100644
--- a/README
+++ b/README
@@ -2,7 +2,11 @@ This is Gmsh, an automatic three-dimensional finite element mesh
 generator, primarily Delaunay, with built-in pre- and post-processing
 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
 installed in $(HOME)/SOURCES/fltk-1.1
diff --git a/utils/Makefile b/utils/Makefile
index 5c6407dd1d..8ea9521119 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,10 +1,10 @@
-# $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++
-OPT_FLAGS  = -g
+CXX       = c++
+OPT_FLAGS = -g
 
-RM       = rm
-RMFLAGS  = -f
+RM      = rm
+RMFLAGS = -f
 
 dxf2geo: dxf2geo.c message.c 
 	$(CXX) $(OPT_FLAGS) -o ../bin/dxf2geo -I../DataStr\
-- 
GitLab