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