summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-08-21 16:05:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-08-21 16:05:30 +0000
commit6423ec914530a84ee16977d95b64116e63eca22c (patch)
tree769163805a8fd74a256e9f89edfa300f667cabd0 /src/mesa/sources
parentb20814fd7d271599f99b3740be0c6033a090bf2d (diff)
move ALL_SOURCES to sources file
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 4eb5ae748f..c02ba50340 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -303,6 +303,15 @@ FBDEV_DRIVER_SOURCES = \
### All the core C sources
+ALL_SOURCES = \
+ $(GLAPI_SOURCES) \
+ $(SOLO_SOURCES) \
+ $(X86_SOURCES) \
+ $(COMMON_DRIVER_SOURCES)\
+ $(X11_DRIVER_SOURCES) \
+ $(FBDEV_DRIVER_SOURCES) \
+ $(OSMESA_DRIVER_SOURCES)
+
SOLO_SOURCES = \
$(MAIN_SOURCES) \
$(MATH_SOURCES) \
@@ -313,7 +322,6 @@ SOLO_SOURCES = \
$(SWRAST_SETUP_SOURCES) \
$(ASM_C_SOURCES) \
$(SLANG_SOURCES)
-
# $(SLANG_C_SOURCES)
CORE_SOURCES = \