mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
14 lines
479 B
Makefile
14 lines
479 B
Makefile
|
#===-- 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
|