1if HAVE_GALLIUM_SOFTPIPE 2 3TARGET_DRIVERS += swrast 4TARGET_CPPFLAGS += -DGALLIUM_SOFTPIPE 5TARGET_LIB_DEPS += \ 6 $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la 7 8if HAVE_DRISW_KMS 9TARGET_DRIVERS += kms_swrast 10 11endif 12endif 13