Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
99N/A#
99N/A# CDDL HEADER START
99N/A#
99N/A# The contents of this file are subject to the terms of the
99N/A# Common Development and Distribution License, Version 1.0 only
99N/A# (the "License"). You may not use this file except in compliance
99N/A# with the License.
99N/A#
99N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99N/A# or http://www.opensolaris.org/os/licensing.
99N/A# See the License for the specific language governing permissions
99N/A# and limitations under the License.
99N/A#
99N/A# When distributing Covered Code, include this CDDL HEADER in each
99N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
99N/A# If applicable, add the following below this CDDL HEADER, with the
99N/A# fields enclosed by brackets "[]" replaced with your own identifying
99N/A# information: Portions Copyright [yyyy] [name of copyright owner]
99N/A#
99N/A# CDDL HEADER END
3996N/A#
99N/A#
127N/A# Copyright (c) 1997-1999 by Sun Microsystems, Inc.
99N/A# All rights reserved.
2086N/A#
99N/A#pragma ident "%Z%%M% %I% %E% SMI"
99N/A#
2086N/A# lib/libnisdb/spec/Makefile
99N/A
99N/A# no sparcv9 build of libnisdb
844N/A# if it is desirable to build one then uncomment the line below and delete
2086N/A# the rest of the lines.
2086N/A#
2086N/A#include $(SRC)/lib/Makefile.spec.arch
1364N/A
99N/Ai386_ARCHITECTURES = i386
3661N/Asparc_ARCHITECTURES = sparc
3661N/A
3996N/Aall := TARGET= all
3996N/Ainstall := TARGET= install
3996N/Aclean := TARGET= clean
99N/Aclobber := TARGET= clobber
2086N/Alint := TARGET= lint
2086N/A
2086N/A.KEEP_STATE:
2086N/A
2086N/Aall install clean clobber lint: $($(MACH)_ARCHITECTURES)
2086N/A
2086N/A# spec files do not have msgs or catalogs
2086N/A_msg catalog:
99N/A
99N/A$($(MACH)_ARCHITECTURES): FRC
99N/A @cd $@; pwd; $(MAKE) $(TARGET)
99N/A
99N/AFRC:
2086N/A