2004-04-13 20:59:24 +00:00
|
|
|
##===- utils/Makefile --------------------------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-10-05 19:27:59 +00:00
|
|
|
|
2004-04-13 20:59:24 +00:00
|
|
|
LEVEL = ..
|
2007-02-06 18:51:28 +00:00
|
|
|
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
|
2003-10-05 19:27:59 +00:00
|
|
|
|
2006-04-12 20:54:01 +00: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 06:27:20 +00:00
|
|
|
NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
|
|
|
|
parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
|
2006-04-20 21:15:41 +00:00
|
|
|
webNLT.pl vim
|
2004-10-25 08:27:37 +00:00
|
|
|
|
2003-10-05 19:27:59 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|