af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# CDDL HEADER START
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# The contents of this file are subject to the terms of the
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# Common Development and Distribution License (the "License").
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# You may not use this file except in compliance with the License.
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# or http://www.opensolaris.org/os/licensing.
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# See the License for the specific language governing permissions
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# and limitations under the License.
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# When distributing Covered Code, include this CDDL HEADER in each
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# If applicable, add the following below this CDDL HEADER, with the
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# fields enclosed by brackets "[]" replaced with your own identifying
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# information: Portions Copyright [yyyy] [name of copyright owner]
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems# CDDL HEADER END
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems#
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome# Use is subject to license terms.
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome#
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas SoomeSUBDIRS = $(MACH)
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeall := TARGET= all
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeinstall := TARGET= install
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeclean := TARGET= clean
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeclobber := TARGET= clobber
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome_msg := TARGET= _msg
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomelint := TARGET= lint
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems.KEEP_STATE:
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeinstall: $(SUBDIRS)
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soomeall clobber clean lint _msg: $(SUBDIRS)
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas SoomeFRC:
af28f636873b7156cfd73ceffa927658cca33fd0Enrico Perla - Sun Microsystems
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome$(SUBDIRS): FRC
0c946d80993858b7b1314e0b31773e48500e03fbToomas Soome @cd $@; pwd; $(MAKE) $(TARGET)