Skip to content

Commit

Permalink
Removed trailing whitespace from Makefiles.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Jan 9, 2009
1 parent afa2259 commit 9b8f542
Show file tree
Hide file tree
Showing 45 changed files with 102 additions and 102 deletions.
12 changes: 6 additions & 6 deletions Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
#
Expand All @@ -56,7 +56,7 @@

#
# Configuration file to set paths specific to local installation of LLVM
#
#
ifndef LLVM_OBJ_ROOT
include $(LEVEL)/Makefile.config
else
Expand Down
8 changes: 4 additions & 4 deletions Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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@
Expand Down Expand Up @@ -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@
Expand Down
4 changes: 2 additions & 2 deletions lib/Analysis/IPA/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../../..
Expand Down
4 changes: 2 additions & 2 deletions lib/Analysis/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
6 changes: 3 additions & 3 deletions lib/Archive/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions lib/AsmParser/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
4 changes: 2 additions & 2 deletions lib/Bitcode/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
4 changes: 2 additions & 2 deletions lib/Bitcode/Reader/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../../..
Expand Down
4 changes: 2 additions & 2 deletions lib/Bitcode/Writer/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../../..
Expand Down
4 changes: 2 additions & 2 deletions lib/CodeGen/AsmPrinter/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/CodeGen/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
4 changes: 2 additions & 2 deletions lib/CodeGen/SelectionDAG/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Debugger/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
4 changes: 2 additions & 2 deletions lib/ExecutionEngine/Interpreter/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/ExecutionEngine/JIT/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/ExecutionEngine/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Linker/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
6 changes: 3 additions & 3 deletions lib/Makefile
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions lib/Support/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
4 changes: 2 additions & 2 deletions lib/System/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../..
Expand Down
6 changes: 3 additions & 3 deletions lib/Target/ARM/AsmPrinter/Makefile
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions lib/Target/Alpha/AsmPrinter/Makefile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions lib/Target/Alpha/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/CBackend/Makefile
Original file line number Diff line number Diff line change
@@ -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 = ../../..
Expand Down
2 changes: 1 addition & 1 deletion lib/Target/CellSPU/AsmPrinter/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
#
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion lib/Target/CellSPU/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
#
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
Expand Down
Loading

0 comments on commit 9b8f542

Please sign in to comment.