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

*** empty log message ***

parent ca8e2424
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.76 2001-03-06 16:40:18 geuzaine Exp $ # $Id: Makefile,v 1.77 2001-03-06 16:42:12 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
...@@ -434,6 +434,9 @@ fltk_link_sgi: ...@@ -434,6 +434,9 @@ fltk_link_sgi:
fltk_link_sun: fltk_link_sun:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lXext -lsocket -lnsl -lm $(FLTK_LIB) -lXext -lsocket -lnsl -lm
fltk_link_hp:
g++ -Wl,+s -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
$(MESA_LIB) $(FLTK_LIB) -lm
fltk_link_mesa_2952: fltk_link_mesa_2952:
$(HOME)/gcc-2.95.2/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(HOME)/gcc-2.95.2/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lm -ldl $(FLTK_LIB) -lm -ldl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment