OSDN Git Service

projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that...
[android-x86/external-llvm.git] / projects / sample / Makefile.common.in
index 33bfcd6..ac08a52 100644 (file)
@@ -1,7 +1,7 @@
 # Set the name of the project here
 PROJECT_NAME := sample
 PROJ_VERSION := 0.9
+
 # Set this variable to the top of the LLVM source tree.
 LLVM_SRC_ROOT = @LLVM_SRC@
 
@@ -13,7 +13,7 @@ LLVM_OBJ_ROOT = @LLVM_OBJ@
 PROJ_SRC_ROOT := $(subst //,/,@abs_top_srcdir@)
 
 # Set the root directory of this project's object files
-PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@)
+PROJ_OBJ_ROOT := $(subst //,/,@abs_top_builddir@)
 
 # Set the root directory of this project's install prefix
 PROJ_INSTALL_ROOT := @prefix@