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.
1234567891011121314 |
- # Configuration for NetBSD
-
- include $(TOP)/configs/default
-
- CONFIG_NAME = netbsd
-
- # Compiler and flags
- CC = gcc
- CXX = g++
- CFLAGS = -O2 -fPIC -DUSE_XSHM -I/usr/X11R6/include -DHZ=100
- CXXFLAGS = -O2 -fPIC
- GLUT_CFLAGS = -fexceptions
- APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|