[llvm-commits] CVS: reopt/Makefile.config.in
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Nov 19 23:28:01 PST 2003
Changes in directory reopt:
Makefile.config.in updated: 1.2 -> 1.3
---
Log message:
Re-added.
---
Diffs of the changes: (+16 -0)
Index: reopt/Makefile.config.in
diff -u /dev/null reopt/Makefile.config.in:1.3
--- /dev/null Wed Nov 19 23:27:25 2003
+++ reopt/Makefile.config.in Wed Nov 19 23:27:15 2003
@@ -0,0 +1,16 @@
+#
+# 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
+# (i.e. where all of the object files are located).
+#
+LLVM_OBJ_ROOT = @LLVM_OBJ@
+
+#
+# Include LLVM's Makefile Makefile.
+#
+include $(LLVM_SRC_ROOT)/Makefile.config
+
More information about the llvm-commits
mailing list