xref: /illumos-gate/usr/src/cmd/zfs/Makefile (revision f67950b2)
1fa9e4066Sahrens#
2fa9e4066Sahrens# CDDL HEADER START
3fa9e4066Sahrens#
4fa9e4066Sahrens# The contents of this file are subject to the terms of the
5e9dbad6fSeschrock# Common Development and Distribution License (the "License").
6e9dbad6fSeschrock# You may not use this file except in compliance with the License.
7fa9e4066Sahrens#
8fa9e4066Sahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fa9e4066Sahrens# or http://www.opensolaris.org/os/licensing.
10fa9e4066Sahrens# See the License for the specific language governing permissions
11fa9e4066Sahrens# and limitations under the License.
12fa9e4066Sahrens#
13fa9e4066Sahrens# When distributing Covered Code, include this CDDL HEADER in each
14fa9e4066Sahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15fa9e4066Sahrens# If applicable, add the following below this CDDL HEADER, with the
16fa9e4066Sahrens# fields enclosed by brackets "[]" replaced with your own identifying
17fa9e4066Sahrens# information: Portions Copyright [yyyy] [name of copyright owner]
18fa9e4066Sahrens#
19fa9e4066Sahrens# CDDL HEADER END
20fa9e4066Sahrens#
210a586ceaSMark Shellenbaum# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
22fa9e4066Sahrens# Use is subject to license terms.
23fa9e4066Sahrens#
244445fffbSMatthew Ahrens# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
25f83b46baSPaul Dagnelie# Copyright (c) 2012, 2015 by Delphix. All rights reserved.
26c16bcc45SIgor Kozhukhov# Copyright 2016 Igor Kozhukhov <ikozhukhov@gmail.com>.
27*f67950b2SNasf-Fan# Copyright 2019 Joyent, Inc.
284445fffbSMatthew Ahrens#
29fa9e4066Sahrens
30fa9e4066SahrensPROG=		zfs
31*f67950b2SNasf-FanOBJS=		zfs_main.o zfs_iter.o zfs_project.o
32fa9e4066SahrensSRCS=		$(OBJS:%.o=%.c)
33*f67950b2SNasf-FanPOFILES=	zfs_main.po zfs_iter.po zfs_project.po
34fa9e4066SahrensPOFILE=		zfs.po
35fa9e4066Sahrens
36fa9e4066Sahrensinclude ../Makefile.cmd
37e0ad97e3SJonathan Adamsinclude ../Makefile.ctf
38fa9e4066Sahrens
39fa9e4066SahrensFSTYPE=         zfs
40fa9e4066SahrensLINKPROGS=	mount umount
41fa9e4066SahrensROOTETCFSTYPE=  $(ROOTETC)/fs/$(FSTYPE)
42fa9e4066SahrensUSRLIBFSTYPE=	$(ROOTLIB)/fs/$(FSTYPE)
43fa9e4066Sahrens
444445fffbSMatthew AhrensLDLIBS += -lzfs_core -lzfs -luutil -lumem -lnvpair -lsec -lidmap
45*f67950b2SNasf-Fan# cmdutils has list(9F) functions used by the project code.
46*f67950b2SNasf-FanLDLIBS += -lcmdutils
47fa9e4066Sahrens
480a586ceaSMark ShellenbaumINCS += -I../../common/zfs
49*f67950b2SNasf-FanINCS += -I$(SRC)/uts/common/fs/zfs
500a586ceaSMark Shellenbaum
51bd0ce624SYuri PankovCSTD=	$(CSTD_GNU99)
52fa9e4066SahrensC99LMODE=	-Xc99=%all
53fa9e4066Sahrens
540a586ceaSMark ShellenbaumCPPFLAGS += -D_LARGEFILE64_SOURCE=1 -D_REENTRANT $(INCS)
5529ab75c9Srm$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
56fa9e4066Sahrens
57fa9e4066Sahrens# lint complains about unused _umem_* functions
58f83b46baSPaul DagnelieLINTFLAGS += -xerroff=E_NAME_DEF_NOT_USED2
59f83b46baSPaul DagnelieLINTFLAGS64 += -xerroff=E_NAME_DEF_NOT_USED2
60fa9e4066Sahrens
61fa9e4066SahrensROOTUSRSBINLINKS = $(PROG:%=$(ROOTUSRSBIN)/%)
62fa9e4066SahrensUSRLIBFSTYPELINKS = $(LINKPROGS:%=$(USRLIBFSTYPE)/%)
63fa9e4066SahrensROOTETCFSTYPELINKS = $(LINKPROGS:%=$(ROOTETCFSTYPE)/%)
64fa9e4066Sahrens
65fa9e4066Sahrens.KEEP_STATE:
66fa9e4066Sahrens
67fa9e4066Sahrens.PARALLEL:
68fa9e4066Sahrens
69fa9e4066Sahrensall: $(PROG)
70fa9e4066Sahrens
71fa9e4066Sahrens$(PROG): $(OBJS)
72fa9e4066Sahrens	$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
73fa9e4066Sahrens	$(POST_PROCESS)
74fa9e4066Sahrens
75fa9e4066Sahrensinstall: all $(ROOTSBINPROG) $(ROOTUSRSBINLINKS) $(USRLIBFSTYPELINKS) \
76fa9e4066Sahrens	$(ROOTETCFSTYPELINKS)
77fa9e4066Sahrens
78fa9e4066Sahrens$(POFILE): $(POFILES)
79fa9e4066Sahrens	$(RM) $@
80fa9e4066Sahrens	cat $(POFILES) > $@
81fa9e4066Sahrens
82fa9e4066Sahrensclean:
83fa9e4066Sahrens	$(RM) $(OBJS)
84fa9e4066Sahrens
85fa9e4066Sahrenslint:	lint_SRCS
86fa9e4066Sahrens
87fa9e4066Sahrens# Links from /usr/sbin to /sbin
88fa9e4066Sahrens$(ROOTUSRSBINLINKS):
89fa9e4066Sahrens	-$(RM) $@; $(SYMLINK) ../../sbin/$(PROG) $@
90fa9e4066Sahrens
91fa9e4066Sahrens# Links from /usr/lib/fs/zfs to /sbin
92fa9e4066Sahrens$(USRLIBFSTYPELINKS):
93fa9e4066Sahrens	-$(RM) $@; $(SYMLINK) ../../../../sbin/$(PROG) $@
94fa9e4066Sahrens
95fa9e4066Sahrens# Links from /etc/fs/zfs to /sbin
96fa9e4066Sahrens$(ROOTETCFSTYPELINKS):
97fa9e4066Sahrens	-$(RM) $@; $(SYMLINK) ../../../sbin/$(PROG) $@
98fa9e4066Sahrens
99fa9e4066SahrensFRC:
100fa9e4066Sahrens
101fa9e4066Sahrensinclude ../Makefile.targ
102