Makefile revision 45916cd2fec6e79bca5dee0421bd39e3c2910d1e
80N/A#
80N/A# CDDL HEADER START
80N/A#
80N/A# The contents of this file are subject to the terms of the
80N/A# Common Development and Distribution License (the "License").
80N/A# You may not use this file except in compliance with the License.
80N/A#
80N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
80N/A# or http://www.opensolaris.org/os/licensing.
80N/A# See the License for the specific language governing permissions
80N/A# and limitations under the License.
80N/A#
80N/A# When distributing Covered Code, include this CDDL HEADER in each
80N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
80N/A# If applicable, add the following below this CDDL HEADER, with the
80N/A# fields enclosed by brackets "[]" replaced with your own identifying
80N/A# information: Portions Copyright [yyyy] [name of copyright owner]
80N/A#
80N/A# CDDL HEADER END
80N/A#
3817N/A#
80N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
80N/A# Use is subject to license terms.
80N/A#
80N/A#ident "%Z%%M% %I% %E% SMI"
2969N/A#
618N/A
80N/Ainclude ../Makefile.lib
1462N/A
682N/AHDRS = libtsnet.h
844N/AHDRDIR = common
2969N/ASUBDIRS = $(MACH)
80N/A$(BUILD64)SUBDIRS += $(MACH64)
80N/A
1258N/Aall := TARGET= all
1258N/Aclean := TARGET= clean
2969N/Aclobber := TARGET= clobber
2899N/Ainstall := TARGET= install
3817N/Alint := TARGET= lint
3817N/A
3817N/APOFILE = libtsnet.po
80N/AMSGFILES = common/misc.i
99N/A
99N/A.KEEP_STATE:
80N/A
80N/Aall install: spec .WAIT $(SUBDIRS)
80N/A
80N/Aclean clobber: spec $(SUBDIRS)
1462N/A
1462N/Alint: $(SUBDIRS)
80N/A
1462N/Ainstall_h: $(ROOTHDRS)
1462N/A
1462N/Acheck: $(CHECKHDRS)
1462N/A
1462N/A_msg: $(MSGDOMAINPOFILE)
1462N/A
1462N/A$(POFILE): $(MSGFILES)
1462N/A $(BUILDPO.msgfiles)
80N/A
4793N/Aspec $(SUBDIRS): FRC
4793N/A @cd $@; pwd; $(MAKE) $(TARGET)
4793N/A
4793N/AFRC:
4793N/A
4793N/Ainclude $(SRC)/Makefile.msg.targ
4793N/Ainclude ../Makefile.targ
4793N/A