xref: /haiku/src/kits/translation/Jamfile (revision 6b202f4e3da73d4c131355fcd82b792d153f84f6)
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
10*6b202f4eSIngo WeinholdUsePrivateHeaders translation textencoding ;
11*6b202f4eSIngo WeinholdUsePrivateSystemHeaders ;
12a4821468SMatthew Wilber
13338b8dc3SIngo WeinholdSharedLibrary libtranslation.so :
147561e939SIngo Weinhold	BitmapStream.cpp
15755ac174SMatthew Wilber	FuncTranslator.cpp
167561e939SIngo Weinhold	TranslationUtils.cpp
177561e939SIngo Weinhold	Translator.cpp
187561e939SIngo Weinhold	TranslatorRoster.cpp
19f90e4543SAxel Dörfler
208acdd17fSAxel Dörfler	: be libtextencoding.so $(TARGET_LIBSTDC++)
217561e939SIngo Weinhold;
227d181dbcSMatthew Wilber
234d13b0deSshattyPackage haiku-translationkit-cvs :
24f0730936SMatthew Wilber	README.html ;
25f0730936SMatthew Wilber
264d13b0deSshattyPackage haiku-translationkit-cvs :
277d181dbcSMatthew Wilber	libtranslation.so :
287d181dbcSMatthew Wilber	boot home config lib ;
29dd344f79SAxel Dörfler
30dd344f79SAxel Dörflerif $(TARGET_PLATFORM) = libbe_test {
31dd344f79SAxel Dörfler	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_LIB_DIR) : libtranslation.so
32dd344f79SAxel Dörfler		: tests!apps ;
33dd344f79SAxel Dörfler}
34