Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller#
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller# CDDL HEADER START
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller#
712d020ca67e45645c4c7eb24c0c1f93c10e81d9Eugen Kuksa# The contents of this file are subject to the terms of the
712d020ca67e45645c4c7eb24c0c1f93c10e81d9Eugen Kuksa# Common Development and Distribution License, Version 1.0 only
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa# (the "License"). You may not use this file except in compliance
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa# with the License.
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa#
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# or http://www.opensolaris.org/os/licensing.
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# See the License for the specific language governing permissions
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa# and limitations under the License.
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa#
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# When distributing Covered Code, include this CDDL HEADER in each
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d643ffa64931e375c996bc887cbb6b377be619b2Eugen Kuksa# If applicable, add the following below this CDDL HEADER, with the
edb0262a62074951f0d4997a783ce03eebc7c63eEugen Kuksa# fields enclosed by brackets "[]" replaced with your own identifying
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller# information: Portions Copyright [yyyy] [name of copyright owner]
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller#
8909576a7720b882ab11c3916bd02154f2fa65fchenning mueller# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
MODULE = libuutil.so
MDBTGT = proc
MODSRCS_DIR = ../../../common/modules/libuutil
MODSRCS = libuutil.c
include ../../../../Makefile.cmd
include ../../../../Makefile.cmd.64
include ../../Makefile.amd64
include ../../../Makefile.module
%.o: $(MODSRCS_DIR)/%.c
$(COMPILE.c) $<
$(CTFCONVERT_O)
%.ln: $(MODSRCS_DIR)/%.c
$(LINT.c) -c $<