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 = ..
|
2009-09-24 08:23:57 +02:00
|
|
|
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck FileUpdate count not unittest
|
2003-10-05 21:27:59 +02:00
|
|
|
|
2006-04-12 22:54:01 +02:00
|
|
|
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
|
|
|
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
|
|
|
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
|
|
|
|
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
2006-04-13 08:27:20 +02:00
|
|
|
NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
|
|
|
|
parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
|
2006-04-20 23:15:41 +02:00
|
|
|
webNLT.pl vim
|
2004-10-25 10:27:37 +02:00
|
|
|
|
2003-10-05 21:27:59 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|