1 #===- ./Makefile -------------------------------------------*- Makefile -*--===#
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 #===------------------------------------------------------------------------===#
10 DIRS = lib/System lib/Support utils lib tools
13 ifneq ($(MAKECMDGOALS),tools-only)
15 OPTIONAL_DIRS = examples projects
18 EXTRA_DIST := test llvm.spec include
20 include $(LEVEL)/Makefile.common
23 $(Echo) Eliminating CVS directories from distribution
24 $(Verb) $(RM) -rf `find $(TopDistDir) -type d -name CVS -print`
25 $(Echo) Eliminating files constructed by configure
27 $(TopDistDir)/include/llvm/ADT/hash_map \
28 $(TopDistDir)/include/llvm/ADT/hash_set \
29 $(TopDistDir)/include/llvm/ADT/iterator \
30 $(TopDistDir)/include/llvm/Config/config.h \
31 $(TopDistDir)/include/llvm/Support/DataTypes.h \
32 $(TopDistDir)/include/llvm/Support/ThreadSupport.h