diff options
author | Adam Jackson <[email protected]> | 2005-05-05 03:15:08 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-05-05 03:15:08 +0000 |
commit | e7769cb34898ca20adb5b0e329161e6321403fc9 (patch) | |
tree | bb33d9e708dca0a5458941d2846e0e190f510f8a /src/mesa/drivers/dri/mach64/Makefile | |
parent | d83c4e6dd164e97fbcce4c6ee5cc06e4338d24d4 (diff) |
Refactor COMMON_SOURCES up to Makefile.template
Diffstat (limited to 'src/mesa/drivers/dri/mach64/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/mach64/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/mach64/Makefile b/src/mesa/drivers/dri/mach64/Makefile index 352c7bba61c..7246d51f5d7 100644 --- a/src/mesa/drivers/dri/mach64/Makefile +++ b/src/mesa/drivers/dri/mach64/Makefile @@ -8,17 +8,6 @@ LIBNAME = mach64_dri.so # Not yet # MINIGLX_SOURCES = server/mach64_dri.c -COMMON_SOURCES = \ - ../../common/driverfuncs.c \ - ../common/mm.c \ - ../common/utils.c \ - ../common/texmem.c \ - ../common/vblank.c \ - ../common/xmlconfig.c \ - ../common/dri_util.c \ - ../common/drirenderbuffer.c \ - ../common/glcontextmodes.c - DRIVER_SOURCES = \ mach64_context.c \ mach64_ioctl.c \ |