Makefile.am 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. noinst_LIBRARIES = libglxproxy.a
  2. libglxproxy_a_SOURCES = compsize.c \
  3. compsize.h \
  4. g_disptab.c \
  5. g_disptab.h \
  6. global.c \
  7. glxcmds.c \
  8. glxcmds.h \
  9. glxcmdsswap.c \
  10. glxcontext.h \
  11. glxdrawable.h \
  12. glxerror.h \
  13. glxext.c \
  14. glxext.h \
  15. glxfbconfig.c \
  16. glxfbconfig.h \
  17. glxscreens.c \
  18. glxscreens.h \
  19. glxserver.h \
  20. glxsingle.c \
  21. glxsingle.h \
  22. glxswap.c \
  23. glxswap.h \
  24. glxutil.h \
  25. glxvendor.c \
  26. glxvendor.h \
  27. glxvisuals.c \
  28. glxvisuals.h \
  29. g_renderswap.c \
  30. render2swap.c \
  31. renderpixswap.c \
  32. unpack.h
  33. AM_CFLAGS = \
  34. @GLX_ARCH_DEFINES@ \
  35. $(DIX_CFLAGS) \
  36. -I$(top_srcdir)/hw/dmx \
  37. -I$(top_srcdir)/include \
  38. -DHAVE_DMX_CONFIG_H \
  39. @DMXMODULES_CFLAGS@ \
  40. -I$(top_srcdir)/hw/xfree86/os-support