Initial Makefile.am for building with automake
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 00:24:24 +0000 (00:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 00:24:24 +0000 (00:24 +0000)
commitda0a22b7ace53e256a01c4f2b9e6d46ecbdd91bb
treebd3ede4349dda14ae8d84361b3c1f8dcf3c2511e
parentaa717415bf22e0de40961a09d108999845976d34
Initial Makefile.am for building with automake

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17073 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
runtime/GC/Makefile.am [new file with mode: 0644]
runtime/GC/SemiSpace/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/crtend/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libc/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libcurses/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libgcc/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libgdbm/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libm/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libmalloc/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libpthread/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libtermcap/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libucb/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libutempter/Makefile.am [new file with mode: 0644]
runtime/GCCLibraries/libutil/Makefile.am [new file with mode: 0644]
runtime/libdummy/Makefile.am [new file with mode: 0644]
runtime/libpng/Makefile.am [new file with mode: 0644]
runtime/libprofile/Makefile.am [new file with mode: 0644]
runtime/libtrace/Makefile.am [new file with mode: 0644]
runtime/zlib/Makefile.am [new file with mode: 0644]