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