haiku/src/servers/Jamfile
Ingo Weinhold 35e49f2582 Initial version of our debug server. This is the guy that hangs around
waiting for teams to crash to show our favorite alert.
Due to the missing app_server we don't show a alert yet. We just print
something to /dev/dprintf and kill the team. Unlike R5's debug server
ours will probably not provide any debugging functionality itself, but
rather employ gdb directly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11492 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-25 14:37:36 +00:00

16 lines
571 B
Plaintext

SubDir OBOS_TOP src servers ;
SubInclude OBOS_TOP src servers app ;
SubInclude OBOS_TOP src servers debug ;
SubInclude OBOS_TOP src servers input ;
SubInclude OBOS_TOP src servers mail ;
SubInclude OBOS_TOP src servers media ;
SubInclude OBOS_TOP src servers media_addon ;
SubInclude OBOS_TOP src servers midi ;
# SubInclude OBOS_TOP src servers net ;
SubInclude OBOS_TOP src servers power ;
SubInclude OBOS_TOP src servers print ;
SubInclude OBOS_TOP src servers registrar ;
SubInclude OBOS_TOP src servers screensaver ;
SubInclude OBOS_TOP src servers syslog_daemon ;