summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
commit5cbf22391667568c36943f89c0568d1ca4eb006f (patch)
tree731a2402e1767a409bd005ccc7add94cdfc42216 /llvm/lib/Target
parent726440dbc99e507cad76363de363db6ca9ee97b4 (diff)
downloadbcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.tar.gz
bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.zip
Removed trailing whitespace from Makefiles.
llvm-svn: 61991
Diffstat (limited to 'llvm/lib/Target')
-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
18 files changed, 38 insertions, 38 deletions
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
OpenPOWER on IntegriCloud