1SubDir OBOS_TOP src add-ons input_server devices mouse ; 2 3UsePrivateHeaders input ; 4 5Addon <input>mouse : input_server/devices : 6 MouseInputDevice.cpp 7 : false 8 : be <nogrist>input_server ; 9 10if $(COMPILE_FOR_R5) { 11} else { 12 LinkSharedOSLibs <input>mouse : <boot!home!config!lib>libopenbeos.so ; 13} 14 15Package haiku-inputkit-cvs : 16 <input>mouse : 17 boot home config add-ons input_server devices ; 18