Makefile revision ed31198c686205a26320612d2a5dd7b26ae63a15
13269N/A#
13269N/A# CDDL HEADER START
13269N/A#
13269N/A# The contents of this file are subject to the terms of the
13269N/A# Common Development and Distribution License (the "License").
13269N/A# You may not use this file except in compliance with the License.
13269N/A#
7893N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7893N/A# or http://www.opensolaris.org/os/licensing.
7893N/A# See the License for the specific language governing permissions
13269N/A# and limitations under the License.
13269N/A#
7893N/A# When distributing Covered Code, include this CDDL HEADER in each
7893N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7893N/A# If applicable, add the following below this CDDL HEADER, with the
7893N/A# fields enclosed by brackets "[]" replaced with your own identifying
7893N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7893N/A#
7893N/A# CDDL HEADER END
13269N/A#
13269N/A
13269N/A#
13269N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7893N/A# Use is subject to license terms.
7893N/A#
7893N/A# lib/gss_mechs/mech_dh/dh1024/Makefile
7893N/A#
7893N/A
7893N/ASUBDIRS = $(MACH) $(BUILD64) $(MACH64)
13269N/A
13269N/A# include library definitions
7893N/Ainclude ../../../Makefile.lib
7893N/A
7893N/ASED= sed
7893N/AGREP= grep
7893N/A
7893N/Aall := TARGET= all
7893N/Aclean := TARGET= clean
7893N/Aclobber := TARGET= clobber
7893N/Adelete := TARGET= delete
7893N/Ainstall := TARGET= install
7893N/Alint := TARGET= lint
7893N/Acatalog := TARGET= catalog
7893N/Apackage := TARGET= package
7893N/A
7893N/A.KEEP_STATE:
7893N/Aall: $(SUBDIRS)
7893N/A
7893N/Ainstall: $(SUBDIRS)
7893N/A
7893N/Aclean clobber delete lint catalog package: $(SUBDIRS)
7893N/A
7893N/A# include library targets
7893N/Ainclude ../../../Makefile.targ
7893N/A
7893N/A_msg: $(MSGDOMAIN) $(POFILE)
7893N/A $(RM) $(MSGDOMAIN)/$(POFILE)
7893N/A $(CP) $(POFILE) $(MSGDOMAIN)
7893N/A
13269N/A$(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
13269N/A $(RM) $@
13269N/A $(CAT) $(POFILES) > $@
7893N/A
7893N/A_errlst.po:
8507N/A $(RM) messages.po
8507N/A $(XGETTEXT) -a nsl/_errlst.c
8507N/A $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
8507N/A $(RM) messages.po
8507N/A
7893N/Ageneric.po:
$(RM) messages.po
$(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch] nis/*/*.[ch]*`
$(SED) "/^domain/d" messages.po > $@
$(RM) messages.po
$(MSGDOMAIN):
$(INS.dir)
$(MACH) $(MACH64): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: