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