2338N/A# The contents of this file are subject to the terms of the
2338N/A# Common Development and Distribution License (the "License").
2338N/A# You may not use this file except in compliance with the License.
2338N/A# See the License for the specific language governing permissions
2338N/A# and limitations under the License.
2338N/A# When distributing Covered Code, include this CDDL HEADER in each
2338N/A# If applicable, add the following below this CDDL HEADER, with the
2338N/A# fields enclosed by brackets "[]" replaced with your own identifying
2338N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3446N/A# Copyright (c) 2011, 2016, Oracle
and/or its affiliates. All rights reserved.
2535N/AZONES_PROG = $(PROG:%=$(ZONES_LIBDIR)/%)
2665N/ALINTFLAGS = -asxm -u -errwarn=%all -errtags=yes -s -errsecurity=core \
3060N/ACPPFLAGS = -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I../zoneproxyd
3223N/ACFLAGS = -errtags=yes -errwarn=%all -features=conststrings -m64 -xO4 \
3446N/A -W0,-xglobalstatic -Xa -xc99 -xildoff -xspace
2605N/ALDFLAGS = -Bdirect -zfatal-warnings -zguidance -zstrip-class=nonalloc
2508N/ACLEANFILES = $(PROG) $(OBJS)
2508N/ACLOBBERFILES = $(ZONES_PROG) $(ROOTHDRS)
2535N/A $(RM) $(ZONES_LIBDIR)/$(PROG); \
2535N/A $(MKDIR) -m 0755 $(ZONES_LIBDIR); \
2535N/A $(INSTALL) -m 0555 -d $(ZONES_LIBDIR) -f $(PROG)