New file
[oota-llvm.git] / Makefile
index 64cef1643b165762ec704425ce264fe1b21b8d61..cd7e52131dea47de28e56b8888b754e1a5f2ea77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,19 +15,26 @@ DIRS += runtime
 OPTIONAL_DIRS = examples projects
 endif
 
-EXTRA_DIST := llvm.spec include configure \
-             autoconf/AutoRegen.sh autoconf/LICENSE.TXT autoconf/README.TXT \
-             autoconf/aclocal.m4 autoconf/config.guess autoconf/config.sub \
-             autoconf/configure.ac autoconf/depcomp autoconf/install-sh \
-             autoconf/ltmain.sh autoconf/missing autoconf/mkinstalldirs \
-             autoconf/m4
+EXTRA_DIST := test llvm.spec include
+
 include $(LEVEL)/Makefile.common
 
 dist-hook::
-       @$(ECHO) Eliminating CVS directories from distribution
-       $(VERB) rm -rf `find $(TopDistDir) -type d -name CVS -print`
+       $(Echo) Eliminating CVS directories from distribution
+       $(Verb) $(RM) -rf `find $(TopDistDir) -type d -name CVS -print`
+       $(Echo) Eliminating files constructed by configure
+       $(Verb) $(RM) -f \
+         $(TopDistDir)/include/llvm/ADT/hash_map  \
+         $(TopDistDir)/include/llvm/ADT/hash_set  \
+         $(TopDistDir)/include/llvm/ADT/iterator  \
+         $(TopDistDir)/include/llvm/Config/config.h  \
+         $(TopDistDir)/include/llvm/Support/DataTypes.h  \
+         $(TopDistDir)/include/llvm/Support/ThreadSupport.h
 
-test :: all
-       cd test; $(MAKE)
+check :: 
+       cd test; $(MAKE) 
 
 tools-only: all
+
+check-dejagnu:
+       $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)