[llvm-commits] CVS: poolalloc/Makefile.common.in
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 4 12:21:12 PST 2005
Changes in directory poolalloc:
Makefile.common.in updated: 1.8 -> 1.9
---
Log message:
More changes for the modified project system
---
Diffs of the changes: (+5 -4)
Index: poolalloc/Makefile.common.in
diff -u poolalloc/Makefile.common.in:1.8 poolalloc/Makefile.common.in:1.9
--- poolalloc/Makefile.common.in:1.8 Thu Jan 20 13:20:52 2005
+++ poolalloc/Makefile.common.in Fri Feb 4 14:21:02 2005
@@ -8,14 +8,15 @@
# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config).
LLVM_OBJ_ROOT = @LLVM_OBJ@
-# Include LLVM's Master Makefile.
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
# Set the source root and source directory pathnames
-PROJ_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
+####PROJ_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
PROJ_SRC_ROOT := $(subst //,/, at abs_top_srcdir@)
+# Set the root directory of this project's object files
+PROJ_OBJ_ROOT := $(subst //,/, at abs_top_objdir@)
+
+# Set the root directory of this project's install prefix
PROJ_INSTALL_ROOT := @prefix@
# Include LLVM's Master Makefile.
More information about the llvm-commits
mailing list