Makefile revision dbed73cbda2229fd1aa6dc5743993cae7f0a7ee9
305N/A#
305N/A# CDDL HEADER START
305N/A#
305N/A# The contents of this file are subject to the terms of the
305N/A# Common Development and Distribution License (the "License").
305N/A# You may not use this file except in compliance with the License.
305N/A#
305N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
305N/A# or http://www.opensolaris.org/os/licensing.
305N/A# See the License for the specific language governing permissions
305N/A# and limitations under the License.
305N/A#
305N/A# When distributing Covered Code, include this CDDL HEADER in each
305N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305N/A# If applicable, add the following below this CDDL HEADER, with the
305N/A# fields enclosed by brackets "[]" replaced with your own identifying
305N/A# information: Portions Copyright [yyyy] [name of copyright owner]
305N/A#
305N/A# CDDL HEADER END
305N/A#
305N/A#
305N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
305N/A#
305N/A
305N/Ainclude $(SRC)/lib/Makefile.lib
305N/A
305N/AHDRS = libilb.h
2912N/AHDRDIR = common
2912N/ASUBDIRS = $(MACH)
586N/A$(BUILD64)SUBDIRS += $(MACH64)
618N/A
586N/APOFILE = libilb.po
305N/AMSGFILES = common/ilb_subr.c
844N/A
2912N/Aall := TARGET = all
305N/Aclean := TARGET = clean
1258N/Aclobber := TARGET = clobber
305N/Ainstall := TARGET = install
305N/Alint := TARGET = lint
305N/A
1765N/A.KEEP_STATE:
305N/A
305N/Aall clean clobber install lint: $(SUBDIRS)
844N/A
1765N/Ainstall_h: $(ROOTHDRS)
305N/A
305N/Acheck: $(CHECKHDRS)
2912N/A
2899N/A$(POFILE): $(MSGFILES)
2899N/A $(BUILDPO.msgfiles)
3817N/A
3817N/A_msg: $(MSGDOMAINPOFILE)
3817N/A
305N/A$(SUBDIRS): FRC
305N/A @cd $@; pwd; $(MAKE) $(TARGET)
305N/A
305N/AFRC:
305N/A
2912N/Ainclude $(SRC)/Makefile.msg.targ
305N/Ainclude $(SRC)/lib/Makefile.targ
2729N/A