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 = libfd2xx.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. libfd2xx_la_SOURCES = \
  14.         fd2_blend.c \
  15.         fd2_compiler.c \
  16.         fd2_context.c \
  17.         fd2_draw.c \
  18.         fd2_emit.c \
  19.         fd2_gmem.c \
  20.         fd2_program.c \
  21.         fd2_rasterizer.c \
  22.         fd2_screen.c \
  23.         fd2_texture.c \
  24.         fd2_util.c \
  25.         fd2_zsa.c \
  26.         disasm-a2xx.c \
  27.         ir-a2xx.c
  28.