diff options
Diffstat (limited to 'runtime/GC/Makefile')
-rw-r--r-- | runtime/GC/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile new file mode 100644 index 0000000000..b57dc85907 --- /dev/null +++ b/runtime/GC/Makefile @@ -0,0 +1,19 @@ +##===- runtime/GC/Makefile ---------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +PARALLEL_DIRS := SemiSpace +EXTRA_DIST := gc_exported_symbols.lst +include $(LEVEL)/Makefile.common + +# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs +# +install:: + +clean:: |