xref: /titanic_44/usr/src/lib/libinstzones/Makefile (revision f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07)
15c51f124SMoriah Waterland#
25c51f124SMoriah Waterland# CDDL HEADER START
35c51f124SMoriah Waterland#
45c51f124SMoriah Waterland# The contents of this file are subject to the terms of the
55c51f124SMoriah Waterland# Common Development and Distribution License (the "License").
65c51f124SMoriah Waterland# You may not use this file except in compliance with the License.
75c51f124SMoriah Waterland#
85c51f124SMoriah Waterland# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c51f124SMoriah Waterland# or http://www.opensolaris.org/os/licensing.
105c51f124SMoriah Waterland# See the License for the specific language governing permissions
115c51f124SMoriah Waterland# and limitations under the License.
125c51f124SMoriah Waterland#
135c51f124SMoriah Waterland# When distributing Covered Code, include this CDDL HEADER in each
145c51f124SMoriah Waterland# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155c51f124SMoriah Waterland# If applicable, add the following below this CDDL HEADER, with the
165c51f124SMoriah Waterland# fields enclosed by brackets "[]" replaced with your own identifying
175c51f124SMoriah Waterland# information: Portions Copyright [yyyy] [name of copyright owner]
185c51f124SMoriah Waterland#
195c51f124SMoriah Waterland# CDDL HEADER END
205c51f124SMoriah Waterland#
215c51f124SMoriah Waterland#
225c51f124SMoriah Waterland# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*f5c2e7eaSTheo Schlossnagle# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
245c51f124SMoriah Waterland# Use is subject to license terms.
255c51f124SMoriah Waterland#
265c51f124SMoriah Waterland
2722fb2eebSMoriah Waterland
2822fb2eebSMoriah Waterland# include library definitions
2922fb2eebSMoriah Waterlandinclude $(SRC)/lib/Makefile.lib
3022fb2eebSMoriah Waterland
3122fb2eebSMoriah WaterlandHDRS =		instzones_api.h
3222fb2eebSMoriah WaterlandHDRDIR =        hdrs
3322fb2eebSMoriah Waterland
3422fb2eebSMoriah Waterland
355c51f124SMoriah WaterlandSUBDIRS	=	$(MACH)
36*f5c2e7eaSTheo Schlossnagle$(BUILD64)SUBDIRS += $(MACH64)
375c51f124SMoriah Waterland
385c51f124SMoriah Waterlandall :=		TARGET = all
395c51f124SMoriah Waterlandinstall :=	TARGET = install
405c51f124SMoriah Waterlandclean :=	TARGET = clean
415c51f124SMoriah Waterlandclobber :=	TARGET = clobber
425c51f124SMoriah Waterland_msg :=		TARGET = _msg
435c51f124SMoriah Waterlandlint :=		TARGET = lint
445c51f124SMoriah Waterland
455c51f124SMoriah Waterland
465c51f124SMoriah Waterland.KEEP_STATE:
475c51f124SMoriah Waterland
485c51f124SMoriah Waterlandall clean clobber install _msg lint: $(SUBDIRS)
495c51f124SMoriah Waterland
505c51f124SMoriah Waterland$(SUBDIRS): FRC
515c51f124SMoriah Waterland	@cd $@; pwd; $(MAKE) $(TARGET)
525c51f124SMoriah Waterland
5322fb2eebSMoriah Waterland
5422fb2eebSMoriah Waterlandinstall_h:      $(ROOTHDRS)
5522fb2eebSMoriah Waterland
5622fb2eebSMoriah Waterlandcheck:          $(CHECKHDRS)
5722fb2eebSMoriah Waterland
5822fb2eebSMoriah Waterland
595c51f124SMoriah WaterlandFRC:
6022fb2eebSMoriah Waterland
6122fb2eebSMoriah Waterland# include library targets
6222fb2eebSMoriah Waterlandinclude $(SRC)/lib/Makefile.targ
63