Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# CDDL HEADER START
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# The contents of this file are subject to the terms of the
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# Common Development and Distribution License, Version 1.0 only
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# (the "License"). You may not use this file except in compliance
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# with the License.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# or http://www.opensolaris.org/os/licensing.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# See the License for the specific language governing permissions
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# and limitations under the License.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# When distributing Covered Code, include this CDDL HEADER in each
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# If applicable, add the following below this CDDL HEADER, with the
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# fields enclosed by brackets "[]" replaced with your own identifying
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# information: Portions Copyright [yyyy] [name of copyright owner]
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# CDDL HEADER END
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelson#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#ident "%Z%%M% %I% %E% SMI"
0c45178b5714d692c44817c2235320c3f2b030abwl#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# Copyright (c) 1998-1999 by Sun Microsystems, Inc.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# All rights reserved.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# lib/libtnf/spec/Makefile
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# no sparcv9 build of libresolv
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# if it is desirable to build one then uncomment the line below and delete
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# the rest of the lines.
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth#include $(SRC)/lib/Makefile.spec.arch
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthi386_ARCHITECTURES = i386
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthsparc_ARCHITECTURES = sparc
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthall := TARGET= all
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthinstall := TARGET= install
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthclean := TARGET= clean
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthclobber := TARGET= clobber
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthlint := TARGET= lint
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth.KEEP_STATE:
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthall install clean clobber lint: $($(MACH)_ARCHITECTURES)
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth# spec files do not have msgs or catalogs
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth_msg catalog:
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth$($(MACH)_ARCHITECTURES): FRC
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelson @cd $@; pwd; $(MAKE) $(TARGET)
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcthFRC:
1e1ddd6cc98ab5af8293f7ebd132be62900730fdcth