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