xref: /titanic_41/usr/src/cmd/geniconvtbl/native/Makefile (revision 80ab886d233f514d54c2a6bdeb9fdfd951bd6881)
1*80ab886dSwesolows#
2*80ab886dSwesolows# CDDL HEADER START
3*80ab886dSwesolows#
4*80ab886dSwesolows# The contents of this file are subject to the terms of the
5*80ab886dSwesolows# Common Development and Distribution License (the "License").
6*80ab886dSwesolows# You may not use this file except in compliance with the License.
7*80ab886dSwesolows#
8*80ab886dSwesolows# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*80ab886dSwesolows# or http://www.opensolaris.org/os/licensing.
10*80ab886dSwesolows# See the License for the specific language governing permissions
11*80ab886dSwesolows# and limitations under the License.
12*80ab886dSwesolows#
13*80ab886dSwesolows# When distributing Covered Code, include this CDDL HEADER in each
14*80ab886dSwesolows# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*80ab886dSwesolows# If applicable, add the following below this CDDL HEADER, with the
16*80ab886dSwesolows# fields enclosed by brackets "[]" replaced with your own identifying
17*80ab886dSwesolows# information: Portions Copyright [yyyy] [name of copyright owner]
18*80ab886dSwesolows#
19*80ab886dSwesolows# CDDL HEADER END
20*80ab886dSwesolows#
21*80ab886dSwesolows
22*80ab886dSwesolows#
23*80ab886dSwesolows# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*80ab886dSwesolows# Use is subject to license terms.
25*80ab886dSwesolows#
26*80ab886dSwesolows# ident	"%Z%%M%	%I%	%E% SMI"
27*80ab886dSwesolows#
28*80ab886dSwesolows
29*80ab886dSwesolows.KEEP_STATE:
30*80ab886dSwesolows
31*80ab886dSwesolowsNOT_NATIVE = $(POUND_SIGN)              # tell Makefile.com we're native
32*80ab886dSwesolows
33*80ab886dSwesolowsinclude ../Makefile.com
34*80ab886dSwesolows
35*80ab886dSwesolowsCC =		$(NATIVECC)
36*80ab886dSwesolowsLD =		$(NATIVELD)
37*80ab886dSwesolowsCFLAGS =	$(NATIVE_CFLAGS)
38*80ab886dSwesolowsCPPFLAGS =	$(MY_NATIVE_CPPFLAGS)
39*80ab886dSwesolowsLDFLAGS =	$(MY_NATIVE_LDFLAGS)
40*80ab886dSwesolowsLDLIBS =	$(MY_NATIVE_LDLIBS)
41*80ab886dSwesolowsPOST_PROCESS =
42*80ab886dSwesolows
43*80ab886dSwesolowsall install:	$(PROG)
44*80ab886dSwesolows
45*80ab886dSwesolowscatalog:
46