[llvm-commits] CVS: reopt/Makefile.common.in
John Criswell
criswell at cs.uiuc.edu
Wed Sep 10 10:03:53 PDT 2003
Changes in directory reopt:
Makefile.common.in updated: 1.2 -> 1.3
---
Log message:
Updated for the new autoconf system.
---
Diffs of the changes:
Index: reopt/Makefile.common.in
diff -u reopt/Makefile.common.in:1.2 reopt/Makefile.common.in:1.3
--- reopt/Makefile.common.in:1.2 Thu Aug 14 22:34:44 2003
+++ reopt/Makefile.common.in Wed Sep 10 10:02:24 2003
@@ -12,5 +12,17 @@
#
# Include LLVM's Master Makefile.
#
-include $(LLVM_SRC_ROOT)/Makefile.common
+include $(LLVM_SRC_ROOT)/Makefile.config
+
+#
+# Set the source root and source directory pathnames
+#
+BUILD_SRC_DIR := $(subst //,/, at abs_top_srcdir@/$(patsubst $(BUILD_OBJ_ROOT)%,%,$(BUILD_OBJ_DIR)))
+
+BUILD_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