diff options
Diffstat (limited to 'llvm/lib/Support/Makefile.am')
-rw-r--r-- | llvm/lib/Support/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/llvm/lib/Support/Makefile.am b/llvm/lib/Support/Makefile.am deleted file mode 100644 index a1679dad3a8..00000000000 --- a/llvm/lib/Support/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -#===-- lib/Support/Makefile.am -----------------------------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -include $(top_srcdir)/Makefile_config - -lib_LIBRARIES = libLLVMSupport.a - -libLLVMSupport_a_SOURCES = \ - Annotation.cpp \ - CommandLine.cpp \ - Compressor.cpp \ - Debug.cpp \ - DynamicLinker.cpp \ - FileUtilities.cpp \ - IsInf.cpp \ - IsNAN.cpp \ - PluginLoader.cpp \ - SlowOperationInformer.cpp \ - Statistic.cpp \ - StringExtras.cpp \ - SystemUtils.cpp \ - Timer.cpp \ - ToolRunner.cpp |