Makefile revision 694c35faa87b858ecdadfe4fc592615f4eefbb07
1516N/A#
309N/A# CDDL HEADER START
309N/A#
309N/A# The contents of this file are subject to the terms of the
309N/A# Common Development and Distribution License (the "License").
309N/A# You may not use this file except in compliance with the License.
309N/A#
309N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
309N/A# or http://www.opensolaris.org/os/licensing.
309N/A# See the License for the specific language governing permissions
309N/A# and limitations under the License.
309N/A#
309N/A# When distributing Covered Code, include this CDDL HEADER in each
309N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
309N/A# If applicable, add the following below this CDDL HEADER, with the
309N/A# fields enclosed by brackets "[]" replaced with your own identifying
309N/A# information: Portions Copyright [yyyy] [name of copyright owner]
309N/A#
309N/A# CDDL HEADER END
309N/A#
309N/A#
309N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1874N/A# Use is subject to license terms.
309N/A#
309N/A
309N/Ainclude ../Makefile.lib
309N/A
1431N/ASUBDIRS = $(MACH)
1431N/A$(BUILD64)SUBDIRS += $(MACH64)
1431N/A
884N/Aall := TARGET= all
691N/Aclean := TARGET= clean
384N/Aclobber := TARGET= clobber
309N/Adelete := TARGET= delete
309N/Ainstall := TARGET= install
309N/Alint := TARGET= lint
2031N/Acatalog := TARGET= catalog
2031N/A_msg := TARGET= _msg
309N/Apackage := TARGET= package
2031N/A
2031N/ALIBRARY= libsldap.a
2031N/ATEXT_DOMAIN = SUNW_OST_OSLIB
2031N/AXGETFLAGS=
2031N/APOFILE= $(LIBRARY:.a=.po)
2031N/APOFILES= generic.po
2031N/A
309N/A.KEEP_STATE:
309N/A
309N/Aall clean clobber delete install lint catalog package: $(SUBDIRS)
309N/A
309N/A# install rule for install_h target
309N/A$(ROOTHDRDIR)/%: %
309N/A $(INS.file)
309N/A
309N/A$(SUBDIRS): FRC
1027N/A @cd $@; pwd; $(MAKE) $(TARGET)
2031N/A
2031N/A_msg: $(MSGDOMAIN) $(POFILE)
2031N/A $(RM) $(MSGDOMAIN)/$(POFILE)
2031N/A $(RM) generic.po
2031N/A cp $(POFILE) $(MSGDOMAIN)
2031N/A
309N/A$(POFILE): $(POFILES)
309N/A $(RM) $@
309N/A $(CAT) $(POFILES) > $@
309N/A
414N/A$(MSGDOMAIN):
309N/A $(INS.dir)
1027N/A
309N/A$(POFILES):
834N/A $(RM) messages.po
309N/A $(XGETTEXT) $(XGETFLAGS) common/*.[ch]*
309N/A sed "/^domain/d" < messages.po > $@
501N/A $(RM) messages.po
309N/A
309N/AFRC:
309N/A