Home | History | Annotate | Line # | Download | only in zfs
Makefile.zfsmod revision 1.3.6.3
      1  1.3.6.2       tls #	$NetBSD: Makefile.zfsmod,v 1.3.6.3 2017/12/03 11:39:02 jdolecek Exp $
      2      1.1      haad 
      3      1.1      haad ZFSDIR=	${S}/../external/cddl/osnet
      4      1.1      haad 
      5      1.1      haad .PATH:	${ZFSDIR}/dist/common/zfs
      6      1.1      haad 
      7      1.1      haad SRCS+=	zfs_comutil.c
      8      1.1      haad SRCS+=	zfs_deleg.c
      9      1.1      haad SRCS+=	zfs_fletcher.c
     10      1.1      haad SRCS+=	zfs_namecheck.c
     11      1.1      haad SRCS+=	zfs_prop.c
     12      1.1      haad SRCS+=	zpool_prop.c
     13      1.1      haad SRCS+=	zprop_common.c
     14      1.1      haad 
     15      1.1      haad .PATH:	${ZFSDIR}/dist/uts/common/fs
     16      1.1      haad 
     17      1.1      haad #SRCS+=	gfs.c
     18      1.1      haad 
     19      1.1      haad .PATH: ${ZFSDIR}/dist/uts/common/zmod
     20      1.1      haad 
     21  1.3.6.3  jdolecek #SRCS+= trees.c
     22      1.1      haad 
     23  1.3.6.2       tls .PATH:	${ZFSDIR}/lib/libzpool
     24  1.3.6.2       tls 
     25  1.3.6.2       tls SRCS+=	atomic.c
     26  1.3.6.2       tls 
     27      1.1      haad .PATH:	${ZFSDIR}/dist/uts/common/fs/zfs
     28      1.1      haad 
     29      1.1      haad SRCS+=	arc.c
     30      1.1      haad SRCS+=	bplist.c
     31      1.1      haad SRCS+=	dbuf.c
     32      1.1      haad SRCS+=	ddt.c
     33      1.1      haad SRCS+=	ddt_zap.c
     34      1.1      haad SRCS+=	dmu.c
     35      1.1      haad SRCS+=	dmu_object.c
     36      1.1      haad SRCS+=	dmu_objset.c
     37      1.1      haad SRCS+=	dmu_send.c
     38      1.1      haad SRCS+=	dmu_traverse.c
     39      1.1      haad SRCS+=	dmu_tx.c
     40      1.1      haad SRCS+=	dmu_zfetch.c
     41      1.1      haad SRCS+=	dnode.c
     42      1.1      haad SRCS+=	dnode_sync.c
     43      1.1      haad SRCS+=	dsl_dataset.c
     44      1.1      haad SRCS+=	dsl_deleg.c
     45      1.1      haad SRCS+=	dsl_dir.c
     46      1.1      haad SRCS+=	dsl_pool.c
     47      1.1      haad SRCS+=	dsl_prop.c
     48      1.1      haad SRCS+=	dsl_scrub.c
     49      1.1      haad SRCS+=	dsl_synctask.c
     50      1.1      haad SRCS+=	gzip.c
     51      1.1      haad SRCS+=	lzjb.c
     52      1.1      haad SRCS+=	metaslab.c
     53      1.1      haad SRCS+=	refcount.c
     54      1.1      haad SRCS+=	rrwlock.c
     55      1.1      haad SRCS+=	sha256.c
     56      1.1      haad SRCS+=	spa.c
     57      1.1      haad SRCS+=	spa_config.c
     58      1.1      haad SRCS+=	spa_errlog.c
     59      1.1      haad SRCS+=	spa_history.c
     60      1.1      haad SRCS+=	spa_misc.c
     61      1.1      haad SRCS+=	space_map.c
     62      1.1      haad SRCS+=	txg.c
     63      1.1      haad SRCS+=	uberblock.c
     64      1.1      haad SRCS+=	unique.c
     65      1.1      haad SRCS+=	vdev.c
     66      1.1      haad SRCS+=	vdev_cache.c
     67      1.1      haad SRCS+=	vdev_disk.c
     68      1.1      haad SRCS+=	vdev_file.c
     69      1.1      haad SRCS+=	vdev_label.c
     70      1.1      haad SRCS+=	vdev_mirror.c
     71      1.1      haad SRCS+=	vdev_missing.c
     72      1.1      haad SRCS+=	vdev_queue.c
     73      1.1      haad SRCS+=	vdev_raidz.c
     74      1.1      haad SRCS+=	vdev_root.c
     75      1.1      haad SRCS+=	zap.c
     76      1.1      haad SRCS+=	zap_leaf.c
     77      1.1      haad SRCS+=	zap_micro.c
     78      1.1      haad SRCS+=	zfs_byteswap.c
     79      1.1      haad #SRCS+=	zfs_ctldir.c
     80      1.1      haad SRCS+=	zfs_dir.c
     81      1.1      haad SRCS+=	zfs_fuid.c
     82      1.1      haad SRCS+=	zfs_fm.c
     83      1.1      haad SRCS+=	zfs_ioctl.c
     84      1.1      haad SRCS+=	zfs_log.c
     85      1.1      haad SRCS+=	zfs_replay.c
     86      1.1      haad SRCS+=	zfs_rlock.c
     87      1.1      haad SRCS+=	zfs_vfsops.c
     88      1.1      haad SRCS+=	zfs_vnops.c
     89      1.1      haad SRCS+=	zfs_znode.c
     90      1.1      haad SRCS+= 	zfs_acl.c
     91      1.1      haad SRCS+=	zil.c
     92      1.1      haad SRCS+=	zio.c
     93      1.1      haad SRCS+=	zio_checksum.c
     94      1.1      haad SRCS+=	zio_compress.c
     95      1.1      haad SRCS+=	zio_inject.c
     96  1.3.6.3  jdolecek #SRCS+=	zutil.c
     97      1.1      haad SRCS+=	zvol.c
     98      1.1      haad SRCS+=	zle.c
     99      1.1      haad 
    100      1.1      haad .PATH: ${ZFSDIR}/sys/kern
    101      1.1      haad 
    102      1.1      haad SRCS+= zfs_stub.c
    103      1.1      haad 
    104      1.1      haad WARNS=		0
    105      1.1      haad NOGCCERROR=	yes
    106      1.1      haad 
    107      1.1      haad CWARNFLAGS+=	-Wall
    108      1.1      haad CWARNFLAGS+=	-Wno-unknown-pragmas
    109      1.1      haad CWARNFLAGS+=	-Wno-missing-braces
    110      1.1      haad CWARNFLAGS+=	-Wno-parentheses
    111      1.1      haad CWARNFLAGS+=	-Wno-uninitialized
    112      1.1      haad CWARNFLAGS+=	-Wno-unused
    113      1.1      haad CWARNFLAGS+=	-Wno-switch
    114      1.1      haad CWARNFLAGS+=	-Wno-strict-prototypes
    115      1.1      haad CWARNFLAGS+=	-Wno-missing-prototypes
    116      1.1      haad CWARNFLAGS+=	-Wno-format
    117      1.1      haad 
    118      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/sys
    119      1.1      haad CPPFLAGS+=      -I${ZFSDIR}/dist/common
    120      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/common/acl
    121      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/common/zfs
    122      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common/fs/zfs
    123      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common/zmod
    124      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common
    125      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common/zfs
    126      1.1      haad CPPFLAGS+=	-I${ZFSDIR}/dist/uts/common
    127      1.1      haad 
    128      1.1      haad CPPFLAGS+=	-Dcaddr_t=__caddr_t "-D__va_list=va_list" -D__NetBSD__
    129      1.1      haad CPPFLAGS+=	-std=c99
    130      1.1      haad CPPFLAGS+=	-D_NFS_NFS_H_
    131      1.1      haad CPPFLAGS+=	-D_PROPLIB_ZFS_CONFLICT
    132      1.1      haad 
    133      1.3  christos CPPFLAGS+=	-DDIAGNOSTIC
    134      1.1      haad # -DZFS_DEBUG
    135  1.3.6.1       tls 
    136  1.3.6.1       tls NEED_ISYSTEM=	# duplicate headers, depends on -isystem to build
    137