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