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.
2338N/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
2338N/A -zfatal-warnings -zguidance
2338N/ACLOBBERFILES= $(ZONES_PROG) $(ROOTHDRS)
2338N/A $(RM) -f $(ZONES_LIBDIR)/$(PROG); \
2338N/A $(INSTALL) -d -m 0755 $(ZONES_LIBDIR); \
2338N/A $(INSTALL) -s -m 0555 -f $(ZONES_LIBDIR) $(PROG)