瀏覽代碼

gallium/drivers: Use automake to generate makefile

tags/i965-primitive-restart-v2
Tom Stellard 13 年之前
父節點
當前提交
fe3f98ed70

+ 1
- 0
configure.ac 查看文件

@@ -1948,6 +1948,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS"

dnl Substitute the config
AC_CONFIG_FILES([configs/autoconf
src/gallium/drivers/Makefile
src/gallium/drivers/r300/Makefile
src/gbm/Makefile
src/gbm/main/gbm.pc

+ 3
- 0
src/gallium/drivers/.gitignore 查看文件

@@ -0,0 +1,3 @@
Makefile
Makefile.in
.deps/

+ 0
- 12
src/gallium/drivers/Makefile 查看文件

@@ -1,12 +0,0 @@
# src/gallium/drivers/Makefile
TOP = ../../..
include $(TOP)/configs/current

SUBDIRS = $(GALLIUM_DRIVERS_DIRS)

default install clean:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE) $@) || exit 1; \
fi \
done

+ 4
- 0
src/gallium/drivers/Makefile.am 查看文件

@@ -0,0 +1,4 @@
SUBDIRS = $(GALLIUM_DRIVERS_DIRS)

# FIXME: Remove when the rest of Gallium is converted to automake.
default: all

+ 3
- 0
src/gallium/drivers/galahad/Makefile 查看文件

@@ -9,3 +9,6 @@ C_SOURCES = \
glhd_screen.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/i915/Makefile 查看文件

@@ -7,3 +7,6 @@ LIBNAME = i915
include Makefile.sources

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/identity/Makefile 查看文件

@@ -9,3 +9,6 @@ C_SOURCES = \
id_screen.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/llvmpipe/Makefile 查看文件

@@ -62,6 +62,9 @@ CLEAN_EXTRA = *.o

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

PROGS_DEPS := ../../auxiliary/libgallium.a

lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv

+ 3
- 0
src/gallium/drivers/noop/Makefile 查看文件

@@ -11,3 +11,6 @@ C_SOURCES = \
noop_state.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/nouveau/Makefile 查看文件

@@ -14,3 +14,6 @@ LIBRARY_DEFINES += $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-oth
include Makefile.sources

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/nv50/Makefile 查看文件

@@ -10,3 +10,6 @@ LIBRARY_INCLUDES = \
$(LIBDRM_CFLAGS)

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/nvc0/Makefile 查看文件

@@ -10,3 +10,6 @@ LIBRARY_INCLUDES = \
$(LIBDRM_CFLAGS)

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/nvfx/Makefile 查看文件

@@ -11,3 +11,6 @@ LIBRARY_INCLUDES = \
-I$(TOP)/src/gallium/drivers/nouveau/include

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 0
- 4
src/gallium/drivers/r300/Makefile.am 查看文件

@@ -32,7 +32,3 @@ r300_compiler_tests_SOURCES = \
$(testdir)/radeon_compiler_util_tests.c \
$(testdir)/rc_test_helpers.c \
$(testdir)/unit_test.c

# FIXME: remove this when the rest of the gallium
# build system is converted to automake.
default: libr300.a

+ 3
- 0
src/gallium/drivers/r600/Makefile 查看文件

@@ -12,3 +12,6 @@ LIBRARY_INCLUDES = -I$(TOP)/include
include Makefile.sources

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/rbug/Makefile 查看文件

@@ -10,3 +10,6 @@ C_SOURCES = \
rbug_screen.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/softpipe/Makefile 查看文件

@@ -35,3 +35,6 @@ C_SOURCES = \
sp_surface.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/svga/Makefile 查看文件

@@ -17,3 +17,6 @@ LIBRARY_DEFINES = \
-DHAVE_STDINT_H -DHAVE_SYS_TYPES_H

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

+ 3
- 0
src/gallium/drivers/trace/Makefile 查看文件

@@ -11,3 +11,6 @@ C_SOURCES = \
tr_texture.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default

Loading…
取消
儲存