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