Add path and options for burg.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 6 Aug 2001 19:01:20 +0000 (19:01 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 6 Aug 2001 19:01:20 +0000 (19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 94195ebbd018edb5cb9794865b20a66dcaecd3da..0c735d24f648957998fbe27d0fb91512d44e6053 100644 (file)
@@ -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
 
index 94195ebbd018edb5cb9794865b20a66dcaecd3da..0c735d24f648957998fbe27d0fb91512d44e6053 100644 (file)
@@ -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