xref: /titanic_44/usr/src/tools/make/Makefile.com (revision 10d63b7db37a83b39c7f511cf9426c9d03ea0760)
1*10d63b7dSRichard Lowe#
2*10d63b7dSRichard Lowe# This file and its contents are supplied under the terms of the
3*10d63b7dSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*10d63b7dSRichard Lowe# You may only use this file in accordance with the terms of version
5*10d63b7dSRichard Lowe# 1.0 of the CDDL.
6*10d63b7dSRichard Lowe#
7*10d63b7dSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*10d63b7dSRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*10d63b7dSRichard Lowe# http://www.illumos.org/license/CDDL.
10*10d63b7dSRichard Lowe#
11*10d63b7dSRichard Lowe
12*10d63b7dSRichard Lowe# Copyright 2015, Richard Lowe.
13*10d63b7dSRichard Lowe
14*10d63b7dSRichard LoweMAKE_INCLUDE= $(SRC)/cmd/make/include
15*10d63b7dSRichard Lowe
16*10d63b7dSRichard LoweCC = $(NATIVECC)
17*10d63b7dSRichard LoweCCC = $(NATIVECCC)
18*10d63b7dSRichard LoweCFLAGS = $(NATIVE_CFLAGS)
19*10d63b7dSRichard LoweCFLAGS += $(CCVERBOSE)
20*10d63b7dSRichard LoweCPPFLAGS = $(CPPFLAGS.native)
21*10d63b7dSRichard LoweCPPFLAGS += -I$(MAKE_INCLUDE) $(MAKE_DEFS)
22