1384eec9bSMichael LotzSubDir HAIKU_TOP src bin hid_decode ; 2384eec9bSMichael Lotz 3384eec9bSMichael Lotzlocal defines = [ FDefines USERLAND_HID ] ; 4384eec9bSMichael Lotzlocal driverDir = [ FDirName $(HAIKU_TOP) src add-ons kernel drivers input 5384eec9bSMichael Lotz usb_hid ] ; 6384eec9bSMichael Lotz 7384eec9bSMichael LotzSubDirC++Flags $(defines) ; 8384eec9bSMichael Lotz 9384eec9bSMichael LotzUsePrivateHeaders drivers ; 10384eec9bSMichael LotzUseHeaders $(driverDir) ; 11384eec9bSMichael Lotz 12384eec9bSMichael LotzBinCommand hid_decode : 13384eec9bSMichael Lotz HIDCollection.cpp 14384eec9bSMichael Lotz HIDParser.cpp 15384eec9bSMichael Lotz HIDReport.cpp 16384eec9bSMichael Lotz HIDReportItem.cpp 1758e371f5SMichael Lotz HIDWriter.cpp 18384eec9bSMichael Lotz 19384eec9bSMichael Lotz hid_decode.cpp 20*220d0402SOliver Tappe : be [ TargetLibsupc++ ] 21384eec9bSMichael Lotz; 22384eec9bSMichael Lotz 23384eec9bSMichael LotzSEARCH on [ FGristFiles HIDCollection.cpp HIDParser.cpp HIDReport.cpp 2458e371f5SMichael Lotz HIDReportItem.cpp HIDWriter.cpp ] = $(driverDir) ; 25