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

*** empty log message ***

parent 7a268aa1
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.89 2001-04-17 11:22:00 geuzaine Exp $ # $Id: Makefile,v 1.90 2001-04-17 11:49:00 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
...@@ -457,9 +457,6 @@ fltk_link_sun: ...@@ -457,9 +457,6 @@ fltk_link_sun:
fltk_link_hp: fltk_link_hp:
g++ -Wl,+s -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ g++ -Wl,+s -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
$(MESA_LIB) $(FLTK_LIB) -lm $(MESA_LIB) $(FLTK_LIB) -lm
fltk_link_ibm:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
fltk_linux: tag fltk_compile_little_endian fltk_link_mesa strip_bin compress_bin fltk_linux: tag fltk_compile_little_endian fltk_link_mesa strip_bin compress_bin
...@@ -472,7 +469,7 @@ fltk_sun: tag fltk_compile_big_endian fltk_link_sun strip_bin compress_bin ...@@ -472,7 +469,7 @@ fltk_sun: tag fltk_compile_big_endian fltk_link_sun strip_bin compress_bin
fltk_hp: tag fltk_compile_big_endian fltk_link_hp strip_bin compress_bin fltk_hp: tag fltk_compile_big_endian fltk_link_hp strip_bin compress_bin
fltk_ibm: tag fltk_compile_big_endian fltk_link_ibm strip_bin compress_bin fltk_ibm: tag fltk_compile_big_endian fltk_link_mesa strip_bin compress_bin
fltk_solaris_scorec : tag fltk_compile_solaris_scorec fltk_link_solaris_scorec strip_bin fltk_solaris_scorec : tag fltk_compile_solaris_scorec fltk_link_solaris_scorec strip_bin
......
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