## Process this file with automake to produce Makefile.in check_PROGRAMS = IlmImfTest IlmImfTest_SOURCES = main.cpp tmpDir.h testAttributes.cpp testChannels.cpp \ testCompression.cpp testCopyPixels.cpp \ testCustomAttributes.cpp testHuf.cpp testLineOrder.cpp \ testLut.cpp testRgba.cpp testRgbaThreading.cpp \ testSampleImages.cpp testSharedFrameBuffer.cpp \ testWav.cpp testXdr.cpp testAttributes.h testChannels.h \ testCompression.h testCopyPixels.h \ testCustomAttributes.h testHuf.h testLineOrder.h \ testLut.h testRgba.h testRgbaThreading.h \ testSampleImages.h testWav.h testSharedFrameBuffer.h \ testXdr.h testConversion.cpp testConversion.h \ testNativeFormat.cpp testNativeFormat.h \ testPreviewImage.cpp testPreviewImage.h \ testMagic.cpp testMagic.h testStandardAttributes.cpp \ testStandardAttributes.h testExistingStreams.cpp \ testExistingStreams.h testScanLineApi.cpp \ testScanLineApi.h testTiledCompression.cpp \ testTiledCompression.h testTiledCopyPixels.cpp \ testTiledCopyPixels.h testTiledLineOrder.cpp \ testTiledLineOrder.h testTiledRgba.cpp \ testTiledRgba.h compareFloat.h compareFloat.cpp \ testTiledYa.cpp testTiledYa.h \ testYca.cpp testYca.h compareB44.h compareB44.cpp \ testIsComplete.cpp testIsComplete.h AM_CPPFLAGS = -DILM_IMF_TEST_IMAGEDIR=\"$(srcdir)/\" INCLUDES = -I$(top_builddir) \ -I$(top_srcdir)/IlmImf \ -I$(top_srcdir)/config \ @ILMBASE_CXXFLAGS@ LDADD = -L$(top_builddir)/IlmImf \ @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@ \ -lIlmImf -lz TESTS = IlmImfTest EXTRA_DIST = comp_none.exr comp_piz.exr comp_rle.exr comp_zip.exr \ comp_zips.exr lineOrder_decreasing.exr lineOrder_increasing.exr \ test_native1.exr test_native2.exr invalid.exr \ tiled.exr comp_b44.exr comp_b44_piz.exr