xref: /illumos-gate/usr/src/lib/crt/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
13e76f9d6SRichard Lowe#
23e76f9d6SRichard Lowe# CDDL HEADER START
33e76f9d6SRichard Lowe#
43e76f9d6SRichard Lowe# The contents of this file are subject to the terms of the
53e76f9d6SRichard Lowe# Common Development and Distribution License, Version 1.0 only
63e76f9d6SRichard Lowe# (the "License").  You may not use this file except in compliance
73e76f9d6SRichard Lowe# with the License.
83e76f9d6SRichard Lowe#
93e76f9d6SRichard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
103e76f9d6SRichard Lowe# or http://www.opensolaris.org/os/licensing.
113e76f9d6SRichard Lowe# See the License for the specific language governing permissions
123e76f9d6SRichard Lowe# and limitations under the License.
133e76f9d6SRichard Lowe#
143e76f9d6SRichard Lowe# When distributing Covered Code, include this CDDL HEADER in each
153e76f9d6SRichard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
163e76f9d6SRichard Lowe# If applicable, add the following below this CDDL HEADER, with the
173e76f9d6SRichard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
183e76f9d6SRichard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
193e76f9d6SRichard Lowe#
203e76f9d6SRichard Lowe# CDDL HEADER END
213e76f9d6SRichard Lowe#
223e76f9d6SRichard Lowe#
233e76f9d6SRichard Lowe# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
243e76f9d6SRichard Lowe# Use is subject to license terms.
253e76f9d6SRichard Lowe#
263e76f9d6SRichard Lowe
273e76f9d6SRichard Loweinclude	../Makefile.lib
283e76f9d6SRichard Lowe
293e76f9d6SRichard LoweSUBDIRS = $(MACH)
303e76f9d6SRichard Lowe$(BUILD64)SUBDIRS += $(MACH64)
313e76f9d6SRichard Lowe
323e76f9d6SRichard Loweall :=		TARGET= all
333e76f9d6SRichard Loweinstall :=	TARGET= install
343e76f9d6SRichard Loweclean :=	TARGET= clean
353e76f9d6SRichard Loweclobber :=	TARGET= clobber
363e76f9d6SRichard Lowe
373e76f9d6SRichard Lowe.KEEP_STATE:
383e76f9d6SRichard Lowe
39*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
403e76f9d6SRichard Lowe
413e76f9d6SRichard Lowe$(SUBDIRS):	FRC
423e76f9d6SRichard Lowe	@cd $@; pwd; $(MAKE) $(TARGET)
433e76f9d6SRichard Lowe
443e76f9d6SRichard LoweFRC:
45