299N/A#
299N/A# CDDL HEADER START
299N/A#
299N/A# The contents of this file are subject to the terms of the
299N/A# Common Development and Distribution License, Version 1.0 only
299N/A# (the "License"). You may not use this file except in compliance
299N/A# with the License.
299N/A#
299N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
299N/A# or http://www.opensolaris.org/os/licensing.
299N/A# See the License for the specific language governing permissions
299N/A# and limitations under the License.
299N/A#
299N/A# When distributing Covered Code, include this CDDL HEADER in each
299N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
299N/A# If applicable, add the following below this CDDL HEADER, with the
299N/A# fields enclosed by brackets "[]" replaced with your own identifying
299N/A# information: Portions Copyright [yyyy] [name of copyright owner]
873N/A#
299N/A# CDDL HEADER END
299N/A#
299N/A#
299N/A#pragma ident "%Z%%M% %I% %E% SMI"
299N/A#
3232N/A# Copyright (c) 1995-1999 by Sun Microsystems, Inc.
299N/A# All rights reserved.
299N/A#
299N/A# cmd/sgs/nm/Makefile
299N/A#
299N/A
299N/Ainclude ../../../Makefile.master
299N/A
299N/ASUBDIRS= $(MACH) $(BUILD64) $(MACH64)
299N/A
299N/ACSRC= common/nm.c
299N/A
299N/Aall := TARGET= all
299N/Ainstall := TARGET= install
299N/Aclean := TARGET= clean
299N/Aclobber := TARGET= clobber
299N/Alint := TARGET= lint
299N/Apackage := TARGET= package
299N/A
299N/A# for messaging catalog
299N/A#
299N/APOFILE= nm.po
299N/A
299N/A.KEEP_STATE:
299N/A
299N/Aall clean clobber install lint package: $(SUBDIRS)
299N/A
299N/Acatalog: $(POFILE)
299N/A
299N/A$(POFILE):
299N/A $(RM) $@
299N/A $(XGETTEXT) $(XGETFLAGS) $(CSRC)
299N/A sed "/^domain/d" < messages.po > $@
299N/A $(RM) messages.po
299N/A
299N/A$(MACH) $(MACH64): FRC
299N/A @cd $@; pwd; $(MAKE) $(TARGET)
299N/A
299N/AFRC:
299N/A