mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
0a1cb1ea86
Factor out common preprocessor-related bits to Makefile.rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74153 91177308-0d34-0410-b5e6-96231b3b80d8
19 lines
540 B
Makefile
19 lines
540 B
Makefile
##===- llvmc/example/mcc16/Makefile ------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open
|
|
# Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
export LLVMC_BASE_LEVEL = ../../../..
|
|
export LLVMC_BASED_DRIVER_NAME = mcc16
|
|
export LLVMC_BUILTIN_PLUGINS = PIC16Base
|
|
|
|
LEVEL = $(LLVMC_BASE_LEVEL)
|
|
|
|
DIRS = plugins driver
|
|
|
|
include $(LEVEL)/Makefile.common
|