Chris Lattner | 39975d3 | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 1 | ##===- utils/Makefile --------------------------------------*- Makefile -*-===## |
John Criswell | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 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 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 9 | |
Chris Lattner | 39975d3 | 2004-04-13 20:59:24 +0000 | [diff] [blame] | 10 | LEVEL = .. |
| 11 | DIRS = Burg TableGen fpcmp |
Chris Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 12 | |
Reid Spencer | 151f8ba | 2004-10-25 08:27:37 +0000 | [diff] [blame] | 13 | EXTRA_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 Lattner | 0a92ebf | 2003-10-05 19:27:59 +0000 | [diff] [blame] | 18 | include $(LEVEL)/Makefile.common |
| 19 | |
Reid Spencer | b195d9d | 2006-03-23 23:21:29 +0000 | [diff] [blame^] | 20 | # Only include llvm-config if we have Perl to build it with. |
| 21 | ifeq ($(HAVE_PERL),1) |
| 22 | DIRS += llvm-config |
| 23 | endif |