xref: /illumos-gate/usr/src/tools/sgs/Makefile.com (revision 69b1fd3f)
1*69b1fd3fSRichard Lowe#
2*69b1fd3fSRichard Lowe# This file and its contents are supplied under the terms of the
3*69b1fd3fSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*69b1fd3fSRichard Lowe# You may only use this file in accordance with the terms of version
5*69b1fd3fSRichard Lowe# 1.0 of the CDDL.
6*69b1fd3fSRichard Lowe#
7*69b1fd3fSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*69b1fd3fSRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*69b1fd3fSRichard Lowe# http://www.illumos.org/license/CDDL.
10*69b1fd3fSRichard Lowe#
11*69b1fd3fSRichard Lowe
12*69b1fd3fSRichard Lowe# Copyright 2019, Richard Lowe.
13*69b1fd3fSRichard Lowe
14*69b1fd3fSRichard Loweinclude $(SRC)/cmd/sgs/Makefile.com
15*69b1fd3fSRichard Lowe
16*69b1fd3fSRichard LoweNATIVE_CPPFLAGS =	-I. -I$(SRCDIR) -I$(SRCDIR)/common \
17*69b1fd3fSRichard Lowe	-I$(SGSHOME)/include -I$(SGSHOME)/include/$(MACH) \
18*69b1fd3fSRichard Lowe	-I../include $(CPPFLAGS.native) -I$(ELFCAP) -DNATIVE_BUILD
19