1*2882Svi117747# 2*2882Svi117747# CDDL HEADER START 3*2882Svi117747# 4*2882Svi117747# The contents of this file are subject to the terms of the 5*2882Svi117747# Common Development and Distribution License (the "License"). 6*2882Svi117747# You may not use this file except in compliance with the License. 7*2882Svi117747# 8*2882Svi117747# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*2882Svi117747# or http://www.opensolaris.org/os/licensing. 10*2882Svi117747# See the License for the specific language governing permissions 11*2882Svi117747# and limitations under the License. 12*2882Svi117747# 13*2882Svi117747# When distributing Covered Code, include this CDDL HEADER in each 14*2882Svi117747# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*2882Svi117747# If applicable, add the following below this CDDL HEADER, with the 16*2882Svi117747# fields enclosed by brackets "[]" replaced with your own identifying 17*2882Svi117747# information: Portions Copyright [yyyy] [name of copyright owner] 18*2882Svi117747# 19*2882Svi117747# CDDL HEADER END 20*2882Svi117747# 21*2882Svi117747# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22*2882Svi117747# Use is subject to license terms. 23*2882Svi117747# 24*2882Svi117747# ident "%Z%%M% %I% %E% SMI" 25*2882Svi117747# 26*2882Svi117747 27*2882Svi117747include ../Makefile.lib 28*2882Svi117747 29*2882Svi117747HDRS = sip.h 30*2882Svi117747HDRDIR = common 31*2882Svi117747SUBDIRS = $(MACH) 32*2882Svi117747$(BUILD64)SUBDIRS += $(MACH64) 33*2882Svi117747 34*2882Svi117747all := TARGET= all 35*2882Svi117747clean := TARGET= clean 36*2882Svi117747clobber := TARGET= clobber 37*2882Svi117747install := TARGET= install 38*2882Svi117747lint := TARGET= lint 39*2882Svi117747 40*2882Svi117747.KEEP_STATE: 41*2882Svi117747 42*2882Svi117747all clean clobber install lint: $(SUBDIRS) 43*2882Svi117747 44*2882Svi117747install_h: $(ROOTHDRS) 45*2882Svi117747 46*2882Svi117747check: $(CHECKHDRS) 47*2882Svi117747 48*2882Svi117747$(SUBDIRS): FRC 49*2882Svi117747 @cd $@; pwd; $(MAKE) $(TARGET) 50*2882Svi117747 51*2882Svi117747FRC: 52*2882Svi117747 53*2882Svi117747include ../Makefile.targ 54