180ab886dSwesolows# 280ab886dSwesolows# CDDL HEADER START 380ab886dSwesolows# 480ab886dSwesolows# The contents of this file are subject to the terms of the 580ab886dSwesolows# Common Development and Distribution License (the "License"). 680ab886dSwesolows# You may not use this file except in compliance with the License. 780ab886dSwesolows# 880ab886dSwesolows# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 980ab886dSwesolows# or http://www.opensolaris.org/os/licensing. 1080ab886dSwesolows# See the License for the specific language governing permissions 1180ab886dSwesolows# and limitations under the License. 1280ab886dSwesolows# 1380ab886dSwesolows# When distributing Covered Code, include this CDDL HEADER in each 1480ab886dSwesolows# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1580ab886dSwesolows# If applicable, add the following below this CDDL HEADER, with the 1680ab886dSwesolows# fields enclosed by brackets "[]" replaced with your own identifying 1780ab886dSwesolows# information: Portions Copyright [yyyy] [name of copyright owner] 1880ab886dSwesolows# 1980ab886dSwesolows# CDDL HEADER END 2080ab886dSwesolows# 2180ab886dSwesolows 2280ab886dSwesolows# 2380ab886dSwesolows# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 2480ab886dSwesolows# Use is subject to license terms. 2580ab886dSwesolows# 2680ab886dSwesolows 2780ab886dSwesolows.KEEP_STATE: 2880ab886dSwesolows 2980ab886dSwesolowsNOT_NATIVE = $(POUND_SIGN) # tell Makefile.com we're native 3080ab886dSwesolows 3180ab886dSwesolowsinclude ../Makefile.com 3280ab886dSwesolows 3380ab886dSwesolowsCC = $(NATIVECC) 3480ab886dSwesolowsLD = $(NATIVELD) 3580ab886dSwesolowsCFLAGS = $(NATIVE_CFLAGS) 3680ab886dSwesolowsCPPFLAGS = $(MY_NATIVE_CPPFLAGS) 3780ab886dSwesolowsLDFLAGS = $(MY_NATIVE_LDFLAGS) 3880ab886dSwesolowsLDLIBS = $(MY_NATIVE_LDLIBS) 39*5801b0f0SToomas SoomeNATIVE_LIBS += libgen.so libc.so 4080ab886dSwesolowsPOST_PROCESS = 4180ab886dSwesolows 4280ab886dSwesolowsall install: $(PROG) 4380ab886dSwesolows 4480ab886dSwesolowscatalog: 45