blob: 1e047065788ec1f0753d3738b7773d0530269e49 [file] [log] [blame]
Chris Lattner9a3ac1a2004-04-13 20:59:24 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
John Criswellabe5cdc2003-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 Lattnerf5bd1b72003-10-05 19:27:59 +00009
Chris Lattner9a3ac1a2004-04-13 20:59:24 +000010LEVEL = ..
11DIRS = Burg TableGen fpcmp
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000012
Reid Spencer100080c2004-10-25 08:27:37 +000013EXTRA_DIST = check-each-file codegen-diff countloc.sh cvsupdate emacs \
14 getsrcs.sh llvmdo llvmgrep llvm-native-gcc llvm-native-gxx \
15 makellvm NightlyTest.gnuplot NightlyTest.pl \
Reid Spencerdc830e02006-04-12 19:06:14 +000016 NightlyTestTemplate.html profile.pl RegressionFinder.pl vim \
17 llvm-config
Reid Spencer100080c2004-10-25 08:27:37 +000018
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000019include $(LEVEL)/Makefile.common
20
Reid Spencer972bea52006-03-23 23:21:29 +000021# Only include llvm-config if we have Perl to build it with.
22ifeq ($(HAVE_PERL),1)
23 DIRS += llvm-config
24endif