1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src kits translation ; 2338b8dc3SIngo Weinhold 3338b8dc3SIngo WeinholdSetSubDirSupportedPlatformsBeOSCompatible ; 4155b583aSIngo WeinholdAddSubDirSupportedPlatforms libbe_test ; 57561e939SIngo Weinhold 654bb4f57SIngo Weinholdif $(TARGET_PLATFORM) != haiku { 754bb4f57SIngo Weinhold UsePublicHeaders translation ; 854bb4f57SIngo Weinhold} 954bb4f57SIngo Weinhold 10a4821468SMatthew WilberUsePrivateHeaders translation ; 11a4821468SMatthew Wilber 12338b8dc3SIngo WeinholdSharedLibrary libtranslation.so : 137561e939SIngo Weinhold BitmapStream.cpp 14755ac174SMatthew Wilber FuncTranslator.cpp 157561e939SIngo Weinhold TranslationUtils.cpp 167561e939SIngo Weinhold Translator.cpp 177561e939SIngo Weinhold TranslatorRoster.cpp 18*f90e4543SAxel Dörfler 19*f90e4543SAxel Dörfler : be 207561e939SIngo Weinhold; 217d181dbcSMatthew Wilber 224d13b0deSshattyPackage haiku-translationkit-cvs : 23f0730936SMatthew Wilber README.html ; 24f0730936SMatthew Wilber 254d13b0deSshattyPackage haiku-translationkit-cvs : 267d181dbcSMatthew Wilber libtranslation.so : 277d181dbcSMatthew Wilber boot home config lib ; 28dd344f79SAxel Dörfler 29dd344f79SAxel Dörflerif $(TARGET_PLATFORM) = libbe_test { 30dd344f79SAxel Dörfler HaikuInstall install-test-apps : $(HAIKU_APP_TEST_LIB_DIR) : libtranslation.so 31dd344f79SAxel Dörfler : tests!apps ; 32dd344f79SAxel Dörfler} 33