]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/cddl/contrib/opensolaris/uts/common/Makefile.files
MFV r329799, r329800:
[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         arc.o                   \
67         bplist.o                \
68         blkptr.o                \
69         bpobj.o                 \
70         bptree.o                \
71         bqueue.o                \
72         dbuf.o                  \
73         ddt.o                   \
74         ddt_zap.o               \
75         dmu.o                   \
76         dmu_diff.o              \
77         dmu_send.o              \
78         dmu_object.o            \
79         dmu_objset.o            \
80         dmu_traverse.o          \
81         dmu_tx.o                \
82         dnode.o                 \
83         dnode_sync.o            \
84         dsl_bookmark.o          \
85         dsl_dir.o               \
86         dsl_dataset.o           \
87         dsl_deadlist.o          \
88         dsl_destroy.o           \
89         dsl_pool.o              \
90         dsl_synctask.o          \
91         dsl_userhold.o          \
92         dmu_zfetch.o            \
93         dsl_deleg.o             \
94         dsl_prop.o              \
95         dsl_scan.o              \
96         zfeature.o              \
97         gzip.o                  \
98         lz4.o                   \
99         lzjb.o                  \
100         metaslab.o              \
101         multilist.o             \
102         range_tree.o            \
103         refcount.o              \
104         rrwlock.o               \
105         sa.o                    \
106         sha256.o                \
107         skein_zfs.o             \
108         spa.o                   \
109         spa_config.o            \
110         spa_errlog.o            \
111         spa_history.o           \
112         spa_misc.o              \
113         space_map.o             \
114         space_reftree.o         \
115         txg.o                   \
116         uberblock.o             \
117         unique.o                \
118         vdev.o                  \
119         vdev_cache.o            \
120         vdev_file.o             \
121         vdev_indirect.o         \
122         vdev_indirect_births.o  \
123         vdev_indirect_mapping.o \
124         vdev_label.o            \
125         vdev_mirror.o           \
126         vdev_missing.o          \
127         vdev_queue.o            \
128         vdev_raidz.o            \
129         vdev_removal.o          \
130         vdev_root.o             \
131         zap.o                   \
132         zap_leaf.o              \
133         zap_micro.o             \
134         zcp.o                   \
135         zcp_get.o               \
136         zcp_global.o            \
137         zcp_iter.o              \
138         zcp_synctask.o          \
139         zfs_byteswap.o          \
140         zfs_debug.o             \
141         zfs_fm.o                \
142         zfs_fuid.o              \
143         zfs_sa.o                \
144         zfs_znode.o             \
145         zil.o                   \
146         zio.o                   \
147         zio_checksum.o          \
148         zio_compress.o          \
149         zio_inject.o            \
150         zle.o                   \
151         zrlock.o                \
152         zthr.o
153
154 ZFS_SHARED_OBJS +=              \
155         zfeature_common.o       \
156         zfs_comutil.o           \
157         zfs_deleg.o             \
158         zfs_fletcher.o          \
159         zfs_namecheck.o         \
160         zfs_prop.o              \
161         zpool_prop.o            \
162         zprop_common.o
163
164 ZFS_OBJS +=                     \
165         $(ZFS_COMMON_OBJS)      \
166         $(ZFS_SHARED_OBJS)      \
167         zfs_acl.o               \
168         zfs_ctldir.o            \
169         zfs_dir.o               \
170         zfs_ioctl.o             \
171         zfs_ioctl_compat.o      \
172         zfs_log.o               \
173         zfs_onexit.o            \
174         zfs_replay.o            \
175         zfs_rlock.o             \
176         zfs_vfsops.o            \
177         zfs_vnops.o             \
178         zvol.o