1if HAVE_GALLIUM_SWR 2 3TARGET_DRIVERS += swrast 4TARGET_CPPFLAGS += -DGALLIUM_SWR 5TARGET_LIB_DEPS += \ 6 $(top_builddir)/src/gallium/drivers/swr/libmesaswr.la 7 8endif 9