Updated to find source files using VPATH. This makes writing build rules
authorJohn Criswell <criswell@uiuc.edu>
Tue, 9 Sep 2003 20:57:03 +0000 (20:57 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 9 Sep 2003 20:57:03 +0000 (20:57 +0000)
commit410d1b5dea31e457c5c5b88e019874789c251aee
tree5cf37d7f35474a191ff9da815e9b8a5e30fed605
parentd9cd14440d6e44001d1280e75236b6a9d2247419
Updated to find source files using VPATH.  This makes writing build rules
much cleaner and easier.
Labeled .td as a suffix for tblgen files in Makefile.rules.
Modified build rules so that source files generated during the build are placed
in the build directory and not the source directory (and not in a Debug
directory).  This makes the system cleaner and allows us to have a read-only
source tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8424 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
lib/Target/SparcV9/Makefile
lib/Target/X86/Makefile
support/tools/Burg/Makefile
utils/Burg/Makefile