Makefile revision 6e91bba0d6c6bdabbba62cefae583715a4a58e2a
4901N/A# The contents of this file are subject to the terms of the 4901N/A# Common Development and Distribution License (the "License"). 4901N/A# You may not use this file except in compliance with the License. 4901N/A# See the License for the specific language governing permissions 4901N/A# and limitations under the License. 4901N/A# When distributing Covered Code, include this CDDL HEADER in each 4901N/A# If applicable, add the following below this CDDL HEADER, with the 4901N/A# fields enclosed by brackets "[]" replaced with your own identifying 4901N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5453N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 4901N/A# Use is subject to license terms. 5453N/A# As programs get lint-clean, add them here and to the 'lint' target. 5453N/A# Eventually this hack should go away, and all in PROG should be 5453N/A# Likewise, as subdirs get lint-clean, add them here. Once 5453N/A# they're all clean, replace the dependency of the lint target 5453N/A# with SUBDIRS. Also (sigh) deal with the commented-out build lines 5453N/A# And as programs are verified not to attempt to write into constants, 5453N/A# -xstrconst should be used to ensure they stay that way. 5453N/A# Eventually just plain CFLAGS should be += -v, but not until all in 5453N/A# The reason this rule checks for the existence of the 5453N/A# Makefile is that some of the directories do not exist 5453N/A# in our exportable source builds. 4901N/A sed -e
"/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \