1SubDir HAIKU_TOP src bin locale ; 2 3SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits tracker ] ; 4 5UsePublicHeaders locale ; 6 7BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp 8 : be liblocale.so $(TARGET_LIBSUPC++) ; 9 10BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ; 11 12BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so $(TARGET_LIBSUPC++) ; 13