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]
2338N/A# Copyright (c) 2011, Oracle
and/or its affiliates. All rights reserved.
2535N/AZONES_PROG = $(PROG:%=$(ZONES_LIBDIR)/%)
2338N/ALINTFLAGS = -asxm -u -errtags=yes -s -errsecurity=core -Xc99=%none
2338N/ACPPFLAGS = -D_REENTRANT -I../zoneproxyd
2338N/ACFLAGS = -errtags=yes -errwarn=%all -features=conststrings -xO4 \
2338N/A -W0,-xglobalstatic -Xa -xc99=%none -xildoff -xspace
2508N/A -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)