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