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