blob: 08d073b1f39ac530e299d735474db005db1c3895 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ..
11PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
12
13EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
14 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
15 getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
16 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
17 NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
18 parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
19 webNLT.pl vim
20
21include $(LEVEL)/Makefile.common