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.

hpux10 397B

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