1SubDir HAIKU_TOP src add-ons translators raw ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ; 6 7AddResources RAWTranslator : RAWTranslator.rdef ; 8 9Translator RAWTranslator : 10 # RawTranslator classes 11 main.cpp 12 RAWTranslator.cpp 13 ConfigView.cpp 14 RAW.cpp 15 : 16 be translation libtranslatorsutils.a $(TARGET_LIBSUPC++) 17 localestub 18 : 19 true 20; 21 22DoCatalogs RAWTranslator : 23 x-vnd.Haiku-RAWTranslator 24 : 25 RAWTranslator.cpp 26 ConfigView.cpp 27 main.cpp 28; 29