Remove debug code emitter from the JIT
[oota-llvm.git] / runtime / GC / SemiSpace / Makefile.am
1 #===-- runtime/GC/SemiSpace/Makefile.am --------------------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 lib_LIBRARIES = libGCSemiSpace.a
11 libGCSemiSpace_a_SOURCES = semispace.c
12
13 BYTECODE_LIBRARY = $(lib_LIBRARIES)
14
15 EXPORTED_SYMBOL_FILE = $(srcdir)/../gc_exported_symbols.lst
16
17 include $(top_srcdir)/Makefile_config