Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
456N/A#
456N/A# CDDL HEADER START
456N/A#
456N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
456N/A#
456N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
456N/A# or http://www.opensolaris.org/os/licensing.
456N/A# See the License for the specific language governing permissions
456N/A# and limitations under the License.
456N/A#
456N/A# When distributing Covered Code, include this CDDL HEADER in each
456N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
456N/A# If applicable, add the following below this CDDL HEADER, with the
456N/A# fields enclosed by brackets "[]" replaced with your own identifying
456N/A# information: Portions Copyright [yyyy] [name of copyright owner]
456N/A#
456N/A# CDDL HEADER END
456N/A#
456N/A#
456N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
456N/A# Use is subject to license terms.
456N/A#
456N/A
456N/APROG = fruadm
456N/APLATFORM = sun4u
456N/ACLASS = 32 # so ParallelMake isn't confused by empty rules
456N/A
456N/Ainclude $(SRC)/cmd/Makefile.cmd
456N/Ainclude $(SRC)/Makefile.psm
456N/A
456N/AFRULIBS = -L$(SRC)/lib/libfru/$(MACH) -lfru
456N/A
456N/ACFLAGS += $(CCVERBOSE)
493N/ACERRWARN += -_gcc=-Wno-switch
456N/ACPPFLAGS += -I$(SRC)/lib/libfru/include
456N/ALINTFLAGS += -u
851N/ALDLIBS += $(FRULIBS) -lm
456N/A
911N/Alint := FRULIBS =
911N/A
911N/AFILEMODE = 755
911N/A
456N/A.KEEP_STATE:
456N/A
456N/Aall: $(PROG)
456N/A
456N/Ainstall: all $(USR_PSM_SBIN_DIR) $(USR_PSM_SBIN_PROG)
456N/A
456N/Aclean:
456N/A
503N/Alint: lint_PROG
503N/A
503N/Ainclude $(SRC)/cmd/Makefile.targ
456N/Ainclude $(SRC)/Makefile.psm.targ