1SubDir HAIKU_TOP src add-ons translators rtf ; 2 3# It's called RTF-Translator (with a dash) to differentiate it from the 4# RTFTranslator that comes with Gobe Productive (that doesn't support 5# STXT or plain text files output). 6 7SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ; 8 9UsePrivateHeaders shared storage ; 10 11AddResources RTFTranslator : RTFTranslator.rdef ; 12 13Translator RTFTranslator : 14 main.cpp 15 ConfigView.cpp 16 17 convert.cpp 18 RTF.cpp 19 RTFTranslator.cpp 20 21 : be translation libtranslatorsutils.a $(TARGET_LIBSUPC++) localestub 22 : true 23; 24 25DoCatalogs RTFTranslator : 26 x-vnd.Haiku-RTFTranslator 27 : 28 main.cpp 29 RTFTranslator.cpp 30 ConfigView.cpp 31; 32