From f4602311618ecf830b7e57fe8da84569ffb06812 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 12 May 2004 18:36:21 +0000 Subject: [PATCH] don't include matheval in commercial releases --- Makefile | 4 ++-- MathEval/README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e9f20f90c9..150b75791a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.343 2004-05-12 04:31:21 geuzaine Exp $ +# $Id: Makefile,v 1.344 2004-05-12 18:36:21 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -142,7 +142,7 @@ source: source-common source-commercial: source-common cd gmsh-${GMSH_VERSION} && rm -rf CVS */CVS */*/CVS */*/*/CVS */.globalrc\ - Triangle/triangle.* MathEval/*.{c,h} TODO *.spec doc/gmsh.html doc/FAQ\ + MathEval Triangle/triangle.* TODO *.spec doc/gmsh.html doc/FAQ\ doc/README.cvs utils/commercial ${GMSH_VERSION_FILE} cp -f utils/commercial/README gmsh-${GMSH_VERSION}/README cp -f utils/commercial/LICENSE gmsh-${GMSH_VERSION}/doc/LICENSE diff --git a/MathEval/README b/MathEval/README index e06a401d7f..721ce8f768 100644 --- a/MathEval/README +++ b/MathEval/README @@ -1,5 +1,5 @@ -This directory contains a modified version of GNU libmatheval +This directory contains a modified version of GNU libmatheval. Copyright (C) 1999, 2002, 2003 Aleksandar B. Samardzic @@ -15,7 +15,7 @@ of a mathematical function over single or multiple variables. This tree can be used later to evaluate a function for specified variable values, to create a corresponding tree for the function derivative over a specified variable, or to write a textual tree representation to a -specified string. The library exposes C and Fortran 77 interfaces. +specified string. BUGS -- GitLab