Makefile revision 672986541be54a7a471bb088e60780c37e371d7e
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# CDDL HEADER START
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# The contents of this file are subject to the terms of the
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Common Development and Distribution License (the "License").
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You may not use this file except in compliance with the License.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# See the License for the specific language governing permissions
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# and limitations under the License.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# CDDL HEADER END
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson#ident "%Z%%M% %I% %E% SMI"
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Use is subject to license terms.
ddccd5811feff696ba460dabfb666ce61040f545Andreas GustafssonINCLIST= -I../common -I../../include -I../../include/i386 \
ddccd5811feff696ba460dabfb666ce61040f545Andreas GustafssonCPPFLAGS= $(INCLIST) $(DEFLIST) $(CPPFLAGS.master)
ddccd5811feff696ba460dabfb666ce61040f545Andreas GustafssonLDLIBS += -L../../libconv/i386 -lconv -lelf
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# Building SUNWonld results in a call to the `package' target. Requirements
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# needed to run this application on older releases are established:
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# i18n support requires libintl.so.1 prior to 2.6
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafssonpackage := LDLIBS += /usr/lib/libintl.so.1