This never got updated to reflect the project makefile changes
[oota-llvm.git] / runtime / GC / SemiSpace / Makefile
index 2b5af6ef347cb2794afbaaacd6f2abcb4e845149..8aaa29c8cb00b4dc6820c1502ff00b22c77a81f6 100644 (file)
@@ -8,12 +8,10 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-BYTECODE_LIBRARY=1
-#SHARED_LIBRARY=1
-#DONT_BUILD_RELINKED=1
-LIBRARYNAME=gcsemispace
-
-EXPORTED_SYMBOL_FILE = $(SourceDir)/../gc_exported_symbols.lst
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = gcsemispace
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/../gc_exported_symbols.lst
 
 include $(LEVEL)/Makefile.common