diff options
-rw-r--r-- | libnetfs/Makefile | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 4004e274..97ea2c39 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -22,28 +22,29 @@ dir := libnetfs makemode := library libname = libnetfs -FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \ - file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \ +FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \ + file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \ file-set-size.c file-statfs.c file-sync.c file-syncfs.c file-utimes.c \ - dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \ - dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \ - fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \ + dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \ + dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \ + fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \ file-get-translator.c file-set-translator.c file-exec.c -IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ - io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ - io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \ - io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \ +IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ + io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ + io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \ + io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \ io-duplicate.c iostubs.c io-identity.c FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \ fsysstubs.c IFSOCKSRCS= -OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \ - init-loop.c demuxer.c shutdown.c release-protid.c release-peropen.c \ - init-startup.c startup-argp.c set-options.c get-options.c \ - runtime-argp.c std-runtime-argp.c std-startup-argp.c +OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \ + init-loop.c demuxer.c shutdown.c release-protid.c release-peropen.c \ + init-startup.c startup-argp.c set-options.c get-options.c \ + runtime-argp.c std-runtime-argp.c std-startup-argp.c \ + append-std-options.c SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) |