mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 20:04:03 +00:00
d01bb17f76
llvm-svn: 35966
17 lines
491 B
Makefile
17 lines
491 B
Makefile
##===- lib/Transforms/Hello/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 = ../../..
|
|
LIBRARYNAME = LLVMHello
|
|
LOADABLE_MODULE = 1
|
|
USEDLIBS =
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|