xref: /haiku/src/bin/locale/Jamfile (revision 546208a53940a26c6379c48a7854ade1a8250fc5)
1SubDir HAIKU_TOP src bin locale ;
2
3SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits tracker ] ;
4
5UsePublicHeaders locale ;
6UsePrivateHeaders locale shared ;
7
8BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp
9	: be $(TARGET_LIBSUPC++) ;
10
11BinCommand linkcatkeys : linkcatkeys.cpp : be  $(TARGET_LIBSTDC++) ;
12
13BinCommand dumpcatalog : dumpcatalog.cpp : be  $(TARGET_LIBSUPC++) ;
14
15BinCommand locale : locale.cpp : be $(TARGET_LIBSUPC++) ;
16