Makefile revision 4eaa471005973e11a6110b69fe990530b3b95a38
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# CDDL HEADER START
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# The contents of this file are subject to the terms of the
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# Common Development and Distribution License (the "License").
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# You may not use this file except in compliance with the License.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# or http://www.opensolaris.org/os/licensing.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# See the License for the specific language governing permissions
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# and limitations under the License.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# When distributing Covered Code, include this CDDL HEADER in each
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# If applicable, add the following below this CDDL HEADER, with the
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# fields enclosed by brackets "[]" replaced with your own identifying
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# information: Portions Copyright [yyyy] [name of copyright owner]
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# CDDL HEADER END
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# Use is subject to license terms.
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# uts/common/net/Makefile
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe#
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe# include global definitions
6da048f951889f3087d40c2da8f63c662ff4f97dwroweinclude ../../../Makefile.master
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwroweHDRS= af.h if.h if_arp.h if_dl.h if_types.h route.h pfkeyv2.h pfpolicy.h \
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe ppp-comp.h ppp_defs.h pppio.h vjcompress.h sppptun.h pppoe.h radix.h \
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe wpa.h simnet.h bridge.h bridge_impl.h trill.h
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwroweROOTDIRS= $(ROOT)/usr/include/net
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwroweROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/net/%)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwroweCHECKHDRS= $(HDRS:%.h=%.check)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe$(ROOTDIRS)/%: %
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe $(INS.file)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe.KEEP_STATE:
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe.PARALLEL: $(CHECKHDRS)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
94428f1ef6be7cb7b6338bd884c95ad1d6d95c8awroweinstall_h: $(ROOTDIRS) $(ROOTHDRS)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe$(ROOTDIRS):
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe $(INS.dir)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe
6da048f951889f3087d40c2da8f63c662ff4f97dwrowecheck: $(CHECKHDRS)
6da048f951889f3087d40c2da8f63c662ff4f97dwrowe