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