1fa9e4066Sahrens#
2fa9e4066Sahrens# CDDL HEADER START
3fa9e4066Sahrens#
4fa9e4066Sahrens# The contents of this file are subject to the terms of the
5fa9e4066Sahrens# Common Development and Distribution License, Version 1.0 only
6fa9e4066Sahrens# (the "License").  You may not use this file except in compliance
7fa9e4066Sahrens# with the License.
8fa9e4066Sahrens#
9fa9e4066Sahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10fa9e4066Sahrens# or http://www.opensolaris.org/os/licensing.
11fa9e4066Sahrens# See the License for the specific language governing permissions
12fa9e4066Sahrens# and limitations under the License.
13fa9e4066Sahrens#
14fa9e4066Sahrens# When distributing Covered Code, include this CDDL HEADER in each
15fa9e4066Sahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16fa9e4066Sahrens# If applicable, add the following below this CDDL HEADER, with the
17fa9e4066Sahrens# fields enclosed by brackets "[]" replaced with your own identifying
18fa9e4066Sahrens# information: Portions Copyright [yyyy] [name of copyright owner]
19fa9e4066Sahrens#
20fa9e4066Sahrens# CDDL HEADER END
21fa9e4066Sahrens#
22fa9e4066Sahrens#
23fa9e4066Sahrens# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24fa9e4066Sahrens# Use is subject to license terms.
25fa9e4066Sahrens#
26dfc11533SChris Williamson# Copyright (c) 2016 by Delphix. All rights reserved.
27f06dce2cSAndrew Stormont# Copyright 2017 RackTop Systems.
28dfc11533SChris Williamson#
29fa9e4066Sahrens
30fa9e4066SahrensMODULE = libzpool.so
31fa9e4066SahrensMDBTGT = proc
32fa9e4066Sahrens
33fa9e4066SahrensMODSRCS = zfs.c list.c
34fa9e4066Sahrens
35fa9e4066Sahrensinclude ../../../../Makefile.cmd
36fa9e4066Sahrensinclude ../../Makefile.ia32
37fa9e4066Sahrensinclude ../../../Makefile.module
38fa9e4066Sahrens
39fa9e4066SahrensMODSRCS_DIR = ../../../common/modules/zfs
40fa9e4066SahrensGENUNIX_DIR = ../../../common/modules/genunix
41fa9e4066Sahrens
42f06dce2cSAndrew StormontCPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
43fa9e4066SahrensCPPFLAGS += -I../../../../../lib/libzpool/common \
44dfc11533SChris Williamson	-I../../../../../uts/common/fs/zfs \
45eb633035STom Caputi	-I../../../../../uts/common/fs/zfs/lua \
46eb633035STom Caputi	-I../../../../../common/zfs
47fa9e4066Sahrens
48bd0ce624SYuri PankovCSTD=	$(CSTD_GNU99)
49fa9e4066Sahrens
50*d17be682SRichard LoweCERRWARN	+= -_gcc=-Wno-type-limits
517014882cSRichard Lowe
52fa9e4066Sahrensdmod/%.o: $(GENUNIX_DIR)/%.c
53fa9e4066Sahrens	$(COMPILE.c) -o $@ $<
54fa9e4066Sahrens	$(CTFCONVERT_O)
55