projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe34f3
)
added X11 and OSMESA source to ALL_SOURCES, updated etags command
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 26 Nov 2004 16:23:22 +0000
(16:23 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 26 Nov 2004 16:23:22 +0000
(16:23 +0000)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 87279eed1823abbb6365a538724465a1bb90e42a..2be76d8e08f7ee02398f5749121f77f1ea17a729 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-156,7
+156,9
@@
ALL_SOURCES = \
$(SWRAST_SETUP_SOURCES) \
$(ASM_C_SOURCES) \
$(X86_SOURCES) \
- $(COMMON_DRIVER_SOURCES)
+ $(COMMON_DRIVER_SOURCES)\
+ $(X11_DRIVER_SOURCES) \
+ $(OSMESA_DRIVER_SOURCES)
SUBDIRS = array_cache drivers/dri glapi main math sparc swrast swrast_setup \
@@
-172,7
+174,7
@@
depend: $(ALL_SOURCES)
# Emacs tags
tags:
- etags `find . -name \*.[ch]`
`find ../include`
+ etags `find . -name \*.[ch]`
$(TOP)/include/GL/*.h
clean:
-rm -f */*.o