4208N/A#
4208N/A# CDDL HEADER START
4208N/A#
4208N/A# The contents of this file are subject to the terms of the
4208N/A# Common Development and Distribution License (the "License").
4208N/A# You may not use this file except in compliance with the License.
4208N/A#
4208N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4208N/A# or http://www.opensolaris.org/os/licensing.
4208N/A# See the License for the specific language governing permissions
4208N/A# and limitations under the License.
4208N/A#
4208N/A# When distributing Covered Code, include this CDDL HEADER in each
4208N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4208N/A# If applicable, add the following below this CDDL HEADER, with the
4208N/A# fields enclosed by brackets "[]" replaced with your own identifying
4208N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4208N/A#
4208N/A# CDDL HEADER END
4208N/A#
4208N/A#
4208N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
5680N/A#
4208N/A
5680N/Ainclude ../Makefile.lib
4208N/A
4208N/AHDRS= ima.h libsun_ima.h
4208N/AHDRDIR= common
4208N/ASUBDIRS= $(MACH)
4208N/A$(BUILD64)SUBDIRS += $(MACH64)
4208N/A
4208N/Aall := TARGET = all
4208N/Aclean := TARGET = clean
4208N/Aclobber := TARGET = clobber
4208N/Ainstall := TARGET = install
4208N/Alint := TARGET = lint
4208N/Astub := TARGET= stub
5680N/Astubinstall:= TARGET= stubinstall
4208N/A
4208N/A.KEEP_STATE:
4208N/A
4208N/Ainstall_h: $(ROOTHDRS)
4208N/A
4208N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
4208N/A
4208N/Ainstall_h: $(ROOTHDRS)
4208N/A
4208N/A# These headers and source should be excluded from check target
5680N/Acheck:
4208N/A
4208N/A$(SUBDIRS): FRC
4208N/A @cd $@; pwd; $(MAKE) $(TARGET)
4208N/A
4208N/AFRC:
4208N/A
4208N/Ainclude ../Makefile.targ
4208N/A