Makefile revision b2f18cd2b0f75d200d4fc713325269171ac87616
1TOP = ../../../.. 2include $(TOP)/configs/current 3 4LIBNAME = r300_dri.so 5 6PIPE_DRIVERS = \ 7 $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \ 8 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ 9 $(TOP)/src/gallium/drivers/galahad/libgalahad.a \ 10 $(TOP)/src/gallium/drivers/trace/libtrace.a \ 11 $(TOP)/src/gallium/drivers/rbug/librbug.a \ 12 $(TOP)/src/gallium/drivers/r300/libr300.a 13 14C_SOURCES = \ 15 target.c \ 16 $(COMMON_GALLIUM_SOURCES) \ 17 $(DRIVER_SOURCES) 18 19DRIVER_DEFINES = \ 20 -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD 21 22include ../Makefile.dri 23 24GALLIUM_DRI_LIB_DEPS += $(RADEON_LIBS) 25 26symlinks: 27