diff options
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Hello/Makefile | 6 | ||||
-rw-r--r-- | lib/Transforms/IPO/Makefile | 4 | ||||
-rw-r--r-- | lib/Transforms/Instrumentation/Makefile | 6 | ||||
-rw-r--r-- | lib/Transforms/Makefile | 4 | ||||
-rw-r--r-- | lib/Transforms/Scalar/Makefile | 4 | ||||
-rw-r--r-- | lib/Transforms/Utils/Makefile | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 6ca5774..c5e75d4 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 77a20c0..5c42374 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 b1f709c..6cbc7a9 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 bf9599a..bfdb2bf 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 b091f34..cc42fd0 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 09ff745..d1e9336 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 = ../../.. |