Makefile revision 2
409N/A#
59N/A# CDDL HEADER START
59N/A#
59N/A# The contents of this file are subject to the terms of the
59N/A# Common Development and Distribution License (the "License").
59N/A# You may not use this file except in compliance with the License.
59N/A#
59N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
59N/A# or http://www.opensolaris.org/os/licensing.
59N/A# See the License for the specific language governing permissions
59N/A# and limitations under the License.
59N/A#
59N/A# When distributing Covered Code, include this CDDL HEADER in each
59N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
59N/A# If applicable, add the following below this CDDL HEADER, with the
59N/A# fields enclosed by brackets "[]" replaced with your own identifying
59N/A# information: Portions Copyright [yyyy] [name of copyright owner]
59N/A#
59N/A# CDDL HEADER END
59N/A#
59N/A
59N/A#
59N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
307N/A# Use is subject to license terms.
59N/A#
59N/A# lib/cfgadm_plugins/sysctrl/Makefile
59N/A
59N/Ainclude $(SRC)/Makefile.master
59N/A
59N/ASUBDIRS= $(MACH) $(BUILD64) $(MACH64)
59N/A
59N/Aall := TARGET= all
59N/Aclean := TARGET= clean
67N/Aclobber := TARGET= clobber
59N/Adelete := TARGET= delete
222N/Ainstall := TARGET= install
655N/Alint := TARGET= lint
655N/A_msg := TARGET= _msg
655N/Apackage := TARGET= package
526N/A
59N/ATEXT_DOMAIN= SUNW_OST_OSLIB
59N/AXGETFLAGS= -a -x sysctrl.xcl
59N/APOFILE= sysctrl.po
59N/APOFILES= generic.po
59N/A
59N/ASED= sed
59N/AGREP= grep
307N/A
307N/A.KEEP_STATE:
307N/A
307N/Aall clean clobber delete install lint package: $(SUBDIRS)
307N/A
307N/A$(MACH) $(MACH64): FRC
655N/A @cd $@; pwd; $(MAKE) $(TARGET)
655N/A
655N/A_msg: $(MSGDOMAIN) $(POFILE)
307N/A $(RM) $(MSGDOMAIN)/$(POFILE)
307N/A $(CP) $(POFILE) $(MSGDOMAIN)
307N/A
526N/A$(POFILE): $(POFILES)
307N/A $(RM) $@
59N/A $(CAT) $(POFILES) > $@
59N/A
59N/A$(POFILES):
180N/A $(RM) messages.po
307N/A $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`
59N/A $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
59N/A $(RM) messages.po
59N/A
532N/AFRC:
532N/A