xref: /haiku/src/add-ons/translators/tiff/Jamfile (revision e842ee193336c5e8962f25562cd26ae185507841)
1SubDir HAIKU_TOP src add-ons translators tiff ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UseLibraryHeaders tiff zlib ;
6
7SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ;
8
9Translator TIFFTranslator :
10	# [ FGristFiles $(tiff_files:S=$(SUFOBJ)) ]
11
12	# TIFFTranslator classes
13	TIFFMain.cpp
14	TIFFTranslator.cpp
15	TIFFView.cpp
16
17	: be libtiff.so translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
18	: true
19;
20
21Package haiku-translationkit-cvs :
22	TIFFTranslator :
23	boot home config add-ons Translators ;
24
25