#LibInstDir=/usrl/local/lib/xxx
#DocInstDir=/usr/doc/xxx
+BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
+BURG_OPTS = -I
+
#---------------------------------------------------------
# Compilation options...
#---------------------------------------------------------
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
+## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
+
+
LibPathsG = $(LibPathsO:Release=Debug)
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
#LibInstDir=/usrl/local/lib/xxx
#DocInstDir=/usr/doc/xxx
+BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
+BURG_OPTS = -I
+
#---------------------------------------------------------
# Compilation options...
#---------------------------------------------------------
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
+## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
+
+
LibPathsG = $(LibPathsO:Release=Debug)
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