1SubDir HAIKU_TOP src add-ons input_server devices mouse ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders input shared ; 6 7Addon <input>mouse : 8 MouseInputDevice.cpp 9 : be input_server $(TARGET_LIBSUPC++) ; 10