239N/A#
239N/A# CDDL HEADER START
239N/A#
239N/A# The contents of this file are subject to the terms of the
239N/A# Common Development and Distribution License, Version 1.0 only
239N/A# (the "License"). You may not use this file except in compliance
239N/A# with the License.
239N/A#
239N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
239N/A# or http://www.opensolaris.org/os/licensing.
239N/A# See the License for the specific language governing permissions
239N/A# and limitations under the License.
239N/A#
239N/A# When distributing Covered Code, include this CDDL HEADER in each
239N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
239N/A# If applicable, add the following below this CDDL HEADER, with the
239N/A# fields enclosed by brackets "[]" replaced with your own identifying
239N/A# information: Portions Copyright [yyyy] [name of copyright owner]
239N/A#
239N/A# CDDL HEADER END
239N/A#
239N/A#
3661N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
239N/A# Use is subject to license terms.
239N/A#
239N/A
239N/AMODULE = libzpool.so
239N/AMDBTGT = proc
654N/A
618N/AMODSRCS = zfs.c list.c
239N/A
239N/Ainclude ../../../../Makefile.cmd
844N/Ainclude ../../../../Makefile.cmd.64
844N/Ainclude ../../Makefile.sparcv9
239N/Ainclude ../../../Makefile.module
1273N/Ainclude ../../../common/modules/zfs/Makefile.zfs
239N/A
3661N/AMODSRCS_DIR = ../../../common/modules/zfs
3661N/AGENUNIX_DIR = ../../../common/modules/genunix
239N/A
239N/ACPPFLAGS += -I../../../../../lib/libzpool/common \
239N/A -I../../../../../uts/common/fs/zfs
239N/A
239N/AC99MODE= -xc99=%all
239N/AC99LMODE= -Xc99=%all
239N/A
239N/ACERRWARN += -_gcc=-Wno-type-limits
239N/A
239N/Admod/%.o: $(GENUNIX_DIR)/%.c
239N/A $(COMPILE.c) -o $@ $<
239N/A $(CTFCONVERT_O)
239N/A
239N/Admod/%.ln: $(GENUNIX_DIR)/%.c
239N/A $(LINT.c) -c $<
239N/A