Makefile revision 721fffe35d40e548a5a58dc53a2ec9c6762172d9
366N/A#
366N/A# CDDL HEADER START
366N/A#
366N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
366N/A#
366N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
366N/A# or http://www.opensolaris.org/os/licensing.
366N/A# See the License for the specific language governing permissions
366N/A# and limitations under the License.
366N/A#
366N/A# When distributing Covered Code, include this CDDL HEADER in each
366N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
366N/A# If applicable, add the following below this CDDL HEADER, with the
366N/A# fields enclosed by brackets "[]" replaced with your own identifying
366N/A# information: Portions Copyright [yyyy] [name of copyright owner]
366N/A#
366N/A# CDDL HEADER END
366N/A#
366N/A
366N/A#
366N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
366N/A# Use is subject to license terms.
366N/A#
366N/A# uts/common/inet/Makefile
366N/A#
366N/A# include global definitions
366N/Ainclude ../../../Makefile.master
366N/A
366N/AHDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
366N/A ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
366N/A ip_multi.h ip_netinfo.h ip_ndp.h ip_rts.h ipsec_impl.h keysock.h \
366N/A led.h mi.h mib2.h nd.h optcom.h sadb.h sctp_itf.h snmpcom.h tcp.h \
366N/A tcp_sack.h tcp_stack.h udp_impl.h rawip_impl.h ipp_common.h \
493N/A ip_ftable.h ip_impl.h ip_stack.h ip_arp.h tcp_impl.h wifi_ioctl.h \
366N/A ip2mac.h ip2mac_impl.h tcp_stats.h
366N/A
851N/AROOTDIRS= $(ROOT)/usr/include/inet
366N/A
911N/AROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/inet/%)
911N/A
911N/ACHECKHDRS= $(HDRS:%.h=%.check)
911N/A
366N/A$(ROOTDIRS)/%: %
366N/A $(INS.file)
851N/A
851N/A.KEEP_STATE:
366N/A
366N/A.PARALLEL: $(CHECKHDRS)
366N/A
366N/Ainstall_h: $(ROOTDIRS) $(ROOTHDRS)
366N/A
366N/A$(ROOTDIRS):
366N/A $(INS.dir)
366N/A
366N/Acheck: $(CHECKHDRS)
493N/A