Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

linux-osmesa32 713B

123456789101112131415161718192021222324252627
  1. # Configuration for 32 bits/channel OSMesa library on Linux
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = linux-osmesa32
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DCHAN_BITS=32 -DDEFAULT_SOFTWARE_DEPTH_BITS=31
  8. CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
  9. # Library names
  10. OSMESA_LIB = OSMesa32
  11. OSMESA_LIB_NAME = libOSMesa32.so
  12. # Directories
  13. SRC_DIRS = mesa glu
  14. DRIVER_DIRS = osmesa
  15. PROGRAM_DIRS =
  16. # Dependencies
  17. OSMESA_LIB_DEPS = -lm -lpthread
  18. APP_LIB_DEPS = -lOSMesa32