summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-08-06 19:01:20 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-08-06 19:01:20 +0000
commitdba59efd436cdfdebc89ec50bae366b6d8861fb0 (patch)
treef78b57b3969878b571fc24678ed1864b8cfa0528 /Makefile.common
parent735c4ce808893ef95e23fc5d0a5152d0b636b75e (diff)
downloadllvm-dba59efd436cdfdebc89ec50bae366b6d8861fb0.tar.gz
llvm-dba59efd436cdfdebc89ec50bae366b6d8861fb0.tar.bz2
llvm-dba59efd436cdfdebc89ec50bae366b6d8861fb0.tar.xz
Add path and options for burg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 94195ebbd0..0c735d24f6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -34,6 +34,9 @@ install ::
#LibInstDir=/usrl/local/lib/xxx
#DocInstDir=/usr/doc/xxx
+BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
+BURG_OPTS = -I
+
#---------------------------------------------------------
# Compilation options...
#---------------------------------------------------------
@@ -51,6 +54,9 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
+## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
+
+
LibPathsG = $(LibPathsO:Release=Debug)
@@ -62,6 +68,9 @@ LibsO = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsO)))
LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG)))
+# Special tools used while building
+RunBurg = $(BURG) $(BURG_OPTS)
+
# Enable this for profiling support with 'gprof'
#Prof = -pg