From 634e659491ff3857d3ea0d16e972d9f54c142175 Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Wed, 17 Jan 2001 21:49:25 +0000 Subject: [PATCH] get rid of SMS.cpp that does not work yet --- Makefile | 6 +++--- Mesh/Makefile | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9caf08ca01..7862ad9cc4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.40 2001-01-17 21:26:24 remacle Exp $ +# $Id: Makefile,v 1.41 2001-01-17 21:49:25 remacle Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -24,8 +24,8 @@ OPENGL_MOTIF_LIB = -lGLw MESA_STATIC_LIB = $(HOME)/SOURCES/Mesa-static/lib/libGLU.a\ $(HOME)/SOURCES/Mesa-static/lib/libGL.a MESA_MOTIF_STATIC_LIB = $(HOME)/SOURCES/Mesa-static/lib/libGLw.a -# XMOTIF_LIB = /usr/local/lib/libXm.so.2 -L/usr/X11R6/lib -lXt -lX11 -lXext - XMOTIF_LIB = -L/usr/local/lib -L/usr/X11R6/LessTif/Motif1.2/lib -lXm\ + XMOTIF_LIB = /usr/local/lib/libXm.so.2 -L/usr/X11R6/lib -lXt -lX11 -lXext +# XMOTIF_LIB = -L/usr/local/lib -L/usr/X11R6/LessTif/Motif1.2/lib -lXm\ -L/usr/X11R6/lib -lXt -lX11 -lXext FLTK_LIB = -L$(HOME)/SOURCES/fltk/lib -lfltk\ -L/usr/X11R6/lib -lXext -lX11 diff --git a/Mesh/Makefile b/Mesh/Makefile index b057b13c7f..2fdc8dab30 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 2001-01-17 21:26:24 remacle Exp $ +# $Id: Makefile,v 1.12 2001-01-17 21:49:25 remacle Exp $ # # Makefile for "libMesh.a" # @@ -48,7 +48,6 @@ SRC = 1D_Mesh.cpp \ Generator.cpp \ Print_Mesh.cpp \ Read_Mesh.cpp \ - SMS.cpp \ STL.cpp \ SwapEdge.cpp \ Numeric.cpp \ -- GitLab