Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 Serge 1
RADEON_COMMON_FILES = \
2
	radeon_buffer_objects.c \
3
	radeon_common_context.c \
4
	radeon_common.c \
5
	radeon_dma.c \
6
	radeon_debug.c \
7
	radeon_fbo.c \
8
	radeon_fog.c \
9
	radeon_mipmap_tree.c \
10
	radeon_pixel_read.c \
11
	radeon_queryobj.c \
12
	radeon_span.c \
13
	radeon_texture.c \
14
	radeon_tex_copy.c \
15
	radeon_tile.c
16
 
17
DRIVER_FILES = \
18
	radeon_context.c \
19
	radeon_ioctl.c \
20
	radeon_screen.c \
21
	radeon_state.c \
22
	radeon_state_init.c \
23
	radeon_tex.c \
24
	radeon_texstate.c \
25
	radeon_tcl.c \
26
	radeon_swtcl.c \
27
	radeon_maos.c \
28
	radeon_sanity.c \
29
	radeon_blit.c
30
 
31
RADEON_C_FILES = \
32
	$(RADEON_COMMON_FILES) \
33
	$(DRIVER_FILES)