summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index cfe97d77cd..989bc642bd 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,7 +1,15 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+
+#USEDLIBS = bcreader bcwriter profpaths \
+# analysis transforms vmcore support
+
+
+USEDLIBS = bcreader bcwriter instrument profpaths \
ipo ipa datastructure transforms target analysis transformutils vmcore support
+#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+# ipo ipa datastructure transforms target analysis transformutils vmcore support
+
include $(LEVEL)/Makefile.common