SubDir HAIKU_TOP src add-ons translators sgi ;

SetSubDirSupportedPlatformsBeOSCompatible ;

SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ;

AddResources SGITranslator : SGITranslator.rdef ; 

Translator SGITranslator :
	SGIImage.cpp
	SGIMain.cpp
	SGITranslator.cpp
	SGIView.cpp
	: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
	: true
;

DoCatalogs SGITranslator :
	x-vnd.Haiku-SGITranslator
	:
	SGIMain.cpp
	SGITranslator.cpp
	SGIView.cpp
;

Package haiku-translationkit-cvs :
	SGITranslator :
	boot home config add-ons Translators ;

