llvm-6502/lib/Target/ARM64/Utils/Makefile
2014-04-09 18:34:45 +00:00

16 lines
553 B
Makefile

##===- lib/Target/ARM64/Utils/Makefile -------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMARM64Utils
# Hack: we need to include 'main' ARM64 target directory to grab private headers
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common