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