File: Makefile.am

package info (click to toggle)
blender 2.36-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 34,220 kB
  • ctags: 42,784
  • sloc: ansic: 280,846; cpp: 123,984; python: 18,428; sh: 7,178; makefile: 3,296; perl: 2,082; xml: 484; java: 8
file content (28 lines) | stat: -rwxr-xr-x 503 bytes parent folder | download | duplicates (5)
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

# The directory where the include files will be installed
libsolidincludedir = $(includedir)/SOLID

# Which header files to install
libsolidinclude_HEADERS = \
	SOLID.h \
	SOLID_broad.h \
	SOLID_types.h

noinst_HEADERS = \
	GEN_MinMax.h \
	GEN_random.h \
	MT_BBox.h \
	MT_Interval.h \
	MT_Matrix3x3.h \
	MT_Point3.h \
	MT_Quaternion.h \
	MT_Scalar.h \
	MT_Transform.h \
	MT_Vector3.h \
	MT/Interval.h \
	MT/Matrix3x3.h \
	MT/Quaternion.h \
	MT/Transform.h \
	MT/Tuple3.h \
	MT/Tuple4.h \
	MT/Vector3.h