mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
a2cc39ff28
llvm-svn: 12996
16 lines
491 B
Makefile
16 lines
491 B
Makefile
##===- runtime/libtrace/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 = ../..
|
|
BYTECODE_LIBRARY=1
|
|
#DONT_BUILD_RELINKED=1
|
|
LIBRARYNAME=trace
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|