Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd#
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# CDDL HEADER START
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# The contents of this file are subject to the terms of the
acc36ab93565d2880447d535da6ca6e5feac7a70nd# Common Development and Distribution License, Version 1.0 only
acc36ab93565d2880447d535da6ca6e5feac7a70nd# (the "License"). You may not use this file except in compliance
acc36ab93565d2880447d535da6ca6e5feac7a70nd# with the License.
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
acc36ab93565d2880447d535da6ca6e5feac7a70nd# or http://www.opensolaris.org/os/licensing.
acc36ab93565d2880447d535da6ca6e5feac7a70nd# See the License for the specific language governing permissions
acc36ab93565d2880447d535da6ca6e5feac7a70nd# and limitations under the License.
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# When distributing Covered Code, include this CDDL HEADER in each
acc36ab93565d2880447d535da6ca6e5feac7a70nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
acc36ab93565d2880447d535da6ca6e5feac7a70nd# If applicable, add the following below this CDDL HEADER, with the
acc36ab93565d2880447d535da6ca6e5feac7a70nd# fields enclosed by brackets "[]" replaced with your own identifying
acc36ab93565d2880447d535da6ca6e5feac7a70nd# information: Portions Copyright [yyyy] [name of copyright owner]
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# CDDL HEADER END
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd#
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# Use is subject to license terms.
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd#
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# ident "%Z%%M% %I% %E% SMI"
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd#
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# cmd/ssh/libssh/Makefile
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndinclude $(SRC)/lib/Makefile.lib
7db9f691a00ead175b03335457ca296a33ddf31bndinclude ../Makefile.ssh-common
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndSUBDIRS= $(MACH)
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# Need to override the TEXT_DOMAIN here because we included a Makefile from
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd# usr/src/lib but this is a private library which is part of SUNW_OST_OSCMD
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndTEXT_DOMAIN= SUNW_OST_OSCMD
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndPOFILE=_messages.po
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndall := TARGET= all
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndclean := TARGET= clean
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndclobber := TARGET= clobber
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndinstall := TARGET= install
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndlint := TARGET= lint
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd$(POFILE) := TARGET= $(POFILE)
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd.KEEP_STATE:
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndall clean clobber install lint $(POFILE): $(SUBDIRS)
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd$(SUBDIRS): FRC
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd @cd $@; pwd; $(MAKE) $(TARGET)
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndFRC:
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd
8d11c5a1bc1065eca535999b5f67b53c0fc12813ndinclude $(SRC)/lib/Makefile.targ
8d11c5a1bc1065eca535999b5f67b53c0fc12813nd