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