File: Makefile.am

package info (click to toggle)
povray 1%3A3.7.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 147,232 kB
  • sloc: cpp: 845,011; ansic: 122,118; sh: 34,204; pascal: 6,420; asm: 3,355; ada: 1,681; makefile: 1,388; cs: 879; awk: 590; perl: 245; xml: 95
file content (44 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (7)
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
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libImath.la

libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
		      ImathColorAlgo.cpp ImathFun.cpp \
		      ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
		      ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
		      ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
		      ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
		      ImathSphere.h ImathVecAlgo.h ImathQuat.h \
		      ImathFrustum.h ImathMath.h ImathGL.h \
		      ImathColor.h ImathRandom.h ImathRoots.h \
		      ImathHalfLimits.h ImathInterval.h ImathGLU.h \
		      ImathFrame.h ImathPlatform.h \
		      ImathBox.cpp ImathRandom.cpp ImathInt64.h \
		      ImathFrustumTest.h

libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
if LIB_SUFFIX_EXISTS
libImath_la_LDFLAGS += -release @LIB_SUFFIX@
endif


libImath_la_LIBADD = ../Iex/libIex.la

libImathincludedir = $(includedir)/OpenEXR

libImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
			  ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
			  ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
			  ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
			  ImathSphere.h ImathVecAlgo.h ImathQuat.h \
			  ImathFrustum.h ImathMath.h ImathGL.h \
			  ImathColor.h ImathRandom.h ImathRoots.h \
			  ImathHalfLimits.h ImathInterval.h ImathGLU.h \
			  ImathFrame.h ImathPlatform.h ImathInt64.h \
                          ImathNamespace.h ImathForward.h ImathExport.h \
                          ImathFrustumTest.h

INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \
	   -I$(top_srcdir)/config

EXTRA_DIST = CMakeLists.txt