]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/cddl/contrib/opensolaris/uts/common/Makefile.files
MFV r331400: 8484 Implement aggregate sum and use for arc counters
[FreeBSD/FreeBSD.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) 2012 Nexenta Systems, Inc. All rights reserved.
26 # Copyright (c) 2012 Joyent, Inc.  All rights reserved.
27 # Copyright (c) 2011, 2014 by Delphix. All rights reserved.
28 # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
29 #
30 #
31 # This Makefile defines all file modules for the directory uts/common
32 # and its children. These are the source files which may be considered
33 # common to all SunOS systems.
34
35 LUA_OBJS +=                     \
36         ldo.o                   \
37         lvm.o                   \
38         lbitlib.o               \
39         lopcodes.o              \
40         lstring.o               \
41         ltable.o                \
42         ltm.o                   \
43         lcorolib.o              \
44         lauxlib.o               \
45         ldebug.o                \
46         lstate.o                \
47         lgc.o                   \
48         lmem.o                  \
49         lctype.o                \
50         lfunc.o                 \
51         ldump.o                 \
52         lundump.o               \
53         lstrlib.o               \
54         ltablib.o               \
55         lapi.o                  \
56         lobject.o               \
57         lbaselib.o              \
58         lcompat.o               \
59         lzio.o                  \
60         lcode.o                 \
61         llex.o                  \
62         lparser.o
63
64 ZFS_COMMON_OBJS +=              \
65         abd.o                   \
66         aggsum.o                \
67         arc.o                   \
68         bplist.o                \
69         blkptr.o                \
70         bpobj.o                 \
71         bptree.o                \
72         bqueue.o                \
73         cityhash.o              \
74         dbuf.o                  \
75         ddt.o                   \
76         ddt_zap.o               \
77         dmu.o                   \
78         dmu_diff.o              \
79         dmu_send.o              \
80         dmu_object.o            \
81         dmu_objset.o            \
82         dmu_traverse.o          \
83         dmu_tx.o                \
84         dnode.o                 \
85         dnode_sync.o            \
86         dsl_bookmark.o          \
87         dsl_dir.o               \
88         dsl_dataset.o           \
89         dsl_deadlist.o          \
90         dsl_destroy.o           \
91         dsl_pool.o              \
92         dsl_synctask.o          \
93         dsl_userhold.o          \
94         dmu_zfetch.o            \
95         dsl_deleg.o             \
96         dsl_prop.o              \
97         dsl_scan.o              \
98         zfeature.o              \
99         gzip.o                  \
100         lz4.o                   \
101         lzjb.o                  \
102         metaslab.o              \
103         multilist.o             \
104         range_tree.o            \
105         refcount.o              \
106         rrwlock.o               \
107         sa.o                    \
108         sha256.o                \
109         skein_zfs.o             \
110         spa.o                   \
111         spa_config.o            \
112         spa_errlog.o            \
113         spa_history.o           \
114         spa_misc.o              \
115         space_map.o             \
116         space_reftree.o         \
117         txg.o                   \
118         uberblock.o             \
119         unique.o                \
120         vdev.o                  \
121         vdev_cache.o            \
122         vdev_file.o             \
123         vdev_indirect.o         \
124         vdev_indirect_births.o  \
125         vdev_indirect_mapping.o \
126         vdev_label.o            \
127         vdev_mirror.o           \
128         vdev_missing.o          \
129         vdev_queue.o            \
130         vdev_raidz.o            \
131         vdev_removal.o          \
132         vdev_root.o             \
133         zap.o                   \
134         zap_leaf.o              \
135         zap_micro.o             \
136         zcp.o                   \
137         zcp_get.o               \
138         zcp_global.o            \
139         zcp_iter.o              \
140         zcp_synctask.o          \
141         zfs_byteswap.o          \
142         zfs_debug.o             \
143         zfs_fm.o                \
144         zfs_fuid.o              \
145         zfs_sa.o                \
146         zfs_znode.o             \
147         zil.o                   \
148         zio.o                   \
149         zio_checksum.o          \
150         zio_compress.o          \
151         zio_inject.o            \
152         zle.o                   \
153         zrlock.o                \
154         zthr.o
155
156 ZFS_SHARED_OBJS +=              \
157         zfeature_common.o       \
158         zfs_comutil.o           \
159         zfs_deleg.o             \
160         zfs_fletcher.o          \
161         zfs_namecheck.o         \
162         zfs_prop.o              \
163         zpool_prop.o            \
164         zprop_common.o
165
166 ZFS_OBJS +=                     \
167         $(ZFS_COMMON_OBJS)      \
168         $(ZFS_SHARED_OBJS)      \
169         zfs_acl.o               \
170         zfs_ctldir.o            \
171         zfs_dir.o               \
172         zfs_ioctl.o             \
173         zfs_ioctl_compat.o      \
174         zfs_log.o               \
175         zfs_onexit.o            \
176         zfs_replay.o            \
177         zfs_rlock.o             \
178         zfs_vfsops.o            \
179         zfs_vnops.o             \
180         zvol.o