19acbbeafSnn#
29acbbeafSnn# CDDL HEADER START
39acbbeafSnn#
49acbbeafSnn# The contents of this file are subject to the terms of the
59acbbeafSnn# Common Development and Distribution License (the "License").
69acbbeafSnn# You may not use this file except in compliance with the License.
79acbbeafSnn#
89acbbeafSnn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn# See the License for the specific language governing permissions
119acbbeafSnn# and limitations under the License.
129acbbeafSnn#
139acbbeafSnn# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn#
199acbbeafSnn# CDDL HEADER END
209acbbeafSnn#
219acbbeafSnn#
229acbbeafSnn# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
239acbbeafSnn# Use is subject to license terms.
249acbbeafSnn#
259acbbeafSnn
269acbbeafSnnMODULE = libproc.so
279acbbeafSnnMDBTGT = proc
289acbbeafSnn
299acbbeafSnnMODSRCS_DIR = ../../../common/modules/libproc
309acbbeafSnn
319acbbeafSnnMODSRCS = libproc.c
329acbbeafSnn
339acbbeafSnninclude ../../../../Makefile.cmd
349acbbeafSnninclude ../../../../Makefile.cmd.64
359acbbeafSnninclude ../../Makefile.amd64
369acbbeafSnninclude ../../../Makefile.module
379acbbeafSnn
389acbbeafSnnCFLAGS64 += -I../../../../../lib/libproc/common
399acbbeafSnnLINTFLAGS64 += -I../../../../../lib/libproc/common
409acbbeafSnn
41*d3b5f563SJohn LevonCERRWARN += $(CNOWARN_UNINIT)
427014882cSRichard Lowe
439acbbeafSnn%.o: $(MODSRCS_DIR)/%.c
449acbbeafSnn	$(COMPILE.c) $<
459acbbeafSnn	$(CTFCONVERT_O)
469acbbeafSnn
479acbbeafSnn%.ln: $(MODSRCS_DIR)/%.c
489acbbeafSnn	$(LINT.c) -c $<
49