Deleted Added
full compact
Makefile.files (219089) Makefile.files (236884)
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

--- 7 unchanged lines hidden (view full) ---

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.
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

--- 7 unchanged lines hidden (view full) ---

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 by Delphix. All rights reserved.
24#
25#
26# This Makefile defines all file modules for the directory uts/common
27# and its children. These are the source files which may be considered
28# common to all SunOS systems.
29
30ZFS_COMMON_OBJS += \
31 arc.o \
32 bplist.o \
33 bpobj.o \
25#
26#
27# This Makefile defines all file modules for the directory uts/common
28# and its children. These are the source files which may be considered
29# common to all SunOS systems.
30
31ZFS_COMMON_OBJS += \
32 arc.o \
33 bplist.o \
34 bpobj.o \
35 bptree.o \
34 dbuf.o \
35 ddt.o \
36 ddt_zap.o \
37 dmu.o \
38 dmu_diff.o \
39 dmu_send.o \
40 dmu_object.o \
41 dmu_objset.o \

--- 5 unchanged lines hidden (view full) ---

47 dsl_dataset.o \
48 dsl_deadlist.o \
49 dsl_pool.o \
50 dsl_synctask.o \
51 dmu_zfetch.o \
52 dsl_deleg.o \
53 dsl_prop.o \
54 dsl_scan.o \
36 dbuf.o \
37 ddt.o \
38 ddt_zap.o \
39 dmu.o \
40 dmu_diff.o \
41 dmu_send.o \
42 dmu_object.o \
43 dmu_objset.o \

--- 5 unchanged lines hidden (view full) ---

49 dsl_dataset.o \
50 dsl_deadlist.o \
51 dsl_pool.o \
52 dsl_synctask.o \
53 dmu_zfetch.o \
54 dsl_deleg.o \
55 dsl_prop.o \
56 dsl_scan.o \
57 zfeature.o \
55 gzip.o \
56 lzjb.o \
57 metaslab.o \
58 refcount.o \
59 sa.o \
60 sha256.o \
61 spa.o \
62 spa_config.o \

--- 26 unchanged lines hidden (view full) ---

89 zio.o \
90 zio_checksum.o \
91 zio_compress.o \
92 zio_inject.o \
93 zle.o \
94 zrlock.o
95
96ZFS_SHARED_OBJS += \
58 gzip.o \
59 lzjb.o \
60 metaslab.o \
61 refcount.o \
62 sa.o \
63 sha256.o \
64 spa.o \
65 spa_config.o \

--- 26 unchanged lines hidden (view full) ---

92 zio.o \
93 zio_checksum.o \
94 zio_compress.o \
95 zio_inject.o \
96 zle.o \
97 zrlock.o
98
99ZFS_SHARED_OBJS += \
97 zfs_namecheck.o \
98 zfs_deleg.o \
99 zfs_prop.o \
100 zfeature_common.o \
100 zfs_comutil.o \
101 zfs_comutil.o \
102 zfs_deleg.o \
101 zfs_fletcher.o \
103 zfs_fletcher.o \
104 zfs_namecheck.o \
105 zfs_prop.o \
102 zpool_prop.o \
103 zprop_common.o
104
105ZFS_OBJS += \
106 $(ZFS_COMMON_OBJS) \
107 $(ZFS_SHARED_OBJS) \
108 zfs_acl.o \
109 zfs_ctldir.o \

--- 14 unchanged lines hidden ---
106 zpool_prop.o \
107 zprop_common.o
108
109ZFS_OBJS += \
110 $(ZFS_COMMON_OBJS) \
111 $(ZFS_SHARED_OBJS) \
112 zfs_acl.o \
113 zfs_ctldir.o \

--- 14 unchanged lines hidden ---