Initial version of automake Makefile.am file.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 10 Oct 2004 22:36:40 +0000 (22:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 10 Oct 2004 22:36:40 +0000 (22:36 +0000)
commit90a2adc8669e6a8529a09353bfcee116c998e4f1
tree926f07ec2b098c036432dadbd2f931a319888165
parent81f76b324e0b22731d06ed34641032de983428b1
Initial version of automake Makefile.am file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16894 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
tools/analyze/Makefile.am [new file with mode: 0644]
tools/bugpoint/Makefile.am [new file with mode: 0644]
tools/extract/Makefile.am [new file with mode: 0644]
tools/gccas/Makefile.am [new file with mode: 0644]
tools/gccld/Makefile.am [new file with mode: 0644]
tools/llc/Makefile.am [new file with mode: 0644]
tools/llee/Makefile.am [new file with mode: 0644]
tools/lli/Makefile.am [new file with mode: 0644]
tools/llvm-ar/Makefile.am [new file with mode: 0644]
tools/llvm-as/Makefile.am [new file with mode: 0644]
tools/llvm-bcanalyzer/Makefile.am [new file with mode: 0644]
tools/llvm-db/Makefile.am [new file with mode: 0644]
tools/llvm-dis/Makefile.am [new file with mode: 0644]
tools/llvm-ld/Makefile.am [new file with mode: 0644]
tools/llvm-link/Makefile.am [new file with mode: 0644]
tools/llvm-nm/Makefile.am [new file with mode: 0644]
tools/llvm-prof/Makefile.am [new file with mode: 0644]
tools/llvm-stub/Makefile.am [new file with mode: 0644]
tools/llvmc/Makefile.am [new file with mode: 0644]
tools/opt/Makefile.am [new file with mode: 0644]