summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-25 08:27:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-25 08:27:37 +0000
commit151f8ba3645defc371eb4b68427384e411305734 (patch)
tree038c881578d01e52533c5b3c3c54db6413c84005 /utils/Makefile
parentb9f40c090f04959484886d44f07b90647abc83c4 (diff)
downloadllvm-151f8ba3645defc371eb4b68427384e411305734.tar.gz
llvm-151f8ba3645defc371eb4b68427384e411305734.tar.bz2
llvm-151f8ba3645defc371eb4b68427384e411305734.tar.xz
New Makefile Features:
* "dist" target now builds tar.gz, tar.bz2, and zip files suitable for distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies a "check". * made the preconditions not do a recursive make and ensured that they are executed sequentially. * made the messages output by the makefile be prefixed with "llvm" and the make level (e.g. llvm[1]: ) in the same way that make does so that the messages are uniform and more readable. * Fixed the tags target so that tags depends on TAGS which contains the rules to build a file named TAGS * Implemented the EXTRA_DIST feature in a few directories to make sure it works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 96a9e2f9cf..f37cd91fb1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -10,5 +10,10 @@
LEVEL = ..
DIRS = Burg TableGen fpcmp
+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
+
include $(LEVEL)/Makefile.common