diff options
author | Matt Turner <[email protected]> | 2012-01-15 11:39:48 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 15:54:08 -0500 |
commit | 349845f7b2a85bb8589ddc211d36887b2022eee4 (patch) | |
tree | 9d3fde72ce5617e322582eb2e5a384c20ea1405d /src/mesa/drivers/dri/swrast/Makefile.sources | |
parent | 3f96434f86de1641296a9c39b9f75d85e6955207 (diff) |
automake: src/mesa/drivers/dri/swrast
Diffstat (limited to 'src/mesa/drivers/dri/swrast/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/swrast/Makefile.sources | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources new file mode 100644 index 00000000000..9de5cb823d3 --- /dev/null +++ b/src/mesa/drivers/dri/swrast/Makefile.sources @@ -0,0 +1,11 @@ +SWRAST_DRIVER_FILES = \ + swrast.c \ + swrast_span.c + +SWRAST_COMMON_FILES = \ + ../common/utils.c \ + ../common/drisw_util.c + +SWRAST_C_FILES = \ + $(SWRAST_COMMON_FILES) \ + $(SWRAST_DRIVER_FILES) |