Makefile revision 734b6a94890be549309b21156f8ed6d4561cac51
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# CDDL HEADER START
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
ad0b283113c3f11ac1877df97d5d0fae899b56caBrendan Mmiller# The contents of this file are subject to the terms of the
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# Common Development and Distribution License (the "License").
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# You may not use this file except in compliance with the License.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# or http://www.opensolaris.org/os/licensing.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# See the License for the specific language governing permissions
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# and limitations under the License.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# When distributing Covered Code, include this CDDL HEADER in each
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# If applicable, add the following below this CDDL HEADER, with the
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# fields enclosed by brackets "[]" replaced with your own identifying
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# information: Portions Copyright [yyyy] [name of copyright owner]
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# CDDL HEADER END
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# Use is subject to license terms.
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller#
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller# ident "%Z%%M% %I% %E% SMI"
1233cf61f92cf026493da1465aa5ef6e84f443adBrendan Mmiller#
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller# lib/libmd5/Makefile
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller
1233cf61f92cf026493da1465aa5ef6e84f443adBrendan Mmillerinclude $(SRC)/Makefile.master
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller
448987059f6c769c5a4986c178356b90e823bb36Brendan MmillerSUBDIRS= $(MACH)
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller$(BUILD64)SUBDIRS += $(MACH64)
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmillerall := TARGET= all
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmillerclean := TARGET= clean
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmillerclobber := TARGET= clobber
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmillerinstall := TARGET= install
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller.KEEP_STATE:
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller.PARALLEL: $(MACH) $(MACH64)
eb63168b5d410b5ea72fee84051e99ba88255128Brendan Mmiller
ad0b283113c3f11ac1877df97d5d0fae899b56caBrendan Mmillerall clean clobber install: $(SUBDIRS)
eb63168b5d410b5ea72fee84051e99ba88255128Brendan Mmiller
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller$(SUBDIRS): FRC
a3f1c4bb696d904f842314da867a84288809db8bBrendan Mmiller @cd $@; pwd; $(MAKE) $(TARGET)
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller
aaa0f5ddd147facc5c535e28845db1d482c6c6d5Brendan MmillerFRC:
448987059f6c769c5a4986c178356b90e823bb36Brendan Mmiller