2004-04-13 20:59:24 +00:00
|
|
|
##===- utils/Makefile --------------------------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:07:17 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-10-05 19:27:59 +00:00
|
|
|
|
2004-04-13 20:59:24 +00:00
|
|
|
LEVEL = ..
|
2010-08-02 00:39:42 +00:00
|
|
|
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
|
2011-12-16 13:09:10 +00:00
|
|
|
count fpcmp llvm-lit not unittest json-bench
|
2003-10-05 19:27:59 +00:00
|
|
|
|
2012-02-15 19:24:11 +00:00
|
|
|
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
|
2006-04-12 20:54:01 +00:00
|
|
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
2012-02-15 19:24:11 +00:00
|
|
|
getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
|
|
|
|
llvm-native-gxx makellvm profile.pl vim
|
2004-10-25 08:27:37 +00:00
|
|
|
|
2003-10-05 19:27:59 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|