blob: df8b132e7d36a56cf95170cc79377dd615b17eae [file] [log] [blame]
Chris Lattner39975d32004-04-13 20:59:24 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
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##===----------------------------------------------------------------------===##
Chris Lattner0a92ebf2003-10-05 19:27:59 +00009
Chris Lattner39975d32004-04-13 20:59:24 +000010LEVEL = ..
Reid Spencer63ed92e2006-04-20 18:39:19 +000011DIRS = TableGen fpcmp PerfectShuffle
Chris Lattner0a92ebf2003-10-05 19:27:59 +000012
Reid Spencerdb4f3362006-04-12 20:54:01 +000013EXTRA_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 \
Reid Spencer28421d02006-04-13 06:27:20 +000017 NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
18 parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
19 webNLT.pl vim llvm-config
Reid Spencer151f8ba2004-10-25 08:27:37 +000020
Chris Lattner0a92ebf2003-10-05 19:27:59 +000021include $(LEVEL)/Makefile.common
22
Reid Spencerb195d9d2006-03-23 23:21:29 +000023# Only include llvm-config if we have Perl to build it with.
24ifeq ($(HAVE_PERL),1)
25 DIRS += llvm-config
26endif