]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/cddl/contrib/opensolaris/uts/common/Makefile.files
MFC r260183:
[FreeBSD/stable/9.git] / sys / cddl / contrib / opensolaris / uts / common / Makefile.files
1 #
2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
25 # Copyright (c) 2013 by Delphix. All rights reserved.
26 # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
27 #
28 #
29 # This Makefile defines all file modules for the directory uts/common
30 # and its children. These are the source files which may be considered
31 # common to all SunOS systems.
32
33 ZFS_COMMON_OBJS +=              \
34         arc.o                   \
35         bplist.o                \
36         bpobj.o                 \
37         bptree.o                \
38         dbuf.o                  \
39         ddt.o                   \
40         ddt_zap.o               \
41         dmu.o                   \
42         dmu_diff.o              \
43         dmu_send.o              \
44         dmu_object.o            \
45         dmu_objset.o            \
46         dmu_traverse.o          \
47         dmu_tx.o                \
48         dnode.o                 \
49         dnode_sync.o            \
50         dsl_bookmark.o          \
51         dsl_dir.o               \
52         dsl_dataset.o           \
53         dsl_deadlist.o          \
54         dsl_destroy.o           \
55         dsl_pool.o              \
56         dsl_synctask.o          \
57         dsl_userhold.o          \
58         dmu_zfetch.o            \
59         dsl_deleg.o             \
60         dsl_prop.o              \
61         dsl_scan.o              \
62         zfeature.o              \
63         gzip.o                  \
64         lz4.o                   \
65         lzjb.o                  \
66         metaslab.o              \
67         range_tree.o            \
68         refcount.o              \
69         rrwlock.o               \
70         sa.o                    \
71         sha256.o                \
72         spa.o                   \
73         spa_config.o            \
74         spa_errlog.o            \
75         spa_history.o           \
76         spa_misc.o              \
77         space_map.o             \
78         space_reftree.o         \
79         txg.o                   \
80         uberblock.o             \
81         unique.o                \
82         vdev.o                  \
83         vdev_cache.o            \
84         vdev_file.o             \
85         vdev_label.o            \
86         vdev_mirror.o           \
87         vdev_missing.o          \
88         vdev_queue.o            \
89         vdev_raidz.o            \
90         vdev_root.o             \
91         zap.o                   \
92         zap_leaf.o              \
93         zap_micro.o             \
94         zfs_byteswap.o          \
95         zfs_debug.o             \
96         zfs_fm.o                \
97         zfs_fuid.o              \
98         zfs_sa.o                \
99         zfs_znode.o             \
100         zil.o                   \
101         zio.o                   \
102         zio_checksum.o          \
103         zio_compress.o          \
104         zio_inject.o            \
105         zle.o                   \
106         zrlock.o
107
108 ZFS_SHARED_OBJS +=              \
109         zfeature_common.o       \
110         zfs_comutil.o           \
111         zfs_deleg.o             \
112         zfs_fletcher.o          \
113         zfs_namecheck.o         \
114         zfs_prop.o              \
115         zpool_prop.o            \
116         zprop_common.o
117
118 ZFS_OBJS +=                     \
119         $(ZFS_COMMON_OBJS)      \
120         $(ZFS_SHARED_OBJS)      \
121         zfs_acl.o               \
122         zfs_ctldir.o            \
123         zfs_dir.o               \
124         zfs_ioctl.o             \
125         zfs_ioctl_compat.o      \
126         zfs_log.o               \
127         zfs_onexit.o            \
128         zfs_replay.o            \
129         zfs_rlock.o             \
130         zfs_vfsops.o            \
131         zfs_vnops.o             \
132         zvol.o