Initial automake generated Makefile template
authorReid Spencer <rspencer@reidspencer.com>
Mon, 18 Oct 2004 23:55:41 +0000 (23:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 18 Oct 2004 23:55:41 +0000 (23:55 +0000)
commit86d341b204171d53a470c361ee58811bfc22bf1a
tree7e6c601b834eeb03e739e062f29841c9269306fd
parente42aeece6c3264ffd6f61af3745d2071466c7194
Initial automake generated Makefile template

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17136 91177308-0d34-0410-b5e6-96231b3b80d8
79 files changed:
lib/Analysis/DataStructure/Makefile.in [new file with mode: 0644]
lib/Analysis/IPA/Makefile.in [new file with mode: 0644]
lib/Analysis/Makefile.in [new file with mode: 0644]
lib/AsmParser/Makefile.in [new file with mode: 0644]
lib/Bytecode/Makefile.in [new file with mode: 0644]
lib/Bytecode/Reader/Makefile.in [new file with mode: 0644]
lib/Bytecode/Writer/Makefile.in [new file with mode: 0644]
lib/CodeGen/Makefile.in [new file with mode: 0644]
lib/CodeGen/SelectionDAG/Makefile.in [new file with mode: 0644]
lib/Debugger/Makefile.in [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/Makefile.in [new file with mode: 0644]
lib/ExecutionEngine/JIT/Makefile.in [new file with mode: 0644]
lib/ExecutionEngine/Makefile.in [new file with mode: 0644]
lib/Makefile.in [new file with mode: 0644]
lib/Support/Makefile.in [new file with mode: 0644]
lib/System/Makefile.in [new file with mode: 0644]
lib/Target/CBackend/Makefile.in [new file with mode: 0644]
lib/Target/Makefile.in [new file with mode: 0644]
lib/Target/PowerPC/Makefile.in [new file with mode: 0644]
lib/Target/Skeleton/Makefile.in [new file with mode: 0644]
lib/Target/SparcV9/InstrSched/Makefile.in [new file with mode: 0644]
lib/Target/SparcV9/LiveVar/Makefile.in [new file with mode: 0644]
lib/Target/SparcV9/Makefile.in [new file with mode: 0644]
lib/Target/SparcV9/ModuloScheduling/Makefile.in [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/Makefile.in [new file with mode: 0644]
lib/Target/X86/Makefile.in [new file with mode: 0644]
lib/Transforms/Hello/Makefile.in [new file with mode: 0644]
lib/Transforms/IPO/Makefile.in [new file with mode: 0644]
lib/Transforms/Instrumentation/Makefile.in [new file with mode: 0644]
lib/Transforms/Instrumentation/ProfilePaths/Makefile.in [new file with mode: 0644]
lib/Transforms/Makefile.in [new file with mode: 0644]
lib/Transforms/Scalar/Makefile.in [new file with mode: 0644]
lib/Transforms/Utils/Makefile.in [new file with mode: 0644]
lib/VMCore/Makefile.in [new file with mode: 0644]
runtime/GC/Makefile.in [new file with mode: 0644]
runtime/GC/SemiSpace/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/crtend/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libc/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libcurses/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libgcc/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libgdbm/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libm/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libmalloc/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libpthread/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libtermcap/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libucb/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libutempter/Makefile.in [new file with mode: 0644]
runtime/GCCLibraries/libutil/Makefile.in [new file with mode: 0644]
runtime/Makefile.in [new file with mode: 0644]
runtime/libdummy/Makefile.in [new file with mode: 0644]
runtime/libpng/Makefile.in [new file with mode: 0644]
runtime/libprofile/Makefile.in [new file with mode: 0644]
runtime/libtrace/Makefile.in [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/analyze/Makefile.in [new file with mode: 0644]
tools/bugpoint/Makefile.in [new file with mode: 0644]
tools/extract/Makefile.in [new file with mode: 0644]
tools/gccas/Makefile.in [new file with mode: 0644]
tools/gccld/Makefile.in [new file with mode: 0644]
tools/llc/Makefile.in [new file with mode: 0644]
tools/llee/Makefile.in [new file with mode: 0644]
tools/lli/Makefile.in [new file with mode: 0644]
tools/llvm-ar/Makefile.in [new file with mode: 0644]
tools/llvm-as/Makefile.in [new file with mode: 0644]
tools/llvm-bcanalyzer/Makefile.in [new file with mode: 0644]
tools/llvm-db/Makefile.in [new file with mode: 0644]
tools/llvm-dis/Makefile.in [new file with mode: 0644]
tools/llvm-ld/Makefile.in [new file with mode: 0644]
tools/llvm-link/Makefile.in [new file with mode: 0644]
tools/llvm-nm/Makefile.in [new file with mode: 0644]
tools/llvm-prof/Makefile.in [new file with mode: 0644]
tools/llvm-stub/Makefile.in [new file with mode: 0644]
tools/llvmc/Makefile.in [new file with mode: 0644]
tools/opt/Makefile.in [new file with mode: 0644]
utils/Burg/Makefile.in [new file with mode: 0644]
utils/Makefile.in [new file with mode: 0644]
utils/TableGen/Makefile.in [new file with mode: 0644]
utils/fpcmp/Makefile.in [new file with mode: 0644]