Makefile revision 71269a2275bf5a143dad6461eee2710a344e7261
425N/A#
425N/A# CDDL HEADER START
425N/A#
425N/A# The contents of this file are subject to the terms of the
425N/A# Common Development and Distribution License (the "License").
425N/A# You may not use this file except in compliance with the License.
425N/A#
425N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
425N/A# or http://www.opensolaris.org/os/licensing.
425N/A# See the License for the specific language governing permissions
425N/A# and limitations under the License.
425N/A#
425N/A# When distributing Covered Code, include this CDDL HEADER in each
425N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
425N/A# If applicable, add the following below this CDDL HEADER, with the
425N/A# fields enclosed by brackets "[]" replaced with your own identifying
425N/A# information: Portions Copyright [yyyy] [name of copyright owner]
425N/A#
425N/A# CDDL HEADER END
425N/A#
5680N/A#
425N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
5680N/A# lib/libsoftcrypto/Makefile
425N/A#
425N/A
1244N/Ainclude $(SRC)/lib/Makefile.lib
425N/A
1244N/A$(SPARC_BLD)PLATFORMS = sun4u sun4v
425N/A$(INTEL_BLD)PLATFORMS = i386_hwcap1
844N/A
844N/ASUBDIRS = $(MACH) $(MACH64) $(PLATFORMS)
425N/A
1258N/Aall := TARGET= all
425N/Acheck := TARGET= check
2899N/Aclean := TARGET= clean
2899N/Aclobber := TARGET= clobber
5680N/Ainstall := TARGET= install
5680N/Alint := TARGET= lint
5680N/A
425N/A
425N/A.PARALLEL: $(SUBDIRS)
425N/A
425N/Aall check clean clobber install lint: $(SUBDIRS)
425N/A
3639N/Ainstall_h: $(ROOTHDRS)
3639N/A
4760N/Acheck: $(CHECKHDRS)
4760N/A
4760N/A
4760N/A$(SUBDIRS): FRC
3639N/A @cd $@; pwd; $(MAKE) $(TARGET)
3639N/A
3639N/AFRC:
3639N/A