+++ /dev/null
-radeon_bocs_wrapper.h
-radeon_bo_legacy.[ch]
-radeon_chipset.h
-radeon_cmdbuf.h
-radeon_common.[ch]
-radeon_common_context.[ch]
-radeon_cs_legacy.[ch]
-radeon_dma.[ch]
-radeon_fbo.c
-radeon_lock.[ch]
-radeon_mipmap_tree.[ch]
-radeon_screen.[ch]
-radeon_span.[ch]
-radeon_texture.[ch]
-server
DRIVER_DEFINES = -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200
-SYMLINKS = \
- server/radeon_egl.c \
- server/radeon_dri.c \
- server/radeon_dri.h \
- server/radeon.h \
- server/radeon_macros.h \
- server/radeon_reg.h
-
-COMMON_SYMLINKS = \
- radeon_chipset.h \
- radeon_screen.c \
- radeon_screen.h \
- radeon_bo_legacy.c \
- radeon_cs_legacy.c \
- radeon_bo_legacy.h \
- radeon_cs_legacy.h \
- radeon_bocs_wrapper.h \
- radeon_span.h \
- radeon_span.c \
- radeon_lock.c \
- radeon_lock.h \
- radeon_common.c \
- radeon_common_context.c \
- radeon_common_context.h \
- radeon_common.h \
- radeon_cmdbuf.h \
- radeon_mipmap_tree.c \
- radeon_mipmap_tree.h \
- radeon_texture.c \
- radeon_texture.h \
- radeon_dma.c \
- radeon_dma.h \
- radeon_fbo.c \
- $(CS_SOURCES)
-
DRI_LIB_DEPS += $(RADEON_LDFLAGS)
##### TARGETS #####
#INCLUDES += -I../radeon/server
-server:
- mkdir -p server
-
-$(SYMLINKS): server
- @[ -e $@ ] || ln -sf ../../radeon/$@ server/
-
-
-$(COMMON_SYMLINKS):
- @[ -e $@ ] || ln -sf ../radeon/$@ ./
-
-symlinks: $(SYMLINKS) $(COMMON_SYMLINKS)
-
+symlinks:
--- /dev/null
+../radeon/radeon_bo_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bo_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bocs_wrapper.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_chipset.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cmdbuf.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_space_drm.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_fbo.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_egl.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_macros.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_reg.h
\ No newline at end of file
+++ /dev/null
-radeon_bocs_wrapper.h
-radeon_bo_legacy.[ch]
-radeon_chipset.h
-radeon_cmdbuf.h
-radeon_common.[ch]
-radeon_common_context.[ch]
-radeon_cs_legacy.[ch]
-radeon_dma.[ch]
-radeon_fbo.c
-radeon_lock.[ch]
-radeon_mipmap_tree.[ch]
-radeon_screen.[ch]
-radeon_span.[ch]
-radeon_texture.[ch]
-server
# -DRADEON_BO_TRACK \
-Wall
-SYMLINKS = \
- server/radeon_dri.c \
- server/radeon_dri.h \
- server/radeon.h \
- server/radeon_macros.h \
- server/radeon_reg.h \
- server/radeon_egl.c
-
-COMMON_SYMLINKS = \
- radeon_chipset.h \
- radeon_screen.c \
- radeon_screen.h \
- radeon_span.h \
- radeon_span.c \
- radeon_bo_legacy.c \
- radeon_cs_legacy.c \
- radeon_bo_legacy.h \
- radeon_cs_legacy.h \
- radeon_bocs_wrapper.h \
- radeon_lock.c \
- radeon_lock.h \
- radeon_common.c \
- radeon_common.h \
- radeon_common_context.c \
- radeon_common_context.h \
- radeon_cmdbuf.h \
- radeon_dma.c \
- radeon_dma.h \
- radeon_mipmap_tree.c \
- radeon_mipmap_tree.h \
- radeon_texture.c \
- radeon_texture.h \
- radeon_fbo.c \
- $(CS_SOURCES)
-
DRI_LIB_DEPS += $(RADEON_LDFLAGS)
##### TARGETS #####
include ../Makefile.template
-server:
- mkdir -p server
-
-$(SYMLINKS): server
- @[ -e $@ ] || ln -sf ../../radeon/$@ server/
-
-$(COMMON_SYMLINKS):
- @[ -e $@ ] || ln -sf ../radeon/$@ ./
-
-symlinks: $(SYMLINKS) $(COMMON_SYMLINKS)
+symlinks:
--- /dev/null
+../radeon/radeon_bo_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bo_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bocs_wrapper.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_chipset.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cmdbuf.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_space_drm.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_fbo.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_egl.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_macros.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_reg.h
\ No newline at end of file
# -DRADEON_BO_TRACK \
-Wall
-SYMLINKS = \
- server/radeon_dri.c \
- server/radeon_dri.h \
- server/radeon.h \
- server/radeon_macros.h \
- server/radeon_reg.h \
- server/radeon_egl.c
-
-COMMON_SYMLINKS = \
- radeon_chipset.h \
- radeon_screen.c \
- radeon_screen.h \
- radeon_span.h \
- radeon_span.c \
- radeon_bo_legacy.c \
- radeon_cs_legacy.c \
- radeon_bo_legacy.h \
- radeon_cs_legacy.h \
- radeon_bocs_wrapper.h \
- radeon_lock.c \
- radeon_lock.h \
- radeon_common.c \
- radeon_common.h \
- radeon_common_context.c \
- radeon_common_context.h \
- radeon_cmdbuf.h \
- radeon_dma.c \
- radeon_dma.h \
- radeon_mipmap_tree.c \
- radeon_mipmap_tree.h \
- radeon_texture.c \
- radeon_texture.h \
- radeon_fbo.c \
- $(CS_SOURCES)
-
DRI_LIB_DEPS += $(RADEON_LDFLAGS)
##### TARGETS #####
include ../Makefile.template
-server:
- mkdir -p server
-
-$(SYMLINKS): server
- @[ -e $@ ] || ln -sf ../../radeon/$@ server/
-
-$(COMMON_SYMLINKS):
- @[ -e $@ ] || ln -sf ../radeon/$@ ./
-
-symlinks: $(SYMLINKS) $(COMMON_SYMLINKS)
+symlinks:
--- /dev/null
+../radeon/radeon_bo_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bo_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_bocs_wrapper.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_chipset.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cmdbuf.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_common_context.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_legacy.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_cs_space_drm.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_dma.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_fbo.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_lock.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_mipmap_tree.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_screen.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_span.h
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.c
\ No newline at end of file
--- /dev/null
+../radeon/radeon_texture.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_dri.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_egl.c
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_macros.h
\ No newline at end of file
--- /dev/null
+../../radeon/server/radeon_reg.h
\ No newline at end of file