diff options
author | Matt Turner <[email protected]> | 2012-09-05 11:17:33 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | b3068d87cb26fa4f5225382f6c43600ce3956ba5 (patch) | |
tree | b04e49aa6a5517269416dab8633ba2ab1e3cb7a0 /src/gallium/targets/dri-swrast/Makefile | |
parent | dd65729057f22978a1712832a7725fd7f5759901 (diff) |
targets/dri-swrast: Convert to automake
v2: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/dri-swrast/Makefile')
-rw-r--r-- | src/gallium/targets/dri-swrast/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/gallium/targets/dri-swrast/Makefile b/src/gallium/targets/dri-swrast/Makefile deleted file mode 100644 index e83e0248b03..00000000000 --- a/src/gallium/targets/dri-swrast/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = swrast_dri.so - -DRIVER_DEFINES = \ - -D__NOT_HAVE_DRM_H -DGALLIUM_SOFTPIPE \ - -DGALLIUM_RBUG -DGALLIUM_TRACE - -PIPE_DRIVERS = \ - $(TOP)/src/gallium/state_trackers/dri/sw/libdrisw.a \ - $(TOP)/src/gallium/winsys/sw/dri/libswdri.a \ - $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/drivers/rbug/librbug.a - -ifeq ($(MESA_LLVM),1) -PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a -DRIVER_DEFINES += -DGALLIUM_LLVMPIPE -endif - -SWRAST_COMMON_GALLIUM_SOURCES = \ - $(TOP)/src/mesa/drivers/dri/common/utils.c \ - $(TOP)/src/mesa/drivers/dri/common/drisw_util.c \ - $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c - -C_SOURCES = \ - swrast_drm_api.c \ - $(SWRAST_COMMON_GALLIUM_SOURCES) \ - $(DRIVER_SOURCES) - -ASM_SOURCES = - -include ../Makefile.dri - -INCLUDES += \ - -I$(TOP)/src/gallium/winsys/sw/dri - -symlinks: |