Factor platform specific makefile directives out into their own makefile
authorChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 22:14:47 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 22:14:47 +0000 (22:14 +0000)
commit4bb13b8eb1bf3314894c8d388770a6bc2665f6fb
tree6e6718c4bacaaaffe2e2b380b91218923d6b0195
parent9ada838909e3577e044b05835bc69e092fb799d4
Factor platform specific makefile directives out into their own makefile
fragments.  This is gross, but having tons of confusing conditionals all
throughout the build system seems worst.

Credits got to Casey Carter for the idea.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3705 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.Linux [new file with mode: 0644]
Makefile.SunOS [new file with mode: 0644]
Makefile.common
Makefile.rules