diff options
Diffstat (limited to 'lib/Target/CBackend/Makefile.am')
-rw-r--r-- | lib/Target/CBackend/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Target/CBackend/Makefile.am b/lib/Target/CBackend/Makefile.am deleted file mode 100644 index 0093303..0000000 --- a/lib/Target/CBackend/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -#===-- lib/Target/CBackend/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 = libLLVMCWriter.a - -libLLVMCWriter_a_SOURCES = Writer.cpp - -PRELINK=libLLVMCWriter.a |