blob: 9d4dc5c2f90bb6dfbbb77ec8e0c39b2c58605da8 [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#
Chris Lattner8fa21ac2007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerf5bd1b72003-10-05 19:27:59 +00009
Chris Lattner9a3ac1a2004-04-13 20:59:24 +000010LEVEL = ..
Daniel Dunbara19db352010-08-02 00:39:42 +000011PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
12 count fpcmp llvm-lit not unittest
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000013
Dan Gohmanb3f5c6e2010-08-04 16:09:01 +000014EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \
Reid Spencer6a022822006-04-12 20:54:01 +000015 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
16 getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
Chris Lattner50774e8f2010-10-02 18:49:27 +000018 NightlyTestTemplate.html NLT.schema \
Dan Gohman1a41e6e2010-08-04 16:10:42 +000019 parseNLT.pl plotNLT.pl profile.pl \
Reid Spencer68260312006-04-20 21:15:41 +000020 webNLT.pl vim
Reid Spencer100080c2004-10-25 08:27:37 +000021
Chris Lattnerf5bd1b72003-10-05 19:27:59 +000022include $(LEVEL)/Makefile.common