|
version 1.33, 2004/11/12 00:07:05
|
version 1.34, 2004/11/17 00:44:56
|
|
|
|
| target libfusd.a { libfusd/libfusd.c } | target libfusd.a { libfusd/libfusd.c } |
| } | } |
| | |
| # Binaries that require libfusd |
# Binaries that are only needed if we're building kernel modules |
| build bins { |
build bins if BUILD_KMODULES { |
| local_libs { timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd } |
local_libs { fusd/fusd } |
| | |
| # DAEMON PROGRAMS | # DAEMON PROGRAMS |
| target fusdd { | target fusdd { |
|
|
|
| fusdd/fusdd_client.c, | fusdd/fusdd_client.c, |
| fusdd/fusdd_socket.c | fusdd/fusdd_socket.c |
| } | } |
| |
} |
| |
|
| |
|
| |
build bins { |
| |
local_libs { timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd } |
| | |
| simple-targets { | simple-targets { |
| # EXAMPLE PROGRAMS | # EXAMPLE PROGRAMS |
|
|
|
| } | } |
| | |
| # Kernel modules | # Kernel modules |
| build objs { |
build objs if BUILD_KMODULES { |
| cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE | cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE |
| | |
| #target kfusd.o { kfusd/kfusd.c } |
target kfusd.o { kfusd/kfusd.c } |
| #target zero.o { test/zero.c } |
target zero.o { test/zero.c } |
| } | } |
| | |
| | |