diff options
author | Tom Stellard <[email protected]> | 2012-02-19 19:38:58 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-02-26 15:13:47 -0500 |
commit | e6fa2d89e14452b6bdf42c7eb4150fb2a2c46a4a (patch) | |
tree | 947a55f5bdd4bce093cea8915124f48f3d813537 /src/gallium/drivers/r300/Makefile | |
parent | edf33079771d61b093c6bffd98094b197915d758 (diff) |
r300g: Use automake to generate Makefile v3
v2:
- s/$(top_builddir)/$(top_srcdir)/
- Always generate Makefile.in
v3:
- Fixes from Matt Turner
- Use Mesa CFLAGS
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile deleted file mode 100644 index 6346ab1b7a4..00000000000 --- a/src/gallium/drivers/r300/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = r300 - -# get C_SOURCES -include Makefile.sources - -# needed to build non-libmesagallium.a targets -C_SOURCES += \ - $(TOP)/src/glsl/ralloc.c \ - $(TOP)/src/mesa/program/register_allocate.c - -#This is for libdrm include path -CFLAGS+=$(RADEON_CFLAGS) - -LIBRARY_INCLUDES = \ - -I$(TOP)/include \ - -I$(TOP)/src/mesa \ - -I$(TOP)/src/glsl - -include ../../Makefile.template - -test: default - @$(MAKE) -s -C compiler/tests/ |