diff options
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.2/configs/hpux10')
-rw-r--r-- | nx-X11/extras/Mesa_6.4.2/configs/hpux10 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-X11/extras/Mesa_6.4.2/configs/hpux10 b/nx-X11/extras/Mesa_6.4.2/configs/hpux10 new file mode 100644 index 000000000..e17c8b681 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/configs/hpux10 @@ -0,0 +1,14 @@ +# Configuration for HPUX v10, shared libs + +include $(TOP)/configs/default + +CONFIG_NAME = hpux10 + +# Compiler and flags +CC = cc +CXX = aCC + +CFLAGS = +O3 +DAportable +z -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM +CXXFLAGS = +O3 +DAportable +Z -Aa -D_HPUX_SOURCE + +APP_LIB_DEPS = -$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm |