Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hpux9-gcc 396B

1234567891011121314
  1. # Configuration for HPUX v10, shared libs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = hpux9-gcc
  4. # Compiler and flags
  5. CC = cc
  6. CXX = aCC
  7. CFLAGS = +O3 +DAportable +z -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
  8. CXXFLAGS = +O3 +DAportable +Z -Aa -D_HPUX_SOURCE
  9. APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm