blob: 3e9f01f1d0e7ce490e71c76bef37b1ab8afffbfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#===-- 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
|