1SubDir HAIKU_TOP src add-ons translators sgi ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5# Include BaseTranslator code from shared directory 6SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons translators shared ] ; 7 8Translator SGITranslator : 9 # shared classes 10 BaseTranslator.cpp 11 TranslatorSettings.cpp 12 TranslatorWindow.cpp 13 14 # SGITranslator classes 15 SGIImage.cpp 16 SGIMain.cpp 17 SGITranslator.cpp 18 SGIView.cpp 19 20 : be translation 21 : true 22; 23 24Package haiku-translationkit-cvs : 25 SGITranslator : 26 boot home config add-ons Translators ; 27 28