SubDir HAIKU_TOP src preferences keyboard ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
        SubDirC++Flags -DCOMPILE_FOR_R5 ;
#        SubDirC++Flags -fmultiple-symbol-spaces ;
}

UsePrivateHeaders input ;

Preference Keyboard : 
	Keyboard.cpp 
	KeyboardSettings.cpp 
	KeyboardView.cpp 
	KeyboardWindow.cpp
	: translation be $(TARGET_LIBSUPC++) liblocale.so
	: Keyboard.rdef
	;

DoCatalogs Keyboard :
	x-vnd.Haiku-Keyboard
	:
	Keyboard.cpp
	KeyboardWindow.cpp
	KeyboardView.cpp
;
