added X11 and OSMESA source to ALL_SOURCES, updated etags command

This commit is contained in:
Brian Paul
2004-11-26 16:23:22 +00:00
parent 4fe34f340c
commit d2c1027d40
+4 -2
View File
@@ -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