From 0cc216676c96efacb0e1eb82457e6a83920ae704 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:26:30 -0700 Subject: automake: Remove the old static configs system. With the incremental automake conversion, we'd broken those that included glx or egl. Reviewed-by: Kenneth Graunke --- configs/sunos5 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 configs/sunos5 (limited to 'configs/sunos5') diff --git a/configs/sunos5 b/configs/sunos5 deleted file mode 100644 index 3632dabf697..00000000000 --- a/configs/sunos5 +++ /dev/null @@ -1,15 +0,0 @@ -# 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 -- cgit v1.2.3