File: Makefile.am

package info (click to toggle)
openexr 2.5.4-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 46,108 kB
  • sloc: cpp: 216,939; makefile: 937; sh: 380
file content (122 lines) | stat: -rw-r--r-- 4,544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## 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 \
		     testMalformedImages.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 \
		     testMalformedImages.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 \
		     testMultiView.cpp testMultiView.h \
		     testIsComplete.cpp testIsComplete.h \
		     testMultiPartApi.cpp testMultiPartApi.h \
		     testMultiPartThreading.cpp testMultiPartThreading.h \
		     testMultiScanlinePartThreading.cpp testMultiScanlinePartThreading.h \
		     testMultiTiledPartThreading.cpp testMultiTiledPartThreading.h \
		     testDeepScanLineBasic.cpp testDeepScanLineBasic.h \
		     testDeepTiledBasic.cpp testDeepTiledBasic.h \
		     testMultiPartFileMixingBasic.cpp testMultiPartFileMixingBasic.h \
		     testMultiPartSharedAttributes.cpp testMultiPartSharedAttributes.h \
		     testBackwardCompatibility.cpp testBackwardCompatibility.h \
		     testCopyDeepScanLine.cpp testCopyDeepScanLine.h \
		     testCopyDeepTiled.cpp testCopyDeepTiled.h \
		     testCopyMultiPartFile.h testCopyMultiPartFile.cpp \
		     testCompositeDeepScanLine.h testCompositeDeepScanLine.cpp \
		     testInputPart.cpp testInputPart.h \
		     testDeepScanLineMultipleRead.h testDeepScanLineMultipleRead.cpp  \
		     testPartHelper.h testPartHelper.cpp \
		     testOptimized.cpp testOptimized.h \
		     testBadTypeAttributes.cpp testBadTypeAttributes.h \
		     testFutureProofing.cpp testFutureProofing.h \
	             compareDwa.cpp compareDwa.h \
	             testDwaCompressorSimd.cpp testDwaCompressorSimd.h \
	             testLargeDataWindowOffsets.cpp testLargeDataWindowOffsets.h \
	             testRle.cpp testRle.h \
	             testB44ExpLogTable.cpp testB44ExpLogTable.h \
	             testDwaLookups.cpp testDwaLookups.h \
		     bswap_32.h random.cpp

AM_CPPFLAGS = -DILM_IMF_TEST_IMAGEDIR=\"$(srcdir)/\"

AM_CPPFLAGS += -ffloat-store

if BUILD_IMFHUGETEST
IlmImfTest_SOURCES += testDeepScanLineHuge.cpp testDeepScanLineHuge.h
AM_CPPFLAGS += -DENABLE_IMFHUGETEST
endif


AM_CPPFLAGS += -I$(top_builddir)  \
	   -I$(top_srcdir)/IlmImf \
	   -I$(top_srcdir)/config \
	   @ILMBASE_CXXFLAGS@ $(ILMBASE_CFLAGS) $(ZLIB_CFLAGS)

LDADD = -L$(top_builddir)/IlmImf \
	@ILMBASE_LDFLAGS@ $(ILMBASE_LIBS) \
	-lIlmImf $(ZLIB_LIBS)

TESTS = IlmImfTest

EXTRA_DIST = CMakeLists.txt \
	comp_b44.exr \
	comp_b44_piz.exr \
	comp_bad_bounds_piz.exr \
	comp_bad_neg_bounds_pxr24.exr \
	comp_bad_pos_bounds_piz.exr \
	comp_bad_pos_bounds_pxr24.exr \
	comp_dwaa_piz.exr \
	comp_dwaa_v1.exr \
	comp_dwaa_v2.exr \
	comp_dwab_piz.exr \
	comp_dwab_v1.exr \
	comp_dwab_v2.exr \
	comp_early_eof_piz.exr \
	comp_invalid_unknown.exr \
	comp_none.exr \
	comp_piz.exr \
	comp_rle.exr \
	comp_short_decode_piz.exr \
	comp_zip.exr \
	comp_zips.exr \
	invalid.exr \
	invalid_shared_attrs_multipart.exr \
	lineOrder_decreasing.exr \
	lineOrder_increasing.exr \
	scanline_with_deepscanline_type.exr \
	scanline_with_deeptiled_type.exr \
	scanline_with_tiledimage_type.exr \
	test_native1.exr \
	test_native2.exr \
	tiled.exr \
	tiled_with_deepscanline_type.exr \
	tiled_with_deeptile_type.exr \
	tiled_with_scanlineimage_type.exr \
	v1.7.test.1.exr \
	v1.7.test.interleaved.exr \
	v1.7.test.planar.exr \
	v1.7.test.tiled.exr