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 11Translator RTF-Translator : 12 main.cpp 13 ConfigView.cpp 14 15 convert.cpp 16 RTF.cpp 17 RTFTranslator.cpp 18 19 : be translation libtranslatorsutils.a $(TARGET_LIBSUPC++) 20 : true 21; 22