diff options
author | Matt Turner <[email protected]> | 2012-08-29 11:42:45 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:07 +0100 |
commit | b51cdfa64b22be22cc162fe2d351635d1dff2d42 (patch) | |
tree | 8cf0aa1993338d8e04a30a773b8276a8fc456fa3 /src/gallium/drivers/rbug/Makefile | |
parent | 3bfe7c211159eb5680952f31ae78f682304fd8a8 (diff) |
rbug: Convert to automake
Diffstat (limited to 'src/gallium/drivers/rbug/Makefile')
-rw-r--r-- | src/gallium/drivers/rbug/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/rbug/Makefile b/src/gallium/drivers/rbug/Makefile deleted file mode 100644 index 64e172fe5c1..00000000000 --- a/src/gallium/drivers/rbug/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = rbug - -C_SOURCES = \ - rbug_core.c \ - rbug_context.c \ - rbug_objects.c \ - rbug_screen.c - -include ../../Makefile.template |