df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# CDDL HEADER START
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# The contents of this file are subject to the terms of the
df14233e629298598736976c5bfcf4a31873745fab# Common Development and Distribution License (the "License").
df14233e629298598736976c5bfcf4a31873745fab# You may not use this file except in compliance with the License.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
df14233e629298598736976c5bfcf4a31873745fab# or http://www.opensolaris.org/os/licensing.
df14233e629298598736976c5bfcf4a31873745fab# See the License for the specific language governing permissions
df14233e629298598736976c5bfcf4a31873745fab# and limitations under the License.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# When distributing Covered Code, include this CDDL HEADER in each
df14233e629298598736976c5bfcf4a31873745fab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14233e629298598736976c5bfcf4a31873745fab# If applicable, add the following below this CDDL HEADER, with the
df14233e629298598736976c5bfcf4a31873745fab# fields enclosed by brackets "[]" replaced with your own identifying
df14233e629298598736976c5bfcf4a31873745fab# information: Portions Copyright [yyyy] [name of copyright owner]
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# CDDL HEADER END
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
df14233e629298598736976c5bfcf4a31873745fab# Use is subject to license terms.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabPROG= strings
df14233e629298598736976c5bfcf4a31873745fabSRCS= ../$(PROG).c
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabinclude ../../Makefile.cmd
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabLDLIBS += -lelf
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabCFLAGS += $(CCVERBOSE)
df14233e629298598736976c5bfcf4a31873745fabCFLAGS64 += $(CCVERBOSE)
7014882c6a3672fd0e5d60200af8643ae53c5928Richard LoweCERRWARN += -_gcc=-Wno-switch
7014882c6a3672fd0e5d60200af8643ae53c5928Richard LoweCERRWARN += -_gcc=-Wno-uninitialized
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fab.KEEP_STATE:
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745faball: $(PROG)
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fab$(PROG): $(SRCS)
df14233e629298598736976c5bfcf4a31873745fab $(LINK.c) -o $(PROG) $(SRCS) $(LDLIBS)
df14233e629298598736976c5bfcf4a31873745fab $(POST_PROCESS)
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabclean:
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fablint: lint_SRCS
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabinclude ../../Makefile.targ