1SubDir HAIKU_TOP src preferences virtualmemory ;
2
3UsePrivateHeaders shared system ;
4
5Preference VirtualMemory :
6	VirtualMemory.cpp
7	SettingsWindow.cpp
8	Settings.cpp
9	$(DRIVER_SETTINGS)
10
11	: be shared [ TargetLibstdc++ ] localestub
12	: VirtualMemory.rdef
13;
14
15if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
16	SEARCH on [ FGristFiles driver_settings.c ] +=
17		[ FDirName $(HAIKU_TOP) src system libroot os ] ;
18}
19
20DoCatalogs VirtualMemory :
21    x-vnd.Haiku-VirtualMemory
22    :
23    VirtualMemory.cpp
24    SettingsWindow.cpp
25;
26