File: Makefile.am

package info (click to toggle)
arkrpg 0.1.4b-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,104 kB
  • ctags: 5,445
  • sloc: cpp: 28,145; sh: 9,006; ansic: 3,259; makefile: 344
file content (42 lines) | stat: -rwxr-xr-x 835 bytes parent folder | download | duplicates (3)
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
moduleslibdir=@libdir@/ark
moduleslib_LTLIBRARIES = libArkCollision.la

libArkCollision_la_SOURCES = \
	ArkCollision.h \
	OPC_AABB.cpp \
	OPC_AABB.h \
	OPC_AABBTree.cpp \
	OPC_AABBTree.h \
	OPC_Common.cpp \
	OPC_Common.h \
	OPC_Container.cpp \
	OPC_Container.h \
	OPC_FPU.h	\
	OPC_Matrix3x3.cpp \
	OPC_Matrix3x3.h \
	OPC_Matrix4x4.cpp \
	OPC_Matrix4x4.h \
	OPC_Model.cpp \
	OPC_MemoryMacros.h \
	OPC_Model.h \
	OPC_OptimizedTree.cpp \
	OPC_OptimizedTree.h \
	OPC_Point.cpp \
	OPC_Point.h \
	OPC_TreeBuilders.cpp \
	OPC_TreeBuilders.h \
	OPC_TreeCollider.cpp \
	OPC_TreeCollider.h \
	OPC_Triangle.cpp \
	OPC_Triangle.h \
	OPC_Types.h	\
	Opcode.cpp \
	Opcode.h \
	Collision.h \
	Collision.cpp \
	Raytrace.cpp	\
	Stdafx.h

libArkCollision_la_LDFLAGS = -module -version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}

EXTRA_DIST = ReadMe.txt