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