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