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

fix irix bustage

parent 009d8963
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.196 2002-04-13 00:08:12 geuzaine Exp $ # $Id: Makefile,v 1.197 2002-04-13 04:01:09 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -481,11 +481,11 @@ compile-sgi: initialtag ...@@ -481,11 +481,11 @@ compile-sgi: initialtag
"OS_FLAGS=-mips3 -n32" \ "OS_FLAGS=-mips3 -n32" \
"VERSION_FLAGS=-D_FLTK" \ "VERSION_FLAGS=-D_FLTK" \
"GL_INCLUDE=" \ "GL_INCLUDE=" \
"GUI_INCLUDE=-I$(HOME)/SOURCES/fltk" \ "GUI_INCLUDE=-I$(HOME)/SOURCES/fltk-1.1" \
); done ); done
link-sgi: link-sgi:
CC -O2 -mips3 -n32 -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ CC -O2 -mips3 -n32 -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\
-L$(HOME)/SOURCES/fltk/lib $(FLTK_LIB) $(X11_LIB) $(OPENGL_LIB) -lm -L$(HOME)/SOURCES/fltk-1.1/lib -lfltk_gl -lfltk $(X11_LIB) $(OPENGL_LIB) -lm
sgi: compile-sgi link-sgi sgi: compile-sgi link-sgi
distrib-sgi: distrib-sgi:
make tag make tag
......
# $Id: Makefile,v 1.7 2001-12-16 05:16:37 remacle Exp $ # $Id: Makefile,v 1.8 2002-04-13 04:01:09 geuzaine Exp $
# #
# Makefile for "libParallel.a" # Makefile for "libParallel.a"
# #
...@@ -15,6 +15,7 @@ OS_FLAGS = ...@@ -15,6 +15,7 @@ OS_FLAGS =
VERSION_FLAGS = VERSION_FLAGS =
RMFLAGS = -f RMFLAGS = -f
CFLAGS = $(OPT_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE)
SRC = ParUtil.cpp SRC = ParUtil.cpp
......
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