mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
b9bfe48e0a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158250 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
549 B
Makefile
18 lines
549 B
Makefile
##===- lib/Target/Mips/TargetDesc/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 = LLVMMipsDesc
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
|
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|