summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IPA/Makefile4
-rw-r--r--llvm/lib/Analysis/Makefile4
-rw-r--r--llvm/lib/Archive/Makefile6
-rw-r--r--llvm/lib/AsmParser/Makefile4
-rw-r--r--llvm/lib/Bitcode/Makefile4
-rw-r--r--llvm/lib/Bitcode/Reader/Makefile4
-rw-r--r--llvm/lib/Bitcode/Writer/Makefile4
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/Makefile4
-rw-r--r--llvm/lib/CodeGen/Makefile4
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/Makefile4
-rw-r--r--llvm/lib/Debugger/Makefile4
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Makefile4
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Makefile4
-rw-r--r--llvm/lib/ExecutionEngine/Makefile4
-rw-r--r--llvm/lib/Linker/Makefile4
-rw-r--r--llvm/lib/Makefile6
-rw-r--r--llvm/lib/Support/Makefile4
-rw-r--r--llvm/lib/System/Makefile4
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/Makefile6
-rw-r--r--llvm/lib/Target/Alpha/AsmPrinter/Makefile6
-rw-r--r--llvm/lib/Target/Alpha/Makefile4
-rw-r--r--llvm/lib/Target/CBackend/Makefile4
-rw-r--r--llvm/lib/Target/CellSPU/AsmPrinter/Makefile2
-rw-r--r--llvm/lib/Target/CellSPU/Makefile2
-rw-r--r--llvm/lib/Target/CppBackend/Makefile4
-rw-r--r--llvm/lib/Target/IA64/Makefile2
-rw-r--r--llvm/lib/Target/Makefile4
-rw-r--r--llvm/lib/Target/Mips/Makefile4
-rw-r--r--llvm/lib/Target/PIC16/Makefile6
-rw-r--r--llvm/lib/Target/PowerPC/AsmPrinter/Makefile6
-rw-r--r--llvm/lib/Target/PowerPC/Makefile4
-rw-r--r--llvm/lib/Target/Sparc/AsmPrinter/Makefile6
-rw-r--r--llvm/lib/Target/Sparc/Makefile4
-rw-r--r--llvm/lib/Target/X86/AsmPrinter/Makefile6
-rw-r--r--llvm/lib/Target/X86/Makefile4
-rw-r--r--llvm/lib/Target/XCore/Makefile2
-rw-r--r--llvm/lib/Transforms/Hello/Makefile6
-rw-r--r--llvm/lib/Transforms/IPO/Makefile4
-rw-r--r--llvm/lib/Transforms/Instrumentation/Makefile6
-rw-r--r--llvm/lib/Transforms/Makefile4
-rw-r--r--llvm/lib/Transforms/Scalar/Makefile4
-rw-r--r--llvm/lib/Transforms/Utils/Makefile4
-rw-r--r--llvm/lib/VMCore/Makefile4
43 files changed, 92 insertions, 92 deletions
diff --git a/llvm/lib/Analysis/IPA/Makefile b/llvm/lib/Analysis/IPA/Makefile
index e1619e8a34e..adacb16ea20 100644
--- a/llvm/lib/Analysis/IPA/Makefile
+++ b/llvm/lib/Analysis/IPA/Makefile
@@ -1,10 +1,10 @@
##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile
index 31ce23591d0..4af6d350a64 100644
--- a/llvm/lib/Analysis/Makefile
+++ b/llvm/lib/Analysis/Makefile
@@ -1,10 +1,10 @@
##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Archive/Makefile b/llvm/lib/Archive/Makefile
index e951aa3e0b1..da9780403a0 100644
--- a/llvm/lib/Archive/Makefile
+++ b/llvm/lib/Archive/Makefile
@@ -1,16 +1,16 @@
##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMArchive
-# We only want an archive so only those modules actually used by a tool are
+# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE := 1
diff --git a/llvm/lib/AsmParser/Makefile b/llvm/lib/AsmParser/Makefile
index c1b23752632..995bb0e130e 100644
--- a/llvm/lib/AsmParser/Makefile
+++ b/llvm/lib/AsmParser/Makefile
@@ -1,10 +1,10 @@
##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Bitcode/Makefile b/llvm/lib/Bitcode/Makefile
index 7abff6a0b73..2d6b5ad1fe8 100644
--- a/llvm/lib/Bitcode/Makefile
+++ b/llvm/lib/Bitcode/Makefile
@@ -1,10 +1,10 @@
##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Bitcode/Reader/Makefile b/llvm/lib/Bitcode/Reader/Makefile
index f194ec28e92..59af8d53a73 100644
--- a/llvm/lib/Bitcode/Reader/Makefile
+++ b/llvm/lib/Bitcode/Reader/Makefile
@@ -1,10 +1,10 @@
##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Bitcode/Writer/Makefile b/llvm/lib/Bitcode/Writer/Makefile
index 7abc1d3d8f0..7b0bd72159a 100644
--- a/llvm/lib/Bitcode/Writer/Makefile
+++ b/llvm/lib/Bitcode/Writer/Makefile
@@ -1,10 +1,10 @@
##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/CodeGen/AsmPrinter/Makefile b/llvm/lib/CodeGen/AsmPrinter/Makefile
index c11f42647d3..cb5b3f6c59d 100644
--- a/llvm/lib/CodeGen/AsmPrinter/Makefile
+++ b/llvm/lib/CodeGen/AsmPrinter/Makefile
@@ -1,10 +1,10 @@
##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMAsmPrinter
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 29158e2dde7..4ab3e3c0013 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,10 +1,10 @@
##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile
index b235e1311e8..185222ade98 100644
--- a/llvm/lib/CodeGen/SelectionDAG/Makefile
+++ b/llvm/lib/CodeGen/SelectionDAG/Makefile
@@ -1,10 +1,10 @@
##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMSelectionDAG
diff --git a/llvm/lib/Debugger/Makefile b/llvm/lib/Debugger/Makefile
index 7eb4485a6e8..8290e3020fe 100644
--- a/llvm/lib/Debugger/Makefile
+++ b/llvm/lib/Debugger/Makefile
@@ -1,10 +1,10 @@
##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Makefile b/llvm/lib/ExecutionEngine/Interpreter/Makefile
index deb49691a13..5f937c3ad6f 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Makefile
+++ b/llvm/lib/ExecutionEngine/Interpreter/Makefile
@@ -1,10 +1,10 @@
##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMInterpreter
diff --git a/llvm/lib/ExecutionEngine/JIT/Makefile b/llvm/lib/ExecutionEngine/JIT/Makefile
index 66e06a9fd28..e2c9c61e88f 100644
--- a/llvm/lib/ExecutionEngine/JIT/Makefile
+++ b/llvm/lib/ExecutionEngine/JIT/Makefile
@@ -1,10 +1,10 @@
##===- lib/ExecutionEngine/JIT/Makefile --------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMJIT
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 1c5a6307a9e..e0e050e8972 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -1,10 +1,10 @@
##===- 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 = ../..
LIBRARYNAME = LLVMExecutionEngine
diff --git a/llvm/lib/Linker/Makefile b/llvm/lib/Linker/Makefile
index 37f0f01a785..19e646b7483 100644
--- a/llvm/lib/Linker/Makefile
+++ b/llvm/lib/Linker/Makefile
@@ -1,10 +1,10 @@
##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile
index 522295937b3..4ad0763f97a 100644
--- a/llvm/lib/Makefile
+++ b/llvm/lib/Makefile
@@ -1,15 +1,15 @@
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ..
PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
- Target ExecutionEngine Debugger Linker
+ Target ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile
index 7f76ed702d2..48c21f4fd9e 100644
--- a/llvm/lib/Support/Makefile
+++ b/llvm/lib/Support/Makefile
@@ -1,10 +1,10 @@
##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/System/Makefile b/llvm/lib/System/Makefile
index fe5bcece7ea..49704c3c625 100644
--- a/llvm/lib/System/Makefile
+++ b/llvm/lib/System/Makefile
@@ -1,10 +1,10 @@
##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Target/ARM/AsmPrinter/Makefile b/llvm/lib/Target/ARM/AsmPrinter/Makefile
index 4063036f544..ce36cec47b6 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/Makefile
+++ b/llvm/lib/Target/ARM/AsmPrinter/Makefile
@@ -1,15 +1,15 @@
##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMARMAsmPrinter
-# Hack: we need to include 'main' arm target directory to grab private headers
+# Hack: we need to include 'main' arm target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/Alpha/AsmPrinter/Makefile b/llvm/lib/Target/Alpha/AsmPrinter/Makefile
index 532a3f9f036..c5b3e946695 100644
--- a/llvm/lib/Target/Alpha/AsmPrinter/Makefile
+++ b/llvm/lib/Target/Alpha/AsmPrinter/Makefile
@@ -1,15 +1,15 @@
##===- lib/Target/Alpha/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMAlphaAsmPrinter
-# Hack: we need to include 'main' alpha target directory to grab private headers
+# Hack: we need to include 'main' alpha target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/Alpha/Makefile b/llvm/lib/Target/Alpha/Makefile
index 14c91f4da63..d6c82c7d743 100644
--- a/llvm/lib/Target/Alpha/Makefile
+++ b/llvm/lib/Target/Alpha/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMAlphaCodeGen
diff --git a/llvm/lib/Target/CBackend/Makefile b/llvm/lib/Target/CBackend/Makefile
index 511e320a8f1..336de0c6f44 100644
--- a/llvm/lib/Target/CBackend/Makefile
+++ b/llvm/lib/Target/CBackend/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Target/CellSPU/AsmPrinter/Makefile b/llvm/lib/Target/CellSPU/AsmPrinter/Makefile
index 0b05b98fcd4..dd56df71a5d 100644
--- a/llvm/lib/Target/CellSPU/AsmPrinter/Makefile
+++ b/llvm/lib/Target/CellSPU/AsmPrinter/Makefile
@@ -1,5 +1,5 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
diff --git a/llvm/lib/Target/CellSPU/Makefile b/llvm/lib/Target/CellSPU/Makefile
index d12395f5714..a460db3cfed 100644
--- a/llvm/lib/Target/CellSPU/Makefile
+++ b/llvm/lib/Target/CellSPU/Makefile
@@ -1,5 +1,5 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
diff --git a/llvm/lib/Target/CppBackend/Makefile b/llvm/lib/Target/CppBackend/Makefile
index e607c636e9a..ca7e1a82c80 100644
--- a/llvm/lib/Target/CppBackend/Makefile
+++ b/llvm/lib/Target/CppBackend/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/CppBackend/Makefile --- ------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Target/IA64/Makefile b/llvm/lib/Target/IA64/Makefile
index b0f41c3b2c0..87616dae987 100644
--- a/llvm/lib/Target/IA64/Makefile
+++ b/llvm/lib/Target/IA64/Makefile
@@ -3,7 +3,7 @@
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMIA64
diff --git a/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile
index b1aa377b99d..50a360f1f86 100644
--- a/llvm/lib/Target/Makefile
+++ b/llvm/lib/Target/Makefile
@@ -1,10 +1,10 @@
#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Target/Mips/Makefile b/llvm/lib/Target/Mips/Makefile
index fa9ffa3e01d..d3905b702f4 100644
--- a/llvm/lib/Target/Mips/Makefile
+++ b/llvm/lib/Target/Mips/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMMips
diff --git a/llvm/lib/Target/PIC16/Makefile b/llvm/lib/Target/PIC16/Makefile
index c429324cc2d..3975849b3d8 100644
--- a/llvm/lib/Target/PIC16/Makefile
+++ b/llvm/lib/Target/PIC16/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/PIC16/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
-# This file is distributed under the University of Illinois Open Source
+# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMPIC16
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
index 125d8cfc009..269ef920443 100644
--- a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
+++ b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
@@ -1,15 +1,15 @@
##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMPowerPCAsmPrinter
-# Hack: we need to include 'main' PowerPC target directory to grab private headers
+# Hack: we need to include 'main' PowerPC target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile
index 6be39b09e19..db688970e9e 100644
--- a/llvm/lib/Target/PowerPC/Makefile
+++ b/llvm/lib/Target/PowerPC/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMPowerPCCodeGen
diff --git a/llvm/lib/Target/Sparc/AsmPrinter/Makefile b/llvm/lib/Target/Sparc/AsmPrinter/Makefile
index e71527d0243..f12a6ac3989 100644
--- a/llvm/lib/Target/Sparc/AsmPrinter/Makefile
+++ b/llvm/lib/Target/Sparc/AsmPrinter/Makefile
@@ -1,15 +1,15 @@
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMSparcAsmPrinter
-# Hack: we need to include 'main' Sparc target directory to grab private headers
+# Hack: we need to include 'main' Sparc target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/Sparc/Makefile b/llvm/lib/Target/Sparc/Makefile
index 876eb40b8a8..fdf6afaee07 100644
--- a/llvm/lib/Target/Sparc/Makefile
+++ b/llvm/lib/Target/Sparc/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMSparcCodeGen
diff --git a/llvm/lib/Target/X86/AsmPrinter/Makefile b/llvm/lib/Target/X86/AsmPrinter/Makefile
index ba75b43a8ae..ba89ac69bf6 100644
--- a/llvm/lib/Target/X86/AsmPrinter/Makefile
+++ b/llvm/lib/Target/X86/AsmPrinter/Makefile
@@ -1,15 +1,15 @@
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMX86AsmPrinter
-# Hack: we need to include 'main' x86 target directory to grab private headers
+# Hack: we need to include 'main' x86 target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/X86/Makefile b/llvm/lib/Target/X86/Makefile
index cb3f0ac299f..44f1c5d5a50 100644
--- a/llvm/lib/Target/X86/Makefile
+++ b/llvm/lib/Target/X86/Makefile
@@ -1,10 +1,10 @@
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMX86CodeGen
diff --git a/llvm/lib/Target/XCore/Makefile b/llvm/lib/Target/XCore/Makefile
index 1b4fbd9d70b..568df70ab63 100644
--- a/llvm/lib/Target/XCore/Makefile
+++ b/llvm/lib/Target/XCore/Makefile
@@ -1,5 +1,5 @@
##===- lib/Target/XCore/Makefile ---------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile
index 6ca5774de42..c5e75d43af6 100644
--- a/llvm/lib/Transforms/Hello/Makefile
+++ b/llvm/lib/Transforms/Hello/Makefile
@@ -1,16 +1,16 @@
##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMHello
LOADABLE_MODULE = 1
-USEDLIBS =
+USEDLIBS =
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/IPO/Makefile b/llvm/lib/Transforms/IPO/Makefile
index 77a20c0264e..5c42374139a 100644
--- a/llvm/lib/Transforms/IPO/Makefile
+++ b/llvm/lib/Transforms/IPO/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/IPO/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile
index b1f709c595b..6cbc7a9cd88 100644
--- a/llvm/lib/Transforms/Instrumentation/Makefile
+++ b/llvm/lib/Transforms/Instrumentation/Makefile
@@ -1,14 +1,14 @@
##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMInstrumentation
+LIBRARYNAME = LLVMInstrumentation
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Makefile b/llvm/lib/Transforms/Makefile
index bf9599ad53b..bfdb2bf81d9 100644
--- a/llvm/lib/Transforms/Makefile
+++ b/llvm/lib/Transforms/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/llvm/lib/Transforms/Scalar/Makefile b/llvm/lib/Transforms/Scalar/Makefile
index b091f342d58..cc42fd00ac7 100644
--- a/llvm/lib/Transforms/Scalar/Makefile
+++ b/llvm/lib/Transforms/Scalar/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Scalar/Makefile ----------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/Transforms/Utils/Makefile b/llvm/lib/Transforms/Utils/Makefile
index 09ff745a1b5..d1e9336d67f 100644
--- a/llvm/lib/Transforms/Utils/Makefile
+++ b/llvm/lib/Transforms/Utils/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile
index 59062a18038..e9d3dc87966 100644
--- a/llvm/lib/VMCore/Makefile
+++ b/llvm/lib/VMCore/Makefile
@@ -1,10 +1,10 @@
##===- lib/VMCore/Makefile ------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
OpenPOWER on IntegriCloud