diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
| commit | 5cbf22391667568c36943f89c0568d1ca4eb006f (patch) | |
| tree | 731a2402e1767a409bd005ccc7add94cdfc42216 /llvm/lib/Transforms | |
| parent | 726440dbc99e507cad76363de363db6ca9ee97b4 (diff) | |
| download | bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.tar.gz bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.zip | |
Removed trailing whitespace from Makefiles.
llvm-svn: 61991
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Hello/Makefile | 6 | ||||
| -rw-r--r-- | llvm/lib/Transforms/IPO/Makefile | 4 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/Makefile | 6 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Makefile | 4 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Scalar/Makefile | 4 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Utils/Makefile | 4 |
6 files changed, 14 insertions, 14 deletions
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 = ../../.. |

