Skip to content

Commit

Permalink
Tidy Project
Browse files Browse the repository at this point in the history
  • Loading branch information
KrxkGit committed Nov 13, 2023
1 parent 97dc49e commit 6c0ede9
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 16 deletions.
Binary file modified build/example/SFS_Img
Binary file not shown.
Binary file removed build/example/cuse
Binary file not shown.
Binary file removed build/example/cuse.p/cuse.c.o
Binary file not shown.
Binary file removed build/example/cuse_client
Binary file not shown.
Binary file removed build/example/cuse_client.p/cuse_client.c.o
Binary file not shown.
Binary file removed build/example/hello
Binary file not shown.
Binary file removed build/example/hello.p/hello.c.o
Binary file not shown.
Binary file removed build/example/hello_ll
Binary file not shown.
Binary file removed build/example/hello_ll.p/hello_ll.c.o
Binary file not shown.
Binary file removed build/example/hello_ll_uds
Binary file not shown.
Binary file removed build/example/hello_ll_uds.p/hello_ll_uds.c.o
Binary file not shown.
Binary file removed build/example/invalidate_path
Binary file not shown.
Binary file removed build/example/invalidate_path.p/invalidate_path.c.o
Binary file not shown.
Binary file removed build/example/ioctl
Binary file not shown.
Binary file removed build/example/ioctl.p/ioctl.c.o
Binary file not shown.
Binary file removed build/example/ioctl_client
Binary file not shown.
Binary file removed build/example/ioctl_client.p/ioctl_client.c.o
Binary file not shown.
Binary file removed build/example/notify_inval_entry
Binary file not shown.
Binary file not shown.
Binary file removed build/example/notify_inval_inode
Binary file not shown.
Binary file not shown.
Binary file removed build/example/notify_store_retrieve
Binary file not shown.
Binary file not shown.
Binary file removed build/example/passthrough
Binary file not shown.
Binary file removed build/example/passthrough.p/passthrough.c.o
Binary file not shown.
Binary file removed build/example/passthrough_fh
Binary file not shown.
Binary file removed build/example/passthrough_fh.p/passthrough_fh.c.o
Binary file not shown.
Binary file removed build/example/poll
Binary file not shown.
Binary file removed build/example/poll.p/poll.c.o
Binary file not shown.
Binary file removed build/example/poll_client
Binary file not shown.
Binary file removed build/example/poll_client.p/poll_client.c.o
Binary file not shown.
Binary file removed build/example/printcap
Binary file not shown.
Binary file removed build/example/printcap.p/printcap.c.o
Binary file not shown.
17 changes: 1 addition & 16 deletions example/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
examples = [ 'passthrough', 'passthrough_fh',
'hello', 'hello_ll', 'hello_ll_uds',
'printcap', 'ioctl_client', 'poll_client',
'ioctl', 'cuse', 'cuse_client' , 'sampleFS', 'init_disk']
examples = [ 'sampleFS', 'init_disk']

if not platform.endswith('bsd') and platform != 'dragonfly'
examples += 'passthrough_ll'
Expand All @@ -12,25 +9,13 @@ if not platform.endswith('bsd') and platform != 'dragonfly'
examples += [ 'null' ]
endif

threaded_examples = [ 'notify_inval_inode',
'invalidate_path',
'notify_store_retrieve',
'notify_inval_entry',
'poll' ]

foreach ex : examples
executable(ex, ex + '.c',
dependencies: [ libfuse_dep ],
install: false)
endforeach


foreach ex : threaded_examples
executable(ex, ex + '.c',
dependencies: [ thread_dep, libfuse_dep ],
install: false)
endforeach

if not platform.endswith('bsd') and platform != 'dragonfly' and add_languages('cpp', required : false)
executable('passthrough_hp', 'passthrough_hp.cc',
dependencies: [ thread_dep, libfuse_dep ],
Expand Down

0 comments on commit 6c0ede9

Please sign in to comment.