r600: fork and import gallium/radeon
[mesa.git] / src / gallium / drivers / r600 / Automake.inc
1 if HAVE_GALLIUM_R600
2
3 TARGET_DRIVERS += r600
4 TARGET_CPPFLAGS += -DGALLIUM_R600
5 TARGET_LIB_DEPS += \
6 $(top_builddir)/src/gallium/drivers/r600/libr600.la \
7 $(RADEON_LIBS) \
8 $(LIBDRM_LIBS) \
9 $(LIBELF_LIBS)
10
11 TARGET_RADEON_WINSYS = \
12 $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la
13
14 endif