First cut at the Makefile for llvm-config. This initial version just provides
authorReid Spencer <rspencer@reidspencer.com>
Sun, 19 Mar 2006 22:10:53 +0000 (22:10 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 19 Mar 2006 22:10:53 +0000 (22:10 +0000)
commit0fab2b15abf5bc2dbb8e8c7c884084f05348b34c
treea8ee358c130482aab30db5e7d3eb187dff84871b
parent28097d086f72cd2cd6e267a8dfa179633ef1494e
First cut at the Makefile for llvm-config. This initial version just provides
the rule for building the LibDeps.txt file using GenLibDeps.pl. This needs
to be done from time to time manually in order to keep LibDeps.txt up to
date.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26875 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/Makefile [new file with mode: 0644]
utils/llvm-config/Makefile [new file with mode: 0644]