g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / configs / hpux10-static
blob82f480c0627dc17fd1b223e07ea2fcca62ceb6cd
1 # Configuration for HPUX v10, static libs
3 include $(TOP)/configs/default
5 CONFIG_NAME = hpux10-static
7 # Compiler and flags
8 CC = cc
9 CXX = aCC
11 CFLAGS = -O +DAportable +z -Ae -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
12 CXXFLAGS = -O +DAportable +Z -Ae -D_HPUX_SOURCE
14 MKLIB_OPTIONS = -static
16 # Library names (actual file names)
17 GL_LIB_NAME = libGL.a
18 GLU_LIB_NAME = libGLU.a
19 GLW_LIB_NAME = libGLw.a
20 OSMESA_LIB_NAME = libOSMesa.a
22 # Library/program dependencies (static libs don't have dependencies)
23 GL_LIB_DEPS = 
24 OSMESA_LIB_DEPS = 
25 GLU_LIB_DEPS = 
26 GLW_LIB_DEPS =