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 446B

12345678910111213141516
  1. # Configuration for HPUX v9, shared libs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = hpux9
  4. # Compiler and flags
  5. CC = cc
  6. # XXX fix this
  7. CXX = c++
  8. CFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM
  9. CXXFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5
  10. APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R5 -s -Wl,+s,-B,nonfatal,-B,immediate -lXext -lXmu -lXi -lX11 -lm