From 9b8f542e2746b28721b3ec603c3aaaa10ea708fc Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 9 Jan 2009 16:44:42 +0000 Subject: Removed trailing whitespace from Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 12 ++++++------ Makefile.config.in | 8 ++++---- lib/Analysis/IPA/Makefile | 4 ++-- lib/Analysis/Makefile | 4 ++-- lib/Archive/Makefile | 6 +++--- lib/AsmParser/Makefile | 4 ++-- lib/Bitcode/Makefile | 4 ++-- lib/Bitcode/Reader/Makefile | 4 ++-- lib/Bitcode/Writer/Makefile | 4 ++-- lib/CodeGen/AsmPrinter/Makefile | 4 ++-- lib/CodeGen/Makefile | 4 ++-- lib/CodeGen/SelectionDAG/Makefile | 4 ++-- lib/Debugger/Makefile | 4 ++-- lib/ExecutionEngine/Interpreter/Makefile | 4 ++-- lib/ExecutionEngine/JIT/Makefile | 4 ++-- lib/ExecutionEngine/Makefile | 4 ++-- lib/Linker/Makefile | 4 ++-- lib/Makefile | 6 +++--- lib/Support/Makefile | 4 ++-- lib/System/Makefile | 4 ++-- lib/Target/ARM/AsmPrinter/Makefile | 6 +++--- lib/Target/Alpha/AsmPrinter/Makefile | 6 +++--- lib/Target/Alpha/Makefile | 4 ++-- lib/Target/CBackend/Makefile | 4 ++-- lib/Target/CellSPU/AsmPrinter/Makefile | 2 +- lib/Target/CellSPU/Makefile | 2 +- lib/Target/CppBackend/Makefile | 4 ++-- lib/Target/IA64/Makefile | 2 +- lib/Target/Makefile | 4 ++-- lib/Target/Mips/Makefile | 4 ++-- lib/Target/PIC16/Makefile | 6 +++--- lib/Target/PowerPC/AsmPrinter/Makefile | 6 +++--- lib/Target/PowerPC/Makefile | 4 ++-- lib/Target/Sparc/AsmPrinter/Makefile | 6 +++--- lib/Target/Sparc/Makefile | 4 ++-- lib/Target/X86/AsmPrinter/Makefile | 6 +++--- lib/Target/X86/Makefile | 4 ++-- lib/Target/XCore/Makefile | 2 +- lib/Transforms/Hello/Makefile | 6 +++--- lib/Transforms/IPO/Makefile | 4 ++-- lib/Transforms/Instrumentation/Makefile | 6 +++--- lib/Transforms/Makefile | 4 ++-- lib/Transforms/Scalar/Makefile | 4 ++-- lib/Transforms/Utils/Makefile | 4 ++-- lib/VMCore/Makefile | 4 ++-- 45 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Makefile.common b/Makefile.common index 18a4ace19f..e1f52036f6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,10 +1,10 @@ #===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===# -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# #===------------------------------------------------------------------------===# # # This file is included by all of the LLVM makefiles. This file defines common @@ -15,8 +15,8 @@ # The following functionality can be set by setting incoming variables. # The variable $(LEVEL) *must* be set: # -# 1. LEVEL - The level of the current subdirectory from the top of the -# source directory. This level should be expressed as a path, for +# 1. LEVEL - The level of the current subdirectory from the top of the +# source directory. This level should be expressed as a path, for # example, ../.. for two levels deep. # # 2. DIRS - A list of subdirectories to be built. Fake targets are set up @@ -29,7 +29,7 @@ # built, which are then built in any order. # # 4. Source - If specified, this sets the source code filenames. If this -# is not set, it defaults to be all of the .cpp, .c, .y, and .l files +# is not set, it defaults to be all of the .cpp, .c, .y, and .l files # in the current directory. Also, if you want to build files in addition # to the local files, you can use the ExtraSource variable # @@ -56,7 +56,7 @@ # # Configuration file to set paths specific to local installation of LLVM -# +# ifndef LLVM_OBJ_ROOT include $(LEVEL)/Makefile.config else diff --git a/Makefile.config.in b/Makefile.config.in index 96e5733ec7..bcf1a00e12 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -4,7 +4,7 @@ # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# #===------------------------------------------------------------------------===# # # This file is included by Makefile.common. It defines paths and other @@ -150,7 +150,7 @@ TAR := @TAR@ YACC := @YACC@ # Paths to miscellaneous programs we hope are present but might not be -PERL := @PERL@ +PERL := @PERL@ BZIP2 := @BZIP2@ DOT := @DOT@ DOXYGEN := @DOXYGEN@ @@ -207,12 +207,12 @@ OBJ_ROOT := . # make command line (ie, make ENABLE_PROFILING=1): # When ENABLE_OPTIMIZED is enabled, LLVM code is optimized and output is put -# into the "Release" directories. Otherwise, LLVM code is not optimized and +# into the "Release" directories. Otherwise, LLVM code is not optimized and # output is put in the "Debug" directories. #ENABLE_OPTIMIZED = 1 @ENABLE_OPTIMIZED@ -# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will +# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will # exclude assertion checks, otherwise they are included. #DISABLE_ASSERTIONS = 1 @DISABLE_ASSERTIONS@ diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile index e1619e8a34..adacb16ea2 100644 --- a/lib/Analysis/IPA/Makefile +++ b/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/lib/Analysis/Makefile b/lib/Analysis/Makefile index 31ce23591d..4af6d350a6 100644 --- a/lib/Analysis/Makefile +++ b/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/lib/Archive/Makefile b/lib/Archive/Makefile index e951aa3e0b..da9780403a 100644 --- a/lib/Archive/Makefile +++ b/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/lib/AsmParser/Makefile b/lib/AsmParser/Makefile index c1b2375263..995bb0e130 100644 --- a/lib/AsmParser/Makefile +++ b/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/lib/Bitcode/Makefile b/lib/Bitcode/Makefile index 7abff6a0b7..2d6b5ad1fe 100644 --- a/lib/Bitcode/Makefile +++ b/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/lib/Bitcode/Reader/Makefile b/lib/Bitcode/Reader/Makefile index f194ec28e9..59af8d53a7 100644 --- a/lib/Bitcode/Reader/Makefile +++ b/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/lib/Bitcode/Writer/Makefile b/lib/Bitcode/Writer/Makefile index 7abc1d3d8f..7b0bd72159 100644 --- a/lib/Bitcode/Writer/Makefile +++ b/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/lib/CodeGen/AsmPrinter/Makefile b/lib/CodeGen/AsmPrinter/Makefile index c11f42647d..cb5b3f6c59 100644 --- a/lib/CodeGen/AsmPrinter/Makefile +++ b/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/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 29158e2dde..4ab3e3c001 100644 --- a/lib/CodeGen/Makefile +++ b/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/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile index b235e1311e..185222ade9 100644 --- a/lib/CodeGen/SelectionDAG/Makefile +++ b/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/lib/Debugger/Makefile b/lib/Debugger/Makefile index 7eb4485a6e..8290e3020f 100644 --- a/lib/Debugger/Makefile +++ b/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/lib/ExecutionEngine/Interpreter/Makefile b/lib/ExecutionEngine/Interpreter/Makefile index deb49691a1..5f937c3ad6 100644 --- a/lib/ExecutionEngine/Interpreter/Makefile +++ b/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/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile index 66e06a9fd2..e2c9c61e88 100644 --- a/lib/ExecutionEngine/JIT/Makefile +++ b/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/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 1c5a6307a9..e0e050e897 100644 --- a/lib/ExecutionEngine/Makefile +++ b/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/lib/Linker/Makefile b/lib/Linker/Makefile index 37f0f01a78..19e646b748 100644 --- a/lib/Linker/Makefile +++ b/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/lib/Makefile b/lib/Makefile index 522295937b..4ad0763f97 100644 --- a/lib/Makefile +++ b/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/lib/Support/Makefile b/lib/Support/Makefile index 7f76ed702d..48c21f4fd9 100644 --- a/lib/Support/Makefile +++ b/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/lib/System/Makefile b/lib/System/Makefile index fe5bcece7e..49704c3c62 100644 --- a/lib/System/Makefile +++ b/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/lib/Target/ARM/AsmPrinter/Makefile b/lib/Target/ARM/AsmPrinter/Makefile index 4063036f54..ce36cec47b 100644 --- a/lib/Target/ARM/AsmPrinter/Makefile +++ b/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/lib/Target/Alpha/AsmPrinter/Makefile b/lib/Target/Alpha/AsmPrinter/Makefile index 532a3f9f03..c5b3e94669 100644 --- a/lib/Target/Alpha/AsmPrinter/Makefile +++ b/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/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index 14c91f4da6..d6c82c7d74 100644 --- a/lib/Target/Alpha/Makefile +++ b/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/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 511e320a8f..336de0c6f4 100644 --- a/lib/Target/CBackend/Makefile +++ b/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/lib/Target/CellSPU/AsmPrinter/Makefile b/lib/Target/CellSPU/AsmPrinter/Makefile index 0b05b98fcd..dd56df71a5 100644 --- a/lib/Target/CellSPU/AsmPrinter/Makefile +++ b/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/lib/Target/CellSPU/Makefile b/lib/Target/CellSPU/Makefile index d12395f571..a460db3cfe 100644 --- a/lib/Target/CellSPU/Makefile +++ b/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/lib/Target/CppBackend/Makefile b/lib/Target/CppBackend/Makefile index e607c636e9..ca7e1a82c8 100644 --- a/lib/Target/CppBackend/Makefile +++ b/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/lib/Target/IA64/Makefile b/lib/Target/IA64/Makefile index b0f41c3b2c..87616dae98 100644 --- a/lib/Target/IA64/Makefile +++ b/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/lib/Target/Makefile b/lib/Target/Makefile index b1aa377b99..50a360f1f8 100644 --- a/lib/Target/Makefile +++ b/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/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index fa9ffa3e01..d3905b702f 100644 --- a/lib/Target/Mips/Makefile +++ b/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/lib/Target/PIC16/Makefile b/lib/Target/PIC16/Makefile index c429324cc2..3975849b3d 100644 --- a/lib/Target/PIC16/Makefile +++ b/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/lib/Target/PowerPC/AsmPrinter/Makefile b/lib/Target/PowerPC/AsmPrinter/Makefile index 125d8cfc00..269ef92044 100644 --- a/lib/Target/PowerPC/AsmPrinter/Makefile +++ b/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/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 6be39b09e1..db688970e9 100644 --- a/lib/Target/PowerPC/Makefile +++ b/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/lib/Target/Sparc/AsmPrinter/Makefile b/lib/Target/Sparc/AsmPrinter/Makefile index e71527d024..f12a6ac398 100644 --- a/lib/Target/Sparc/AsmPrinter/Makefile +++ b/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/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index 876eb40b8a..fdf6afaee0 100644 --- a/lib/Target/Sparc/Makefile +++ b/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/lib/Target/X86/AsmPrinter/Makefile b/lib/Target/X86/AsmPrinter/Makefile index ba75b43a8a..ba89ac69bf 100644 --- a/lib/Target/X86/AsmPrinter/Makefile +++ b/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/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index cb3f0ac299..44f1c5d5a5 100644 --- a/lib/Target/X86/Makefile +++ b/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/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile index 1b4fbd9d70..568df70ab6 100644 --- a/lib/Target/XCore/Makefile +++ b/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/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 6ca5774de4..c5e75d43af 100644 --- a/lib/Transforms/Hello/Makefile +++ b/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/lib/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile index 77a20c0264..5c42374139 100644 --- a/lib/Transforms/IPO/Makefile +++ b/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/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index b1f709c595..6cbc7a9cd8 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/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/lib/Transforms/Makefile b/lib/Transforms/Makefile index bf9599ad53..bfdb2bf81d 100644 --- a/lib/Transforms/Makefile +++ b/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/lib/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile index b091f342d5..cc42fd00ac 100644 --- a/lib/Transforms/Scalar/Makefile +++ b/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/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile index 09ff745a1b..d1e9336d67 100644 --- a/lib/Transforms/Utils/Makefile +++ b/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/lib/VMCore/Makefile b/lib/VMCore/Makefile index 59062a1803..e9d3dc8796 100644 --- a/lib/VMCore/Makefile +++ b/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 -- cgit v1.2.3