RegisterAllocation.h is going away
[oota-llvm.git] / Makefile
index 8ab075fc1473fa72c25676378023e4d8ea48fe04..1e8d99c0b3caeeaacd3bf4db732024793da0bb7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,16 @@
 LEVEL = .
-DIRS = lib/Support utils lib tools
+DIRS = support lib tools runtime
+OPTIONAL_DIRS = projects
 
 include $(LEVEL)/Makefile.common
 
 test :: all
        cd test; $(MAKE)
+
+distclean:: clean
+       $(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
+                         $(LEVEL)/include/Config/config.h \
+                         $(LEVEL)/autoconf/autom4te.cache \
+                         $(LEVEL)/config.log \
+                         $(LEVEL)/TAGS
+