Line | |
---|
1 | ################################################
|
---|
2 | # Start MODULE sys_notify_inotify
|
---|
3 | [MODULE::sys_notify_inotify]
|
---|
4 | SUBSYSTEM = sys_notify
|
---|
5 | INIT_FUNCTION = sys_notify_inotify_init
|
---|
6 | PRIVATE_DEPENDENCIES = LIBEVENTS
|
---|
7 | # End MODULE sys_notify_inotify
|
---|
8 | ################################################
|
---|
9 |
|
---|
10 | sys_notify_inotify_OBJ_FILES = $(ntvfssrcdir)/sysdep/inotify.o
|
---|
11 |
|
---|
12 | ################################################
|
---|
13 | # Start SUBSYSTEM sys_notify
|
---|
14 | [SUBSYSTEM::sys_notify]
|
---|
15 | # End SUBSYSTEM sys_notify
|
---|
16 | ################################################
|
---|
17 |
|
---|
18 | sys_notify_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_notify.o
|
---|
19 |
|
---|
20 | [SUBSYSTEM::sys_lease_linux]
|
---|
21 | PRIVATE_DEPENDENCIES = LIBTEVENT
|
---|
22 |
|
---|
23 | sys_lease_linux_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease_linux.o
|
---|
24 |
|
---|
25 | [SUBSYSTEM::sys_lease]
|
---|
26 |
|
---|
27 | sys_lease_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease.o
|
---|
Note:
See
TracBrowser
for help on using the repository browser.