Add getAllocatableSet() function.
[oota-llvm.git] / Makefile
index ddc782380e8dac56fda2c7576510717bc1983f5b..c412b2617907bc34483ee772f53290725d025e94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ DIRS = lib/Support utils lib tools
 
 ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime
-OPTIONAL_DIRS = projects
+OPTIONAL_DIRS = examples projects
 endif
 
 include $(LEVEL)/Makefile.common
@@ -45,8 +45,8 @@ install:: install-includes
 
 TAGS: tags
 
-all:: tags
+all::
 
 tags:
-       $(ETAGS) $(ETAGSFLAGS) `find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h'`
+       find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -