1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Initial Makefile.am for building with automake.

llvm-svn: 17072
This commit is contained in:
Reid Spencer 2004-10-17 00:20:42 +00:00
parent 56f93e24a5
commit cb0f00e69b

13
runtime/Makefile.am Normal file
View File

@ -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