From 9204e87b2ea2e9b441ab6422ae58bfebb5cdffce Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 2 Jul 2005 07:38:40 +0000 Subject: Massive refactor of (most of) the Linux config files. This reduces the length of each config and brings a lot of much needed uniformity to them. --- configs/default | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configs/default') diff --git a/configs/default b/configs/default index 70014114a6..27a03f1987 100644 --- a/configs/default +++ b/configs/default @@ -66,9 +66,10 @@ PROGRAM_DIRS = demos redbook samples xdemos # Library/program dependencies -GL_LIB_DEPS = -lX11 -lXext -lm -lpthread +EXTRA_LIB_PATH ?= +GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread OSMESA_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXt -lXi -lm -GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lXt -lX11 +GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lm +GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lXt -lX11 APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm -- cgit v1.2.3