diff options
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/Makefile.am')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/CodeGen/ModuloScheduling/Makefile.am b/lib/CodeGen/ModuloScheduling/Makefile.am deleted file mode 100644 index e1fd097..0000000 --- a/lib/CodeGen/ModuloScheduling/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -#===-- lib/CodeGen/ModuloScheduling/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.rules.am - -libexec_PROGRAMS = LLVMModuloScheduling.o - -LLVMModuloScheduling_o_SOURCES = \ - ModuloScheduling.cpp \ - MSchedGraph.cpp \ - MSSchedule.cpp - -LIBS= |