SubDir HAIKU_TOP src data settings tracker_new_templates ;rule PrepareTrackerNewTemplates source : mimeType{local source = [ FGristFiles $(source) ] ;local target = $(source:G=tracker-new-templates) ;MakeLocateCommonPlatform $(target) ;File $(target) : $(source) ;SetType $(target) : $(mimeType) ;}PrepareTrackerNewTemplates "C++ header" : text/x-source-code ;PrepareTrackerNewTemplates "C++ source" : text/x-source-code ;PrepareTrackerNewTemplates "Makefile" : text/x-makefile ;PrepareTrackerNewTemplates "Person" : application/x-person ;PrepareTrackerNewTemplates "text file" : text/plain ;