Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. include $(top_srcdir)/src/gallium/Automake.inc
  2.  
  3. noinst_LTLIBRARIES = libfd3xx.la
  4.  
  5. AM_CFLAGS = \
  6.         -Wno-packed-bitfield-compat \
  7.         -I$(top_srcdir)/src/gallium/drivers \
  8.         -I$(top_srcdir)/src/gallium/drivers/freedreno \
  9.         $(GALLIUM_CFLAGS) \
  10.         $(FREEDRENO_CFLAGS) \
  11.         $(VISIBILITY_CFLAGS)
  12.  
  13. libfd3xx_la_SOURCES = \
  14.         fd3_blend.c \
  15.         fd3_compiler.c \
  16.         fd3_context.c \
  17.         fd3_draw.c \
  18.         fd3_emit.c \
  19.         fd3_gmem.c \
  20.         fd3_program.c \
  21.         fd3_rasterizer.c \
  22.         fd3_screen.c \
  23.         fd3_texture.c \
  24.         fd3_util.c \
  25.         fd3_zsa.c \
  26.         disasm-a3xx.c \
  27.         ir-a3xx.c
  28.