diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/LiveVar/Makefile.am')
-rw-r--r-- | llvm/lib/Target/SparcV9/LiveVar/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/lib/Target/SparcV9/LiveVar/Makefile.am b/llvm/lib/Target/SparcV9/LiveVar/Makefile.am deleted file mode 100644 index ac07532e3f5..00000000000 --- a/llvm/lib/Target/SparcV9/LiveVar/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -#===-- lib/Target/SparcV9/LiveVar/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 = libLLVMSparcV9LiveVar.a - -libLLVMSparcV9LiveVar_a_SOURCES = \ - BBLiveVar.cpp \ - FunctionLiveVarInfo.cpp \ - ValueSet.cpp - - -PRELINK = $(lib_LIBRARIES) |