llvm-6502/runtime/GC/Makefile.am
2004-10-17 00:24:24 +00:00

16 lines
484 B
Makefile

#===-- 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