Files
haiku-beta6/src/kernel/apps/Jamfile
T
Axel Dörfler 32169869e8 Added a test for the pipe implementation.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3705 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-28 04:17:31 +00:00

33 lines
887 B
Plaintext

SubDir OBOS_TOP src kernel apps ;
KernelObjects
false_main.c
fibo_main.c
init.c
monitor_test.c
pipe_test.c
true_main.c
sig_test.c
select_test.c
tls_test.c
on_exit_thread.c
;
if $(OBOS_ARCH) = x86 {
SubInclude OBOS_TOP src kernel apps cpuinfo ;
}
SubInclude OBOS_TOP src kernel apps echo ;
SubInclude OBOS_TOP src kernel apps filetest ;
SubInclude OBOS_TOP src kernel apps fortune ;
SubInclude OBOS_TOP src kernel apps hostname ;
SubInclude OBOS_TOP src kernel apps ls ;
SubInclude OBOS_TOP src kernel apps symlink ;
SubInclude OBOS_TOP src kernel apps ps ;
SubInclude OBOS_TOP src kernel apps rld ;
SubInclude OBOS_TOP src kernel apps shell ;
SubInclude OBOS_TOP src kernel apps envtest ;
#SubInclude OBOS_TOP src kernel apps sockettest ;
SubInclude OBOS_TOP src kernel apps testapp ;
SubInclude OBOS_TOP src kernel apps tests ;
SubInclude OBOS_TOP src kernel apps uname ;