mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
d3c36c9641
llvm-svn: 34529
13 lines
466 B
Makefile
13 lines
466 B
Makefile
##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL := ../..
|
|
PARALLEL_DIRS := libc libgcc libm
|
|
include $(LEVEL)/Makefile.common
|