Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
2058N/A#
2058N/A# CDDL HEADER START
2058N/A#
2058N/A# The contents of this file are subject to the terms of the
2058N/A# Common Development and Distribution License, Version 1.0 only
2058N/A# (the "License"). You may not use this file except in compliance
2058N/A# with the License.
2058N/A#
2058N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2058N/A# or http://www.opensolaris.org/os/licensing.
2058N/A# See the License for the specific language governing permissions
2058N/A# and limitations under the License.
2058N/A#
2058N/A# When distributing Covered Code, include this CDDL HEADER in each
2058N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2058N/A# If applicable, add the following below this CDDL HEADER, with the
2058N/A# fields enclosed by brackets "[]" replaced with your own identifying
2058N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2058N/A#
2058N/A# CDDL HEADER END
2058N/A#
2058N/A#
6033N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2058N/A# Use is subject to license terms.
2058N/A#
2058N/A# ident "%Z%%M% %I% %E% SMI"
2058N/A#
6033N/A# cmd/scadm/sparc/mpxu/Makefile
6033N/A#
2058N/A# Platform specific Makefile for the scadm command.
6122N/A#
2058N/A# PLATFORM is the target for the binary instalation.
2058N/A#
6122N/A# PLATLINKS is a list of platforms which are to be linked to this binary
2058N/A# at the file level.
6122N/A#
2058N/ASRCDIR = ../..
2058N/APLATFORM = SUNW,Sun-Fire-V240
2058N/APLATLINKS = SUNW,Sun-Fire-V250
6122N/APLATLINKS += SUNW,Sun-Fire-V445
3661N/APLATLINKS += SUNW,Sun-Fire-V215
3996N/A
3996N/Ainclude $(SRCDIR)/Makefile.com
3996N/A
2058N/ACFLAGS += -R /usr/platform/$(PLATFORM)/lib
2058N/A
2058N/ALDLIBS += -L$(ROOT)/usr/platform/$(PLATFORM)/lib
6122N/ALDLIBS += -lrsc -lcurses -lrt
2058N/ALINTFLAGS += -u
6122N/A
6122N/A.KEEP_STATE:
6122N/A
6122N/Aall: librsc $(PROG)
2058N/A
6122N/Alibrsc:
6122N/A cd $(SRCDIR)/../../lib/librsc ; $(MAKE) install
6122N/A
6122N/Ainclude $(SRCDIR)/Makefile.targ
6122N/A