Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
421N/A#
421N/A# CDDL HEADER START
421N/A#
421N/A# The contents of this file are subject to the terms of the
421N/A# Common Development and Distribution License, Version 1.0 only
421N/A# (the "License"). You may not use this file except in compliance
421N/A# with the License.
421N/A#
6983N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6983N/A# or http://www.opensolaris.org/os/licensing.
421N/A# See the License for the specific language governing permissions
421N/A# and limitations under the License.
421N/A#
421N/A# When distributing Covered Code, include this CDDL HEADER in each
6983N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information: Portions Copyright [yyyy] [name of copyright owner]
421N/A#
421N/A# CDDL HEADER END
421N/A#
421N/A#
421N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
4528N/A# Use is subject to license terms.
7218N/A#
421N/A# ident "%Z%%M% %I% %E% SMI"
421N/A#
421N/A
421N/Ainclude $(SRC)/lib/Makefile.lib
421N/A
421N/ASUBDIRS = $(MACH)
421N/A$(BUILD64)SUBDIRS += $(MACH64)
421N/A
421N/A
421N/APOFILE = apptrace.po
6550N/AMSGFILES = common/abienv.i common/apptrace.i
421N/ACLEANFILES += $(MSGFILES)
1248N/A
645N/A#
421N/A# Some of the sources we preprocess while building `_msg' pull headers
421N/A# directly from cmd/sgs.
421N/A#
421N/ACPPFLAGS= -I. $(CPPFLAGS.master)
6550N/A
421N/Aall := TARGET = all
421N/Aclean := TARGET = clean
2340N/Aclobber := TARGET = clobber
2622N/Ainstall := TARGET = install
7218N/Alint := TARGET = lint
421N/A
776N/A.KEEP_STATE:
421N/A
421N/Aall clean clobber install lint: $(SUBDIRS)
421N/A
421N/A$(POFILE): $(MSGFILES)
421N/A $(BUILDPO.msgfiles)
421N/A
421N/A_msg: $(MSGDOMAINPOFILE)
421N/A
421N/A$(SUBDIRS): FRC
421N/A @cd $@; pwd; $(MAKE) $(TARGET)
421N/A
421N/AFRC:
2622N/A
1248N/Ainclude $(SRC)/Makefile.msg.targ
421N/Ainclude $(SRC)/lib/Makefile.targ
2717N/A