The verify pass is implicit
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 0fdcf8b5ddb89c4f112b711b6e45aca4ed86e1a1..4e47ee6a71835ec11e4b566c7bf887acc3f8592f 100644 (file)
@@ -1,21 +1,6 @@
 LEVEL = ../..
 TOOLNAME = lli
-USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support \
-          target transforms
+USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common
-
-all :: $(LEVEL)/tools/Debug/RuntimeLib.bc
-
-Debug/RuntimeLib.c: RuntimeLib.lc
-       cp -f $< $@
-
-Debug/RuntimeLib.o: Debug/RuntimeLib.c
-       @-rm $@
-       /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -c -o $@
-
-$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.o
-       ../Debug/opt -dce $< -o $@ -f -q
-
-