From 5417f377560f2ccdc018507832978679fb93765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 11 Jul 2011 20:44:43 +0100 Subject: Add enough of the autoconf/gmake build infrastructure to build glut. --- configs/irix6-64 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/irix6-64 (limited to 'configs/irix6-64') diff --git a/configs/irix6-64 b/configs/irix6-64 new file mode 100644 index 0000000..aae6d78 --- /dev/null +++ b/configs/irix6-64 @@ -0,0 +1,17 @@ +# Configuration for IRIX 6.x, make n64 DSOs + +include $(TOP)/configs/default + +CONFIG_NAME = irix6-64 + +# Compiler and flags +CC = cc +CXX = CC +CFLAGS = -64 -O3 -ansi -woff 1068,1069,1174,1185,1209,1474,1552 -DUSE_XSHM -DPTHREADS +CXXFLAGS = -64 -O3 -ansi -woff 1174 -DPTHREADS + +GLW_SOURCES = GLwDrawA.c GLwMDrawA.c + +LIB_DIR = lib64 + +APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -64 -rpath $(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lpthread -lm -- cgit v1.2.1