Makefile revision 5c70f01ea815cb0a517425abce455bd6f407a852
120N/A#
120N/A# CDDL HEADER START
120N/A#
120N/A# The contents of this file are subject to the terms of the
120N/A# Common Development and Distribution License (the "License").
120N/A# You may not use this file except in compliance with the License.
120N/A#
120N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120N/A# or http://www.opensolaris.org/os/licensing.
120N/A# See the License for the specific language governing permissions
120N/A# and limitations under the License.
120N/A#
120N/A# When distributing Covered Code, include this CDDL HEADER in each
120N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
120N/A# If applicable, add the following below this CDDL HEADER, with the
120N/A# fields enclosed by brackets "[]" replaced with your own identifying
120N/A# information: Portions Copyright [yyyy] [name of copyright owner]
120N/A#
120N/A# CDDL HEADER END
120N/A#
120N/A
120N/A#
844N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
120N/A# Use is subject to license terms.
120N/A#
120N/A
120N/APROG = findunref
120N/AMAN1FILES = findunref.1
120N/ACFLAGS += $(CCVERBOSE)
618N/ALINTFLAGS += -ux
120N/A
120N/Ainclude ../Makefile.tools
844N/A
844N/A$(ROOTONBLDMAN1FILES) := FILEMODE= 644
120N/A
120N/AEXCEPTION_SRC= common open
120N/A$(CLOSED_BUILD)EXCEPTION_SRC += closed
120N/AEXCEPTION_LISTS= $(EXCEPTION_SRC:%=exception_list.%)
120N/A
120N/ACLOBBERFILES += exception_list
486N/A
486N/A.KEEP_STATE:
120N/A
120N/Aall: $(PROG) exception_list
120N/A
120N/Ainstall: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1FILES)
181N/A
120N/Alint: lint_PROG
120N/A
181N/Aexception_list: $(EXCEPTION_LISTS)
120N/A -$(RM) $@
181N/A $(CAT) $(EXCEPTION_LISTS) > $@
181N/A
181N/Aclean:
120N/A
120N/Ainclude ../Makefile.targ
120N/A