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:
parent
56f93e24a5
commit
cb0f00e69b
13
runtime/Makefile.am
Normal file
13
runtime/Makefile.am
Normal 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
|
Loading…
Reference in New Issue
Block a user