Prune CRLFs.
[oota-llvm.git] / tools / llvm-jitlistener / Makefile
index 06132f9900fdf2680041de47b749794b862e45f5..4acb6a5617157a3d5376495739f5e80e40dd3b97 100644 (file)
@@ -1,27 +1,27 @@
-##===- tools/llvm-jitlistener/Makefile ---------------------*- Makefile -*-===##\r
-#\r
-#                     The LLVM Compiler Infrastructure\r
-#\r
-# This file is distributed under the University of Illinois Open Source\r
-# License. See LICENSE.TXT for details.\r
-#\r
-##===----------------------------------------------------------------------===##\r
-\r
-LEVEL := ../..\r
-TOOLNAME := llvm-jitlistener\r
-\r
-include $(LEVEL)/Makefile.config\r
-\r
-LINK_COMPONENTS := mcjit interpreter nativecodegen bitreader asmparser irreader selectiondag Object\r
-\r
-# If Intel JIT Events support is configured, link against the LLVM Intel JIT\r
-# Events interface library.  If not, this tool will do nothing useful, but it\r
-# will build correctly.\r
-ifeq ($(USE_INTEL_JITEVENTS), 1)\r
-  LINK_COMPONENTS += debuginfodwarf inteljitevents\r
-endif\r
-\r
-# This tool has no plugins, optimize startup time.\r
-TOOL_NO_EXPORTS := 1\r
-\r
-include $(LLVM_SRC_ROOT)/Makefile.rules\r
+##===- tools/llvm-jitlistener/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 := llvm-jitlistener
+
+include $(LEVEL)/Makefile.config
+
+LINK_COMPONENTS := mcjit interpreter nativecodegen bitreader asmparser irreader selectiondag Object
+
+# If Intel JIT Events support is configured, link against the LLVM Intel JIT
+# Events interface library.  If not, this tool will do nothing useful, but it
+# will build correctly.
+ifeq ($(USE_INTEL_JITEVENTS), 1)
+  LINK_COMPONENTS += debuginfodwarf inteljitevents
+endif
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
+
+include $(LLVM_SRC_ROOT)/Makefile.rules