Support/Windows/PathV2: Fix remove to handle both files and directories.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 9cf483c479fb04072ab0d43bc4e3ae8f3c758bfb..1858d776616c3c7faa1b2da2668e7ad8a24bcbc6 100644 (file)
@@ -1,6 +1,13 @@
+##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
 LEVEL = ../..
-TOOLNAME = lli
-USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
+LIBRARYNAME = LLVMExecutionEngine
+PARALLEL_DIRS = Interpreter JIT MCJIT
 
 include $(LEVEL)/Makefile.common
-