Brian Paul | a70ad91 | 2004-03-26 15:16:35 +0000 | [diff] [blame] | 1 | # Configuration for Linux on PPC, static libs |
| 2 | |
Ian Romanick | 9204e87 | 2005-07-02 07:38:40 +0000 | [diff] [blame] | 3 | include $(TOP)/configs/linux-ppc |
Brian Paul | a70ad91 | 2004-03-26 15:16:35 +0000 | [diff] [blame] | 4 | |
| 5 | CONFIG_NAME = linux-ppc-static |
| 6 | |
Brian Paul | a70ad91 | 2004-03-26 15:16:35 +0000 | [diff] [blame] | 7 | MKLIB_OPTIONS = -static |
Dan Nicholson | c3b5ada | 2007-10-31 10:33:20 -0700 | [diff] [blame] | 8 | PIC_FLAGS = |
Brian Paul | a70ad91 | 2004-03-26 15:16:35 +0000 | [diff] [blame] | 9 | |
| 10 | # Library names (actual file names) |
| 11 | GL_LIB_NAME = libGL.a |
| 12 | GLU_LIB_NAME = libGLU.a |
| 13 | GLUT_LIB_NAME = libglut.a |
| 14 | GLW_LIB_NAME = libGLw.a |
| 15 | OSMESA_LIB_NAME = libOSMesa.a |