aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libdummy/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libdummy/Makefile.am')
-rw-r--r--runtime/libdummy/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/runtime/libdummy/Makefile.am b/runtime/libdummy/Makefile.am
deleted file mode 100644
index a8f8793..0000000
--- a/runtime/libdummy/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-#===-- runtime/libdummy/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.
-#
-#===------------------------------------------------------------------------===#
-
-lib_LIBRARIES = libdummy.a
-libdummy_a_SOURCES = dummylib.c
-BYTECODE_LIBRARY = $(lib_LIBRARIES)
-
-include $(top_srcdir)/Makefile_config