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