From e1907865b804664e937fd377573d96df6a644864 Mon Sep 17 00:00:00 2001
From: Reid Spencer
+ install all
Copy built objects to installation directory.
preconditions all
+ Check to make sure configuration and makefiles are up to date.
+
@@ -412,6 +416,17 @@
directory will have everything needed to use LLVM. printvars all
Prints variables defined by the makefile system (for debugging).
This utility target checks to see if the Makefile in the object + directory is older than the Makefile in the source directory and + copies it if so. It also reruns the configure script if that needs to + be done and rebuilds the Makefile.config file similarly. Users may + overload this target to ensure that sanity checks are run before any + building of targets as all the targets depend on preconditions.
+