xref: /haiku/src/preferences/keymap/Jamfile (revision 204dee708a999d5a71d0cb9497650ee7cef85d0a)
1SubDir HAIKU_TOP src preferences keymap ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders interface shared ;
6
7Preference Keymap :
8	KeyboardLayout.cpp
9	KeyboardLayoutView.cpp
10	Keymap.cpp
11	KeymapApplication.cpp
12	KeymapListItem.cpp
13	KeymapWindow.cpp
14	ModifierKeysWindow.cpp
15
16	: be tracker $(HAIKU_LOCALE_LIBS) libshared.a $(TARGET_LIBSTDC++)
17	: Keymap.rdef
18;
19
20DoCatalogs Keymap :
21	x-vnd.Haiku-Keymap
22	:
23	KeymapWindow.cpp
24	ModifierKeysWindow.cpp
25;
26