added newline at end of file
[mesa.git] / src / mesa / Makefile
index b12109ed577fb21839275400ecd9fe895592a22b..6e13f5289c5ec825456d544c623026436210f3b0 100644 (file)
@@ -58,6 +58,7 @@ SOLO_C_SOURCES = \
        $(SWRAST_SOURCES)       \
        $(SWRAST_SETUP_SOURCES) \
        $(SHADER_SOURCES)       \
+       $(SLANG_SOURCES)        \
        $(ASM_C_SOURCES)        
 
 SOLO_OBJECTS = $(SOLO_C_SOURCES:.c=.o) \
@@ -145,6 +146,7 @@ osmesa-only: depend subdirs $(LIB_DIR)/$(OSMESA_LIB_NAME)
 
 subdirs:
        @ (cd x86 ; $(MAKE))
+       @ (cd x86-64 ; $(MAKE))
 
 # Make the GL library
 $(LIB_DIR)/$(GL_LIB_NAME): $(STAND_ALONE_OBJECTS)
@@ -218,9 +220,11 @@ tags:
 
 clean:
        -rm -f */*.o
+       -rm -f */*/*.o
        -rm -f depend depend.bak mesa.a
        -rm -f drivers/*/*.o
        (cd drivers/dri ; $(MAKE) clean)
        (cd x86 ; $(MAKE) clean)
+       (cd x86-64 ; $(MAKE) clean)
 
 include depend