File: Makefile.am

package info (click to toggle)
povray 1%3A3.7.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 105,396 kB
  • ctags: 115,305
  • sloc: cpp: 438,613; ansic: 118,761; sh: 37,706; pascal: 6,420; asm: 3,355; ada: 1,681; makefile: 1,282; cs: 879; awk: 590; perl: 245; xml: 95
file content (121 lines) | stat: -rw-r--r-- 5,122 bytes parent folder | download | duplicates (9)
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
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libIlmImf.la

libIlmImf_la_SOURCES = ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgbaFile.cpp \
		       ImfChannelList.cpp ImfChannelListAttribute.cpp \
		       ImfFloatAttribute.cpp ImfFrameBuffer.cpp \
		       ImfHeader.cpp ImfIO.cpp ImfInputFile.cpp \
		       ImfIntAttribute.cpp ImfLineOrderAttribute.cpp \
		       ImfMatrixAttribute.cpp ImfOpaqueAttribute.cpp \
		       ImfOutputFile.cpp ImfRgbaFile.cpp \
		       ImfStringAttribute.cpp ImfVecAttribute.cpp ImfHuf.cpp \
		       ImfThreading.cpp \
		       ImfWav.cpp ImfLut.cpp ImfCompressor.cpp \
		       ImfRleCompressor.cpp ImfZipCompressor.cpp \
		       ImfPizCompressor.cpp ImfB44Compressor.cpp ImfMisc.cpp \
		       ImfCompressionAttribute.cpp ImfDoubleAttribute.cpp \
		       ImfAttribute.h ImfBoxAttribute.h \
		       ImfCRgbaFile.h ImfChannelList.h \
		       ImfChannelListAttribute.h \
		       ImfCompressionAttribute.h \
	               ImfDoubleAttribute.h ImfFloatAttribute.h \
	               ImfFrameBuffer.h ImfHeader.h ImfIO.h \
		       ImfInputFile.h ImfIntAttribute.h \
		       ImfLineOrderAttribute.h ImfMatrixAttribute.h \
		       ImfOpaqueAttribute.h ImfOutputFile.h \
		       ImfRgbaFile.h ImfStringAttribute.h \
		       ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \
		       ImfArray.h ImfCompression.h ImfLineOrder.h \
		       ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \
		       ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
		       ImfPizCompressor.h ImfMisc.h ImfAutoArray.h \
		       ImfConvert.cpp ImfConvert.h ImfPreviewImage.cpp \
		       ImfPreviewImage.h ImfPreviewImageAttribute.cpp \
		       ImfPreviewImageAttribute.h ImfVersion.cpp \
		       ImfChromaticities.cpp ImfChromaticities.h \
		       ImfChromaticitiesAttribute.cpp \
		       ImfChromaticitiesAttribute.h \
		       ImfKeyCode.cpp ImfKeyCode.h \
		       ImfKeyCodeAttribute.cpp ImfKeyCodeAttribute.h \
		       ImfTimeCode.cpp ImfTimeCode.h \
		       ImfTimeCodeAttribute.cpp ImfTimeCodeAttribute.h \
		       ImfRational.cpp ImfRational.h \
		       ImfRationalAttribute.cpp ImfRationalAttribute.h \
		       ImfFramesPerSecond.cpp ImfFramesPerSecond.h \
		       ImfStandardAttributes.cpp ImfStandardAttributes.h \
		       ImfStdIO.cpp ImfStdIO.h ImfEnvmap.cpp ImfEnvmap.h \
		       ImfEnvmapAttribute.cpp ImfEnvmapAttribute.h \
		       ImfInt64.h ImfRgba.h ImfScanLineInputFile.cpp \
		       ImfScanLineInputFile.h ImfTiledInputFile.cpp \
		       ImfTiledMisc.cpp ImfTiledOutputFile.cpp \
		       ImfTiledRgbaFile.cpp ImfTileDescriptionAttribute.cpp \
		       ImfTileOffsets.cpp ImfTileDescription.h \
		       ImfTileDescriptionAttribute.h ImfTileOffsets.h \
		       ImfTiledInputFile.h ImfTiledMisc.h \
		       ImfTiledOutputFile.h ImfTiledRgbaFile.h \
		       ImfRgbaYca.cpp ImfRgbaYca.h \
		       ImfPxr24Compressor.cpp ImfPxr24Compressor.h \
		       ImfTestFile.cpp ImfTestFile.h ImfThreading.h

libIlmImf_la_LDFLAGS = @ILMBASE_LDFLAGS@ -version-info @LIBTOOL_VERSION@ \
			-no-undefined

libIlmImf_la_LIBADD =  -lz @ILMBASE_LIBS@

libIlmImfincludedir = $(includedir)/OpenEXR

libIlmImfinclude_HEADERS = ImfAttribute.h ImfBoxAttribute.h \
			   ImfCRgbaFile.h ImfChannelList.h \
			   ImfChannelListAttribute.h \
			   ImfCompressionAttribute.h \
	                   ImfDoubleAttribute.h ImfFloatAttribute.h \
	                   ImfFrameBuffer.h ImfHeader.h ImfIO.h \
			   ImfInputFile.h ImfIntAttribute.h \
			   ImfLineOrderAttribute.h ImfMatrixAttribute.h \
			   ImfOpaqueAttribute.h ImfOutputFile.h \
			   ImfRgbaFile.h ImfStringAttribute.h \
			   ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \
			   ImfArray.h ImfCompression.h ImfLineOrder.h \
			   ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \
			   ImfConvert.h ImfPreviewImage.h \
			   ImfPreviewImageAttribute.h ImfChromaticities.h \
			   ImfChromaticitiesAttribute.h \
			   ImfKeyCode.h ImfKeyCodeAttribute.h \
			   ImfTimeCode.h ImfTimeCodeAttribute.h \
			   ImfRational.h ImfRationalAttribute.h \
			   ImfFramesPerSecond.h \
			   ImfStandardAttributes.h \
		       	   ImfEnvmap.h \
		       	   ImfEnvmapAttribute.h \
		           ImfInt64.h ImfRgba.h \
		           ImfTileDescription.h \
		           ImfTileDescriptionAttribute.h \
		           ImfTiledInputFile.h \
		           ImfTiledOutputFile.h ImfTiledRgbaFile.h \
			   ImfRgbaYca.h \
			   ImfTestFile.h ImfThreading.h \
			   ImfB44Compressor.h

noinst_HEADERS = ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
		 ImfPizCompressor.h ImfMisc.h ImfAutoArray.h ImfTiledMisc.h \
		 ImfTileOffsets.h ImfScanLineInputFile.h ImfPxr24Compressor.h

EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h


INCLUDES = @ILMBASE_CXXFLAGS@ \
	   -I$(top_builddir)  \
	   -I$(top_srcdir)/config

CLEANFILES = b44ExpLogTable b44ExpLogTable.h

b44ExpLogTable_SOURCES = b44ExpLogTable.cpp
b44ExpLogTable_LDADD = @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@

b44ExpLogTable.h: b44ExpLogTable
	./b44ExpLogTable > b44ExpLogTable.h

BUILT_SOURCES = b44ExpLogTable.h

noinst_PROGRAMS = b44ExpLogTable