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