Initial version of automake Makefile.am file.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 10 Oct 2004 22:20:40 +0000 (22:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 10 Oct 2004 22:20:40 +0000 (22:20 +0000)
commit81f76b324e0b22731d06ed34641032de983428b1
treef5ab87c62a167638d6b9137687453da20d09aed3
parentddef0b3a6c0afe48d2eb596e0184f125c61cfe7f
Initial version of automake Makefile.am file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16893 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Target/CBackend/Makefile.am [new file with mode: 0644]
lib/Target/Makefile.am [new file with mode: 0644]
lib/Target/PowerPC/Makefile.am [new file with mode: 0644]
lib/Target/Skeleton/Makefile.am [new file with mode: 0644]
lib/Target/SparcV9/LiveVar/Makefile.am [new file with mode: 0644]
lib/Target/SparcV9/Makefile.am [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/Makefile.am [new file with mode: 0644]
lib/Target/X86/Makefile.am [new file with mode: 0644]
lib/Transforms/Hello/Makefile.am [new file with mode: 0644]
lib/Transforms/IPO/Makefile.am [new file with mode: 0644]
lib/Transforms/Instrumentation/Makefile.am [new file with mode: 0644]
lib/Transforms/Instrumentation/ProfilePaths/Makefile.am [new file with mode: 0644]
lib/Transforms/Makefile.am [new file with mode: 0644]
lib/Transforms/Scalar/Makefile.am [new file with mode: 0644]
lib/Transforms/Utils/Makefile.am [new file with mode: 0644]
lib/VMCore/Makefile.am [new file with mode: 0644]