added X11 and OSMESA source to ALL_SOURCES, updated etags command
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user