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.

123456789101112131415161718
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = xorgtracker
  4. LIBRARY_INCLUDES = \
  5. -DHAVE_CONFIG_H \
  6. $(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \
  7. -I$(TOP)/src/gallium/include \
  8. -I$(TOP)/src/gallium/auxiliary \
  9. -I$(TOP)/include \
  10. -I$(TOP)/src/mesa \
  11. -I$(TOP)/src/mesa/drivers/dri/common \
  12. -I$(TOP)/src/mesa/main
  13. C_SOURCES = $(wildcard ./*.c)
  14. include ../../Makefile.template