Browse Source

r300: Cleaned up the R300 Makefile.

tags/mesa_7_0
Oliver McFadden 18 years ago
parent
commit
328b307e2f
1 changed files with 0 additions and 25 deletions
  1. 0
    25
      src/mesa/drivers/dri/r300/Makefile

+ 0
- 25
src/mesa/drivers/dri/r300/Makefile View File

# src/mesa/drivers/dri/r300/Makefile # src/mesa/drivers/dri/r300/Makefile



TOP = ../../../../.. TOP = ../../../../..
include $(TOP)/configs/current include $(TOP)/configs/current


r300_maos.c \ r300_maos.c \
$(EGL_SOURCES) $(EGL_SOURCES)


# \
# r200_context.c \
# r200_ioctl.c \
# r200_state.c \
# r200_state_init.c \
# r200_cmdbuf.c \
# r200_pixel.c \
# r200_tex.c \
# r200_texmem.c \
# r200_texstate.c \
# r200_swtcl.c \
# r200_maos.c \
# r200_sanity.c \
# r200_vtxfmt.c \
# r200_vtxfmt_c.c \
# r200_vtxfmt_sse.c \
# r200_vtxfmt_x86.c


C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)


X86_SOURCES =
#r200_vtxtmp_x86.S

DRIVER_DEFINES = -DCOMPILE_R300 -DGLX_DIRECT_RENDERING -DR200_MERGED=0 \ DRIVER_DEFINES = -DCOMPILE_R300 -DGLX_DIRECT_RENDERING -DR200_MERGED=0 \
-DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R300 -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R300




##### TARGETS ##### ##### TARGETS #####



include ../Makefile.template include ../Makefile.template


server: server:
@[ -e $@ ] || ln -sf ../radeon/$@ ./ @[ -e $@ ] || ln -sf ../radeon/$@ ./


symlinks: $(SYMLINKS) $(COMMON_SYMLINKS) symlinks: $(SYMLINKS) $(COMMON_SYMLINKS)


Loading…
Cancel
Save