1SubDir HAIKU_TOP src add-ons translators sgi ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ; 6 7AddResources SGITranslator : SGITranslator.rdef ; 8 9Translator SGITranslator : 10 SGIImage.cpp 11 SGIMain.cpp 12 SGITranslator.cpp 13 SGIView.cpp 14 : be translation libtranslatorsutils.a $(TARGET_LIBSUPC++) localestub 15 : true 16; 17 18DoCatalogs SGITranslator : 19 x-vnd.Haiku-SGITranslator 20 : 21 SGIMain.cpp 22 SGITranslator.cpp 23 SGIView.cpp 24; 25