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

efence

parent 8c1dc924
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.107 2001-07-26 21:26:34 geuzaine Exp $
# $Id: Makefile,v 1.108 2001-07-29 09:41:37 geuzaine Exp $
# ----------------------------------------------------------------------
# Makefile for Gmsh
# ----------------------------------------------------------------------
......@@ -81,7 +81,7 @@ FLTK_LIB_SOLARIS_SCOREC = /users/develop/develop/visual/fltk/1.0/lib/sun4_5/libf
GMSH_UNAME = `uname`
# ----------------------------------------------------------------------
# Rules for developpers
# Rules for developers
# ----------------------------------------------------------------------
default: initialtag
......@@ -120,6 +120,10 @@ gmsh:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lm
efence:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lefence -lm
gmshm:
$(CC) -o $(GMSH_BIN_DIR)/gmshm $(GMSH_FLTK_LIB) $(MESA_STATIC_LIB) \
$(FLTK_LIB) -lm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment