blob: 6dab2fb75e6c87b734b4f30748192d552dc676fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|