Clone of mesa.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

linux-osmesa16-static 739B

12345678910111213141516171819202122232425262728
  1. # Configuration for 16 bits/channel OSMesa library on Linux
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = linux-osmesa16-static
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -O3 -ansi -pedantic -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=16 -DDEFAULT_SOFTWARE_DEPTH_BITS=31
  8. CXXFLAGS = -O3 -ansi -pedantic -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
  9. MKLIB_OPTIONS = -static
  10. # Library names
  11. OSMESA_LIB = OSMesa16
  12. OSMESA_LIB_NAME = libOSMesa16.a
  13. # Directories
  14. SRC_DIRS = gallium mesa glu
  15. DRIVER_DIRS = osmesa
  16. PROGRAM_DIRS =
  17. # Dependencies
  18. OSMESA_LIB_DEPS = -lm -lpthread
  19. APP_LIB_DEPS = -lOSMesa16