From a70ad91209b08ebe7122ace6d6656b11d9b04542 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 15:16:35 +0000 Subject: new system configurations --- configs/freebsd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/freebsd (limited to 'configs/freebsd') diff --git a/configs/freebsd b/configs/freebsd new file mode 100644 index 0000000000..85f14f7ed5 --- /dev/null +++ b/configs/freebsd @@ -0,0 +1,16 @@ +# Configuration for FreeBSD + +include $(TOP)/configs/default + +CONFIG_NAME = FreeBSD + +# Compiler and flags +CC = gcc +CXX = g++ + +CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 +CXXFLAGS = -O2 -fPIC -pedantic +GLUT_CFLAGS = -fexceptions + +APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm + -- cgit v1.2.3