Squashed commit of the following:
[mesa.git] / configs / osf1-static
1 # Configuration for OSF/1
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = osf1
6
7 # Compiler and flags
8 CC = cc
9 CXX = cxx
10 CFLAGS = -O2 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT
11 CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT
12 MKLIB_OPTIONS = -static
13
14 GL_LIB_DEPS =
15 GLU_LIB_DEPS =
16 APP_LIB_DEPS = -noso -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -so_archive -lX11 -lXext -lXmu -lXi -lpthread -lm -lcxx