xref: /haiku/src/system/libroot/os/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src system libroot os ;
2
3KernelMergeObject os_main.o :
4	area.c
5	atomic.c
6	debug.c
7	driver_settings.c
8	find_directory.c
9	fs_attr.c
10	fs_index.c
11	fs_info.c
12	fs_query.cpp
13	fs_volume.c
14	image.c
15	parsedate.cpp
16	port.c
17	scheduler.c
18	sem.c
19	system_info.c
20	team.c
21	thread.c
22	time.c
23	syscalls.S
24	:
25	-fPIC -DPIC
26	;
27
28# We need to specify the dependency on the generated syscalls file explicitly.
29Depends [ FGristFiles syscalls.o ] : <syscalls>syscalls.S.inc ;
30
31SubInclude HAIKU_TOP src system libroot os arch ;
32