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