11676Sjpk# 21676Sjpk# CDDL HEADER START 31676Sjpk# 41676Sjpk# The contents of this file are subject to the terms of the 51676Sjpk# Common Development and Distribution License (the "License"). 61676Sjpk# You may not use this file except in compliance with the License. 71676Sjpk# 81676Sjpk# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91676Sjpk# or http://www.opensolaris.org/os/licensing. 101676Sjpk# See the License for the specific language governing permissions 111676Sjpk# and limitations under the License. 121676Sjpk# 131676Sjpk# When distributing Covered Code, include this CDDL HEADER in each 141676Sjpk# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151676Sjpk# If applicable, add the following below this CDDL HEADER, with the 161676Sjpk# fields enclosed by brackets "[]" replaced with your own identifying 171676Sjpk# information: Portions Copyright [yyyy] [name of copyright owner] 181676Sjpk# 191676Sjpk# CDDL HEADER END 201676Sjpk# 211676Sjpk# 221676Sjpk# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 231676Sjpk# Use is subject to license terms. 241676Sjpk# 25*2522Sraf# ident "%Z%%M% %I% %E% SMI" 261676Sjpk# 271676Sjpk 281676Sjpkinclude ../Makefile.lib 291676Sjpk 301676SjpkHDRS = libtsnet.h 311676SjpkHDRDIR = common 321676SjpkSUBDIRS = $(MACH) 331676Sjpk$(BUILD64)SUBDIRS += $(MACH64) 341676Sjpk 351676Sjpkall := TARGET= all 361676Sjpkclean := TARGET= clean 371676Sjpkclobber := TARGET= clobber 381676Sjpkinstall := TARGET= install 391676Sjpklint := TARGET= lint 401676Sjpk 411676SjpkPOFILE = libtsnet.po 421676SjpkMSGFILES = common/misc.i 431676Sjpk 441676Sjpk.KEEP_STATE: 451676Sjpk 46*2522Srafall clean clobber install lint: $(SUBDIRS) 471676Sjpk 481676Sjpkinstall_h: $(ROOTHDRS) 491676Sjpk 501676Sjpkcheck: $(CHECKHDRS) 511676Sjpk 521676Sjpk_msg: $(MSGDOMAINPOFILE) 531676Sjpk 541676Sjpk$(POFILE): $(MSGFILES) 551676Sjpk $(BUILDPO.msgfiles) 561676Sjpk 57*2522Sraf$(SUBDIRS): FRC 581676Sjpk @cd $@; pwd; $(MAKE) $(TARGET) 591676Sjpk 601676SjpkFRC: 611676Sjpk 621676Sjpkinclude $(SRC)/Makefile.msg.targ 631676Sjpkinclude ../Makefile.targ 64