Makefile revision 34f9b3eef6fdadbda0a846aa4d68691ac40eace5
106N/A#
106N/A# CDDL HEADER START
106N/A#
106N/A# The contents of this file are subject to the terms of the
106N/A# Common Development and Distribution License (the "License").
106N/A# You may not use this file except in compliance with the License.
106N/A#
106N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
106N/A# or http://www.opensolaris.org/os/licensing.
106N/A# See the License for the specific language governing permissions
106N/A# and limitations under the License.
106N/A#
106N/A# When distributing Covered Code, include this CDDL HEADER in each
106N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
106N/A# If applicable, add the following below this CDDL HEADER, with the
106N/A# fields enclosed by brackets "[]" replaced with your own identifying
106N/A# information: Portions Copyright [yyyy] [name of copyright owner]
106N/A#
106N/A# CDDL HEADER END
106N/A#
106N/A
106N/A#
3778N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
106N/A# Use is subject to license terms.
106N/A#
106N/A
106N/ASHELL=/usr/bin/ksh93
106N/A
1247N/Ainclude ../Makefile.lib
618N/A
106N/ASUBDIRS = $(MACH)
106N/A$(BUILD64)SUBDIRS += $(MACH64)
844N/A
1247N/Aall := TARGET= all
1247N/Aclean := TARGET= clean
1273N/Aclobber := TARGET= clobber
106N/Ainstall := TARGET= install
3661N/Alint := TARGET= lint
3661N/A_msg := TARGET= _msg
3778N/A
3778N/A.KEEP_STATE:
3778N/A
3996N/Aall clean clobber install lint _msg: $(SUBDIRS)
3996N/A
3996N/ALIBRARY= libsum.a
106N/A
1247N/AHDRS= \
1247N/A sum.h
1247N/A
1874N/AHDRDIR32= $(MACH)/include/ast
1874N/AHDRDIR64= $(MACH64)/include/ast
1247N/Ainclude ../Makefile.asthdr
1874N/A
1874N/Ainstall_h: $(ROOTHDRS)
1247N/A
1247N/A# We don't check these header files because they're owned by AT&T/AST
106N/Acheck:
106N/A
1874N/A$(SPARC_BLD)$(SUBDIRS): FRC
106N/A$(SPARC_BLD) @cd $@; pwd; $(MAKE) $(TARGET)
1874N/A$(INTEL_BLD)$(SUBDIRS): FRC
727N/A$(INTEL_BLD) @cd $@; pwd; $(MAKE) $(TARGET)
1247N/A
1247N/AFRC:
1247N/A
1247N/Ainclude ../Makefile.targ
1247N/A