Makefile revision dbed73cbda2229fd1aa6dc5743993cae7f0a7ee9
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# CDDL HEADER START
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# The contents of this file are subject to the terms of the
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# Common Development and Distribution License (the "License").
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You may not use this file except in compliance with the License.
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# or http://www.opensolaris.org/os/licensing.
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# See the License for the specific language governing permissions
44aae046c38e796e581110b7ecdf4478167d684dBob Halley# and limitations under the License.
44aae046c38e796e581110b7ecdf4478167d684dBob Halley#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include $(SRC)/lib/Makefile.lib
HDRS = libilb.h
HDRDIR = common
SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
POFILE = libilb.po
MSGFILES = common/ilb_subr.c
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
lint := TARGET = lint
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
$(POFILE): $(MSGFILES)
$(BUILDPO.msgfiles)
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include $(SRC)/lib/Makefile.targ