aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GC
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 03:35:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 03:35:04 +0000
commitcac731ecbe6a80e0c607ece2833525a92601db99 (patch)
tree0cd02e334e8e3395fcf1b76538cc512c03264bc6 /runtime/GC
parent9691a898c702b5ad6ec122dd38f8b4196316876c (diff)
downloadexternal_llvm-cac731ecbe6a80e0c607ece2833525a92601db99.zip
external_llvm-cac731ecbe6a80e0c607ece2833525a92601db99.tar.gz
external_llvm-cac731ecbe6a80e0c607ece2833525a92601db99.tar.bz2
We won't use automake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GC')
-rw-r--r--runtime/GC/Makefile.am15
-rw-r--r--runtime/GC/SemiSpace/Makefile.am17
2 files changed, 0 insertions, 32 deletions
diff --git a/runtime/GC/Makefile.am b/runtime/GC/Makefile.am
deleted file mode 100644
index 3e9f01f..0000000
--- a/runtime/GC/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-#===-- runtime/GC/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.
-#
-#===------------------------------------------------------------------------===#
-
-SUBDIRS = SemiSpace
-
-EXTRA_DIST = gc_exported_symbols.lst GCInterface.h
-
-include $(top_srcdir)/Makefile_config
-
diff --git a/runtime/GC/SemiSpace/Makefile.am b/runtime/GC/SemiSpace/Makefile.am
deleted file mode 100644
index 7f5eea9..0000000
--- a/runtime/GC/SemiSpace/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-#===-- runtime/GC/SemiSpace/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 = libGCSemiSpace.a
-libGCSemiSpace_a_SOURCES = semispace.c
-
-BYTECODE_LIBRARY = $(lib_LIBRARIES)
-
-EXPORTED_SYMBOL_FILE = $(srcdir)/../gc_exported_symbols.lst
-
-include $(top_srcdir)/Makefile_config