2004-04-13 20:59:24 +00:00
|
|
|
##===- utils/Makefile --------------------------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00: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-05 19:27:59 +00:00
|
|
|
|
2004-04-13 20:59:24 +00:00
|
|
|
LEVEL = ..
|
|
|
|
DIRS = Burg TableGen fpcmp
|
2003-10-05 19:27:59 +00:00
|
|
|
|
2004-10-25 08:27:37 +00:00
|
|
|
EXTRA_DIST = check-each-file codegen-diff countloc.sh cvsupdate emacs \
|
|
|
|
getsrcs.sh llvmdo llvmgrep llvm-native-gcc llvm-native-gxx \
|
|
|
|
makellvm NightlyTest.gnuplot NightlyTest.pl \
|
|
|
|
NightlyTestTemplate.html profile.pl RegressionFinder.pl vim
|
|
|
|
|
2003-10-05 19:27:59 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|