diff options
Diffstat (limited to 'runtime/GC/Makefile.am')
-rw-r--r-- | runtime/GC/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/GC/Makefile.am b/runtime/GC/Makefile.am new file mode 100644 index 0000000..3e9f01f --- /dev/null +++ b/runtime/GC/Makefile.am @@ -0,0 +1,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 + |