blob: f37cd91fb1d6352e0928c9b4a2bfe00c4ac09967 [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 = ..
11DIRS = Burg TableGen fpcmp
Chris Lattner0a92ebf2003-10-05 19:27:59 +000012
Reid Spencer151f8ba2004-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 \
16 NightlyTestTemplate.html profile.pl RegressionFinder.pl vim
17
Chris Lattner0a92ebf2003-10-05 19:27:59 +000018include $(LEVEL)/Makefile.common
19