Makefile revision cee0fb94c0d4227de0a00efc162fb2739844b641
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
325N/A# Common Development and Distribution License (the "License").
325N/A# You may not use this file except in compliance with the License.
325N/A#
325N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
325N/A# or http://www.opensolaris.org/os/licensing.
325N/A# See the License for the specific language governing permissions
325N/A# and limitations under the License.
325N/A#
325N/A# When distributing Covered Code, include this CDDL HEADER in each
325N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
325N/A# If applicable, add the following below this CDDL HEADER, with the
325N/A# fields enclosed by brackets "[]" replaced with your own identifying
325N/A# information: Portions Copyright [yyyy] [name of copyright owner]
325N/A#
325N/A# CDDL HEADER END
325N/A#
325N/A#
325N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
325N/A# Use is subject to license terms.
325N/A#
325N/A#
325N/A
325N/Ainclude ../../../Makefile.lib
325N/Ainclude ../Makefile.defs
325N/A
325N/AHDRS = lm_disk.h
325N/AHDRDIR = common
325N/ASUBDIRS = $(MACH)
325N/A#$(BUILD64)SUBDIRS += $(MACH64)
325N/A
325N/Aall := TARGET = all
325N/Aclean := TARGET = clean
325N/Aclobber := TARGET = clobber
325N/Ainstall := TARGET = install
325N/Alint := TARGET = lint
325N/A
325N/A.KEEP_STATE:
325N/A
325N/Aall clean clobber lint: $(SUBDIRS)
325N/A
325N/Ainstall: $(ROOTMMSLMLIBDIR) $(SUBDIRS)
325N/A
325N/Ainstall_h:
325N/A
325N/Acheck:
325N/A
325N/A$(SUBDIRS): FRC
325N/A @cd $@; pwd; $(MAKE) $(TARGET)
325N/A
325N/AFRC:
325N/A
325N/Ainclude ../Makefile.rootdirs
325N/Ainclude ../../../Makefile.targ
325N/A