mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 20:54:00 +08:00
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
# 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$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|
|
|