2004-04-14 04:59:24 +08:00
|
|
|
##===- utils/Makefile --------------------------------------*- Makefile -*-===##
|
2003-10-21 06:29:16 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-10-06 03:27:59 +08:00
|
|
|
|
2004-04-14 04:59:24 +08:00
|
|
|
LEVEL = ..
|
|
|
|
DIRS = Burg TableGen fpcmp
|
2003-10-06 03:27:59 +08:00
|
|
|
|
2006-04-13 04:54:01 +08:00
|
|
|
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
|
|
|
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
|
|
|
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
|
|
|
|
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
2006-04-13 07:15:10 +08:00
|
|
|
NightlyTestTemplate.html NLT.schema parseNLT.pl plotNLT.pl \
|
2006-04-13 04:54:01 +08:00
|
|
|
profile.pl RegressionFinder.pl userloc.pl webNLT.pl \
|
|
|
|
vim llvm-config
|
2004-10-25 16:27:37 +08:00
|
|
|
|
2003-10-06 03:27:59 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
2006-03-24 07:21:29 +08:00
|
|
|
# Only include llvm-config if we have Perl to build it with.
|
|
|
|
ifeq ($(HAVE_PERL),1)
|
|
|
|
DIRS += llvm-config
|
|
|
|
endif
|