back out Keiths last checkin - for Solo the include order is important

This commit is contained in:
Dave Airlie 2004-12-09 00:25:06 +00:00
parent b2ad61fd40
commit 0e01b23798

View file

@ -6,6 +6,7 @@ include $(TOP)/configs/current
LIBNAME = r200_dri.so
MINIGLX_SOURCES = server/radeon_dri.c
COMMON_SOURCES = \
../../common/driverfuncs.c \
@ -43,15 +44,18 @@ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
X86_SOURCES = r200_vtxtmp_x86.S
SYMLINKS = \
server/radeon_dri.c
server/radeon_dri.c \
server/radeon_dri.h \
server/radeon.h \
server/radeon_macros.h \
server/radeon_reg.h
##### TARGETS #####
include ../Makefile.template
INCLUDES += -I../radeon/server
#INCLUDES += -I../radeon/server
$(SYMLINKS):
mkdir -p server