[llvm-commits] CVS: poolalloc/Makefile.common.in
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 20 11:19:06 PST 2005
Changes in directory poolalloc:
Makefile.common.in updated: 1.6 -> 1.7
---
Log message:
More changes.
---
Diffs of the changes: (+3 -10)
Index: poolalloc/Makefile.common.in
diff -u poolalloc/Makefile.common.in:1.6 poolalloc/Makefile.common.in:1.7
--- poolalloc/Makefile.common.in:1.6 Thu Jan 20 13:17:22 2005
+++ poolalloc/Makefile.common.in Thu Jan 20 13:18:55 2005
@@ -1,28 +1,21 @@
-#
+PROJECT_NAME := poolalloc
+PROJ_VERSION := 1.0
+
# Set this variable to the top of the LLVM source tree.
-#
LLVM_SRC_ROOT = @LLVM_SRC@
-#
# Set this variable to the top level directory where LLVM was built
# (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_ROOT := $(subst //,/, at abs_top_srcdir@)
-#
# Include LLVM's Master Makefile.
-#
include $(LLVM_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list