Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder#
5cb757fab60f0c6bd6c2ff444d18963f078be9beChristian Maeder# CDDL HEADER START
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder#
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# The contents of this file are subject to the terms of the
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# Common Development and Distribution License (the "License").
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# You may not use this file except in compliance with the License.
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder#
946f62de1b188898dde0c472f2a8a6fb86f4d2f5Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
678e45c045799ce271c4719123ecd9cf4f456d4bChristian Maeder# or http://www.opensolaris.org/os/licensing.
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# See the License for the specific language governing permissions
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# and limitations under the License.
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder#
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e13ee09381f136f5eadaabdb9699773c0052cf3dChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
e13ee09381f136f5eadaabdb9699773c0052cf3dChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
021d7137df04ec1834911d99d90243a092841cedChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
3aa7e4492a7e28b37d1a0b23f5bfe2109f87d4d6Christian Maeder#
# CDDL HEADER END
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
include ../Makefile.lib
HDRS = libtsnet.h
HDRDIR = common
SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
lint := TARGET= lint
POFILE = libtsnet.po
MSGFILES = common/misc.i
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
_msg: $(MSGDOMAINPOFILE)
$(POFILE): $(MSGFILES)
$(BUILDPO.msgfiles)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include ../Makefile.targ