xref: /illumos-gate/usr/src/lib/sun_sas/Makefile (revision 241c90a0)
19e86db79SHyon Kim#
29e86db79SHyon Kim# CDDL HEADER START
39e86db79SHyon Kim#
49e86db79SHyon Kim# The contents of this file are subject to the terms of the
59e86db79SHyon Kim# Common Development and Distribution License (the "License").
69e86db79SHyon Kim# You may not use this file except in compliance with the License.
79e86db79SHyon Kim#
89e86db79SHyon Kim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99e86db79SHyon Kim# or http://www.opensolaris.org/os/licensing.
109e86db79SHyon Kim# See the License for the specific language governing permissions
119e86db79SHyon Kim# and limitations under the License.
129e86db79SHyon Kim#
139e86db79SHyon Kim# When distributing Covered Code, include this CDDL HEADER in each
149e86db79SHyon Kim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159e86db79SHyon Kim# If applicable, add the following below this CDDL HEADER, with the
169e86db79SHyon Kim# fields enclosed by brackets "[]" replaced with your own identifying
179e86db79SHyon Kim# information: Portions Copyright [yyyy] [name of copyright owner]
189e86db79SHyon Kim#
199e86db79SHyon Kim# CDDL HEADER END
209e86db79SHyon Kim#
219e86db79SHyon Kim#
229e86db79SHyon Kim# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
239e86db79SHyon Kim# Use is subject to license terms.
249e86db79SHyon Kim#
259e86db79SHyon Kim
269e86db79SHyon Kiminclude		../Makefile.lib
279e86db79SHyon Kim
289e86db79SHyon KimSUBDIRS=	$(MACH)
299e86db79SHyon Kim$(BUILD64)SUBDIRS += $(MACH64)
309e86db79SHyon Kim
319e86db79SHyon Kimall :=		TARGET= all
329e86db79SHyon Kimclean :=	TARGET= clean
339e86db79SHyon Kimclobber :=	TARGET= clobber
349e86db79SHyon Kiminstall :=	TARGET= install
359e86db79SHyon Kiminstall_h :=	TARGET= install_h
369e86db79SHyon Kim
379e86db79SHyon KimHDRDIR=		common
389e86db79SHyon Kim
399e86db79SHyon Kim
409e86db79SHyon Kim.KEEP_STATE:
419e86db79SHyon Kim
42*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
439e86db79SHyon Kim
449e86db79SHyon Kiminstall_h: $(ROOTHDRS)
459e86db79SHyon Kim
469e86db79SHyon Kimcheck: $(CHECKHDRS)
479e86db79SHyon Kim
489e86db79SHyon Kim$(SUBDIRS): FRC
499e86db79SHyon Kim	@cd $@; pwd; $(MAKE) $(TARGET)
509e86db79SHyon Kim
519e86db79SHyon KimFRC:
529e86db79SHyon Kim
539e86db79SHyon Kiminclude ../Makefile.targ
54