File: Makefile.am

package info (click to toggle)
libg3d 0.0.8-38
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,864 kB
  • sloc: ansic: 27,295; sh: 9,263; xml: 4,123; makefile: 850; cpp: 13
file content (21 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
g3dincludedir = $(includedir)/g3d

g3dinclude_HEADERS = \
	debug.h \
	g3d.h \
	types.h \
	context.h \
	plugins.h \
	model.h \
	object.h \
	face.h \
	material.h \
	texture.h \
	stream.h \
	read.h \
	iff.h \
	primitive.h \
	vector.h \
	matrix.h \
	quat.h