forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.pp
More file actions
130 lines (113 loc) · 4.02 KB
/
Sources.pp
File metadata and controls
130 lines (113 loc) · 4.02 KB
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
122
123
124
125
126
127
128
129
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define TARGET p3mathutil
#define LOCAL_LIBS \
p3linmath p3putil p3event p3express
#define USE_PACKAGES fftw
#define UNIX_SYS_LIBS m
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
boundingHexahedron.I boundingHexahedron.h boundingLine.I \
boundingLine.h \
boundingBox.I boundingBox.h \
boundingPlane.I boundingPlane.h \
boundingSphere.I boundingSphere.h \
boundingVolume.I boundingVolume.h config_mathutil.h \
fftCompressor.h finiteBoundingVolume.h frustum.h \
frustum_src.I frustum_src.h geometricBoundingVolume.I \
geometricBoundingVolume.h \
intersectionBoundingVolume.h intersectionBoundingVolume.I \
linmath_events.h \
look_at.h look_at_src.I \
look_at_src.cxx look_at_src.h \
linmath_events.h \
mersenne.h \
omniBoundingVolume.I \
omniBoundingVolume.h \
parabola.h parabola_src.I parabola_src.cxx parabola_src.h \
perlinNoise.h perlinNoise.I \
perlinNoise2.h perlinNoise2.I \
perlinNoise3.h perlinNoise3.I \
plane.h plane_src.I plane_src.cxx plane_src.h \
pta_LMatrix4.h pta_LMatrix3.h pta_LVecBase3.h \
pta_LVecBase4.h pta_LVecBase2.h \
randomizer.h randomizer.I \
rotate_to.h rotate_to_src.cxx \
stackedPerlinNoise2.h stackedPerlinNoise2.I \
stackedPerlinNoise3.h stackedPerlinNoise3.I \
triangulator.h triangulator.I \
triangulator3.h triangulator3.I \
unionBoundingVolume.h unionBoundingVolume.I
#define INCLUDED_SOURCES \
boundingHexahedron.cxx boundingLine.cxx \
boundingBox.cxx \
boundingPlane.cxx \
boundingSphere.cxx \
boundingVolume.cxx config_mathutil.cxx fftCompressor.cxx \
finiteBoundingVolume.cxx geometricBoundingVolume.cxx \
intersectionBoundingVolume.cxx \
look_at.cxx \
linmath_events.cxx \
mersenne.cxx \
omniBoundingVolume.cxx \
parabola.cxx \
perlinNoise.cxx \
perlinNoise2.cxx \
perlinNoise3.cxx \
plane.cxx \
pta_LMatrix4.cxx pta_LMatrix3.cxx pta_LVecBase3.cxx \
pta_LVecBase4.cxx pta_LVecBase2.cxx \
randomizer.cxx \
rotate_to.cxx \
stackedPerlinNoise2.cxx \
stackedPerlinNoise3.cxx \
triangulator.cxx \
triangulator3.cxx \
unionBoundingVolume.cxx
#define INSTALL_HEADERS \
boundingHexahedron.I boundingHexahedron.h boundingLine.I \
boundingLine.h \
boundingBox.I boundingBox.h \
boundingPlane.I boundingPlane.h \
boundingSphere.I boundingSphere.h boundingVolume.I \
boundingVolume.h config_mathutil.h fftCompressor.h \
pta_LMatrix4.h pta_LMatrix3.h pta_LVecBase3.h \
pta_LVecBase4.h pta_LVecBase2.h \
finiteBoundingVolume.h frustum.h frustum_src.I frustum_src.h \
geometricBoundingVolume.I geometricBoundingVolume.h look_at.h \
intersectionBoundingVolume.h intersectionBoundingVolume.I \
look_at_src.I look_at_src.h \
linmath_events.h \
mersenne.h \
omniBoundingVolume.I omniBoundingVolume.h \
parabola.h parabola_src.I parabola_src.cxx parabola_src.h \
perlinNoise.h perlinNoise.I \
perlinNoise2.h perlinNoise2.I \
perlinNoise3.h perlinNoise3.I \
plane.h plane_src.I plane_src.cxx plane_src.h \
randomizer.h randomizer.I \
rotate_to.h rotate_to_src.cxx \
stackedPerlinNoise2.h stackedPerlinNoise2.I \
stackedPerlinNoise3.h stackedPerlinNoise3.I \
triangulator.h triangulator.I \
triangulator3.h triangulator3.I \
unionBoundingVolume.h unionBoundingVolume.I
#define IGATESCAN all
#end lib_target
#begin test_bin_target
#define TARGET test_mathutil
#define LOCAL_LIBS \
p3mathutil p3pipeline
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
#define SOURCES \
test_mathutil.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_tri
#define LOCAL_LIBS \
p3mathutil p3pipeline
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
#define SOURCES \
test_tri.cxx
#end test_bin_target