From: Reid Spencer Date: Sun, 17 Oct 2004 00:20:42 +0000 (+0000) Subject: Initial Makefile.am for building with automake. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa717415bf22e0de40961a09d108999845976d34;p=oota-llvm.git Initial Makefile.am for building with automake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17072 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile.am b/runtime/Makefile.am new file mode 100644 index 00000000000..6dab2fb75e6 --- /dev/null +++ b/runtime/Makefile.am @@ -0,0 +1,13 @@ +#===-- runtime/Makefile.am -- Makefile For Runtime Libs ----*- Makefile -*--===# +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Reid Spencer and is distributed under the +# University of Illinois Open Source License. See LICENSE.TXT for details. +# +#===------------------------------------------------------------------------===# + + +SUBDIRS = GC GCCLibraries libdummy libpng libprofile libtrace zlib + +include $(top_srcdir)/Makefile_config