Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein#
19cbe4d7b7c931723e7249de6829bf965a1fee72stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License, Version 1.0 only
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# (the "License"). You may not use this file except in compliance
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# with the License.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# or http://www.opensolaris.org/os/licensing.
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# See the License for the specific language governing permissions
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# and limitations under the License.
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb#
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# When distributing Covered Code, include this CDDL HEADER in each
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# If applicable, add the following below this CDDL HEADER, with the
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# fields enclosed by brackets "[]" replaced with your own identifying
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# information: Portions Copyright [yyyy] [name of copyright owner]
2a4b7a53f3573605d4f5686f03a67c37425dc22bgregames#
2a4b7a53f3573605d4f5686f03a67c37425dc22bgregames# CDDL HEADER END
5ac928b7a71a12bc1a6b42194c47edbff1dcc02fgregames#
5ac928b7a71a12bc1a6b42194c47edbff1dcc02fgregames#
2a4b7a53f3573605d4f5686f03a67c37425dc22bgregames# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Use is subject to license terms.
531c23ff01a2489646f0a2029097013b328d935agstein#
50298555098049d0ebddd539668502fb5b796de0wrowe#ident "%Z%%M% %I% %E% SMI"
50298555098049d0ebddd539668502fb5b796de0wrowe
447c6ce3ff08073c44f6785d5256271fcb877512wroweMODULE = libuutil.so
447c6ce3ff08073c44f6785d5256271fcb877512wroweMDBTGT = proc
447c6ce3ff08073c44f6785d5256271fcb877512wrowe
447c6ce3ff08073c44f6785d5256271fcb877512wroweMODSRCS_DIR = ../../../common/modules/libuutil
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddardMODSRCS = libuutil.c
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddard
d208bda4a893cc81ed5d3ed1cdd7d706e012bd42stoddardinclude ../../../../Makefile.cmd
10b386767f6c87b45937244371cb751f0b454d16wroweinclude ../../../../Makefile.cmd.64
10b386767f6c87b45937244371cb751f0b454d16wroweinclude ../../Makefile.sparcv9
863ec32e13d6c9619414c48b51109f3dca99cbc6wroweinclude ../../../Makefile.module
863ec32e13d6c9619414c48b51109f3dca99cbc6wrowe
75960f20f88dad6bc67892c711c429946063d133stoddard%.o: $(MODSRCS_DIR)/%.c
75960f20f88dad6bc67892c711c429946063d133stoddard $(COMPILE.c) $<
75960f20f88dad6bc67892c711c429946063d133stoddard $(CTFCONVERT_O)
75960f20f88dad6bc67892c711c429946063d133stoddard
75960f20f88dad6bc67892c711c429946063d133stoddard%.ln: $(MODSRCS_DIR)/%.c
75960f20f88dad6bc67892c711c429946063d133stoddard $(LINT.c) -c $<
75960f20f88dad6bc67892c711c429946063d133stoddard