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