1af28f636SEnrico Perla - Sun Microsystems# 2af28f636SEnrico Perla - Sun Microsystems# CDDL HEADER START 3af28f636SEnrico Perla - Sun Microsystems# 4af28f636SEnrico Perla - Sun Microsystems# The contents of this file are subject to the terms of the 5af28f636SEnrico Perla - Sun Microsystems# Common Development and Distribution License (the "License"). 6af28f636SEnrico Perla - Sun Microsystems# You may not use this file except in compliance with the License. 7af28f636SEnrico Perla - Sun Microsystems# 8af28f636SEnrico Perla - Sun Microsystems# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9af28f636SEnrico Perla - Sun Microsystems# or http://www.opensolaris.org/os/licensing. 10af28f636SEnrico Perla - Sun Microsystems# See the License for the specific language governing permissions 11af28f636SEnrico Perla - Sun Microsystems# and limitations under the License. 12af28f636SEnrico Perla - Sun Microsystems# 13af28f636SEnrico Perla - Sun Microsystems# When distributing Covered Code, include this CDDL HEADER in each 14af28f636SEnrico Perla - Sun Microsystems# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15af28f636SEnrico Perla - Sun Microsystems# If applicable, add the following below this CDDL HEADER, with the 16af28f636SEnrico Perla - Sun Microsystems# fields enclosed by brackets "[]" replaced with your own identifying 17af28f636SEnrico Perla - Sun Microsystems# information: Portions Copyright [yyyy] [name of copyright owner] 18af28f636SEnrico Perla - Sun Microsystems# 19af28f636SEnrico Perla - Sun Microsystems# CDDL HEADER END 20af28f636SEnrico Perla - Sun Microsystems# 21*0c946d80SToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com> 22*0c946d80SToomas Soome# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*0c946d80SToomas Soome# Use is subject to license terms. 24af28f636SEnrico Perla - Sun Microsystems# 25af28f636SEnrico Perla - Sun Microsystems 26*0c946d80SToomas SoomeSUBDIRS = $(MACH) 27af28f636SEnrico Perla - Sun Microsystems 28*0c946d80SToomas Soomeall := TARGET= all 29*0c946d80SToomas Soomeinstall := TARGET= install 30*0c946d80SToomas Soomeclean := TARGET= clean 31*0c946d80SToomas Soomeclobber := TARGET= clobber 32*0c946d80SToomas Soome_msg := TARGET= _msg 33*0c946d80SToomas Soomelint := TARGET= lint 34af28f636SEnrico Perla - Sun Microsystems 35af28f636SEnrico Perla - Sun Microsystems.KEEP_STATE: 36af28f636SEnrico Perla - Sun Microsystems 37*0c946d80SToomas Soomeinstall: $(SUBDIRS) 38af28f636SEnrico Perla - Sun Microsystems 39*0c946d80SToomas Soomeall clobber clean lint _msg: $(SUBDIRS) 40af28f636SEnrico Perla - Sun Microsystems 41*0c946d80SToomas SoomeFRC: 42af28f636SEnrico Perla - Sun Microsystems 43*0c946d80SToomas Soome$(SUBDIRS): FRC 44*0c946d80SToomas Soome @cd $@; pwd; $(MAKE) $(TARGET) 45