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