c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER START
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# The contents of this file are subject to the terms of the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Common Development and Distribution License (the "License").
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# You may not use this file except in compliance with the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# or http://www.opensolaris.org/os/licensing.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# See the License for the specific language governing permissions
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# and limitations under the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# When distributing Covered Code, include this CDDL HEADER in each
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# If applicable, add the following below this CDDL HEADER, with the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# fields enclosed by brackets "[]" replaced with your own identifying
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# information: Portions Copyright [yyyy] [name of copyright owner]
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER END
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Use is subject to license terms.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy StormontSRCSUBDIRS= libg_fc liba5k
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy StormontALLSUBDIRS= common $(SRCSUBDIRS)
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontinstall := TARGET = install
c7893124ebf2d6bb539e1e46fd7f54b8a9af6e6fRichard Loweinstall_h := TARGET = install_h
c7893124ebf2d6bb539e1e46fd7f54b8a9af6e6fRichard Loweall := TARGET = all
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontclean := TARGET = clean
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontclobber := TARGET = clobber
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontcheck := TARGET = check
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormontlint := TARGET = lint
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont.KEEP_STATE:
all clean clobber lint install: $(SRCSUBDIRS)
install_h check: $(ALLSUBDIRS)
liba5k: libg_fc
$(ALLSUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: