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

added fltk_dec

parent 655e3315
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.60 2001-02-17 22:08:40 geuzaine Exp $ # $Id: Makefile,v 1.61 2001-02-19 13:08:41 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
...@@ -406,6 +406,9 @@ fltk_link_linux_scorec: ...@@ -406,6 +406,9 @@ fltk_link_linux_scorec:
fltk_link_mesa: fltk_link_mesa:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lm $(FLTK_LIB) -lm
fltk_link_opengl:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(OPENGL_LIB) \
$(FLTK_LIB) -lm
fltk_link_sgi: fltk_link_sgi:
CC -O2 -n32 -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ CC -O2 -n32 -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
...@@ -420,6 +423,8 @@ fltk_linux: tag fltk_compile_little_endian fltk_link_mesa strip_bin compress_bin ...@@ -420,6 +423,8 @@ fltk_linux: tag fltk_compile_little_endian fltk_link_mesa strip_bin compress_bin
fltk_linux_2952: tag fltk_compile_little_endian_2952 fltk_link_mesa_2952 strip_bin compress_bin fltk_linux_2952: tag fltk_compile_little_endian_2952 fltk_link_mesa_2952 strip_bin compress_bin
fltk_dec: tag fltk_compile_little_endian fltk_link_opengl 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
fltk_linux_scorec : tag fltk_compile_linux_scorec fltk_link_linux_scorec strip_bin fltk_linux_scorec : tag fltk_compile_linux_scorec fltk_link_linux_scorec strip_bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment