You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- # Configuration for SunOS 5
-
- include $(TOP)/configs/default
-
- CONFIG_NAME = sunos5
-
- # Compiler and flags
- CC = cc
- CXX = c++
- CFLAGS = -KPIC -Xa -O -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM
- CXXFLAGS = -KPIC -Xa -O -I/usr/openwin/include -I/usr/dt/include
-
- GL_LIB_DEPS = -L/usr/openwin/lib -L/usr/dt/lib -lX11 -lXext -lXmu -lXi -lm
- GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm
- GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L/usr/openwin/lib -lXt -lX11
|