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