998a0c99bc22357406f359ace2f602c5d6e376c6wrowe#
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# CDDL HEADER START
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe#
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# The contents of this file are subject to the terms of the
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# Common Development and Distribution License (the "License").
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# You may not use this file except in compliance with the License.
a601d863bd772fefc4dc82a883589d8be6a44811wrowe#
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# or http://www.opensolaris.org/os/licensing.
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz# See the License for the specific language governing permissions
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz# and limitations under the License.
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz#
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6f51bbc3054846e0c0a897d5f16ceba1726bebc6jerenkrantz# If applicable, add the following below this CDDL HEADER, with the
a601d863bd772fefc4dc82a883589d8be6a44811wrowe# fields enclosed by brackets "[]" replaced with your own identifying
ff920f8ae37ba372801b67ea7c3d5bf1dfb55585dreid# information: Portions Copyright [yyyy] [name of copyright owner]
ff920f8ae37ba372801b67ea7c3d5bf1dfb55585dreid#
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe# CDDL HEADER END
ff920f8ae37ba372801b67ea7c3d5bf1dfb55585dreid#
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe#
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe# Use is subject to license terms.
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe#
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe
998a0c99bc22357406f359ace2f602c5d6e376c6wroweinclude $(SRC)/lib/Makefile.lib
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe
998a0c99bc22357406f359ace2f602c5d6e376c6wroweHDRS = libilb.h
998a0c99bc22357406f359ace2f602c5d6e376c6wroweHDRDIR = common
ff920f8ae37ba372801b67ea7c3d5bf1dfb55585dreidSUBDIRS = $(MACH)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe$(BUILD64)SUBDIRS += $(MACH64)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wrowePOFILE = libilb.po
998a0c99bc22357406f359ace2f602c5d6e376c6wroweMSGFILES = common/ilb_subr.c
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wroweall := TARGET = all
a601d863bd772fefc4dc82a883589d8be6a44811wroweclean := TARGET = clean
a601d863bd772fefc4dc82a883589d8be6a44811wroweclobber := TARGET = clobber
998a0c99bc22357406f359ace2f602c5d6e376c6wroweinstall := TARGET = install
998a0c99bc22357406f359ace2f602c5d6e376c6wrowelint := TARGET = lint
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wrowe.KEEP_STATE:
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wroweall clean clobber install lint: $(SUBDIRS)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wroweinstall_h: $(ROOTHDRS)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wrowecheck: $(CHECKHDRS)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
a601d863bd772fefc4dc82a883589d8be6a44811wrowe$(POFILE): $(MSGFILES)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe $(BUILDPO.msgfiles)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
fc9e01023a2fb7f7af9b25621ab080bbe7a95611jerenkrantz_msg: $(MSGDOMAINPOFILE)
a601d863bd772fefc4dc82a883589d8be6a44811wrowe
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe$(SUBDIRS): FRC
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe @cd $@; pwd; $(MAKE) $(TARGET)
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe
998a0c99bc22357406f359ace2f602c5d6e376c6wroweFRC:
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe
998a0c99bc22357406f359ace2f602c5d6e376c6wroweinclude $(SRC)/Makefile.msg.targ
998a0c99bc22357406f359ace2f602c5d6e376c6wroweinclude $(SRC)/lib/Makefile.targ
998a0c99bc22357406f359ace2f602c5d6e376c6wrowe