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
90 lines (82 loc) · 3.18 KB
/
Sources.pp
File metadata and controls
90 lines (82 loc) · 3.18 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
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define TARGET p3chan
#define LOCAL_LIBS \
p3pgraph p3putil p3linmath p3mathutil p3event
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
animBundle.I animBundle.h \
animBundleNode.I animBundleNode.h \
animChannel.I animChannel.h animChannelBase.I \
animChannelBase.h \
animChannelMatrixDynamic.I animChannelMatrixDynamic.h \
animChannelMatrixFixed.I animChannelMatrixFixed.h \
animChannelMatrixXfmTable.I animChannelMatrixXfmTable.h \
animChannelScalarDynamic.I animChannelScalarDynamic.h \
animChannelScalarTable.I animChannelScalarTable.h \
animControl.I animControl.N \
animControl.h animControlCollection.I \
animControlCollection.h animGroup.I animGroup.h \
animPreloadTable.I animPreloadTable.h \
auto_bind.h \
bindAnimRequest.I bindAnimRequest.h \
config_chan.h \
movingPart.I movingPart.h \
movingPartBase.I movingPartBase.h \
movingPartMatrix.I movingPartMatrix.h movingPartScalar.I \
movingPartScalar.h partBundle.I partBundle.N partBundle.h \
partBundleHandle.I partBundleHandle.h \
partBundleNode.I partBundleNode.h \
partGroup.I partGroup.h \
partSubset.I partSubset.h \
vector_PartGroupStar.h
#define INCLUDED_SOURCES \
animBundle.cxx \
animBundleNode.cxx \
animChannel.cxx \
animChannelBase.cxx \
animChannelMatrixDynamic.cxx \
animChannelMatrixFixed.cxx \
animChannelMatrixXfmTable.cxx \
animChannelScalarDynamic.cxx \
animChannelScalarTable.cxx \
animControl.cxx \
animControlCollection.cxx animGroup.cxx \
animPreloadTable.cxx \
auto_bind.cxx \
bindAnimRequest.cxx \
config_chan.cxx movingPartBase.cxx movingPartMatrix.cxx \
movingPartScalar.cxx partBundle.cxx \
partBundleHandle.cxx \
partBundleNode.cxx \
partGroup.cxx \
partSubset.cxx \
vector_PartGroupStar.cxx
#define INSTALL_HEADERS \
animBundle.I animBundle.h \
animBundleNode.I animBundleNode.h \
animChannel.I animChannel.h animChannelBase.I animChannelBase.h \
animChannelFixed.I animChannelFixed.h \
animChannelMatrixDynamic.I animChannelMatrixDynamic.h \
animChannelMatrixFixed.I animChannelMatrixFixed.h \
animChannelMatrixXfmTable.I animChannelMatrixXfmTable.h \
animChannelScalarDynamic.I animChannelScalarDynamic.h \
animChannelScalarTable.I animChannelScalarTable.h \
animControl.I animControl.h \
animControlCollection.I animControlCollection.h animGroup.I \
animGroup.h \
animPreloadTable.I animPreloadTable.h \
auto_bind.h \
bindAnimRequest.I bindAnimRequest.h \
config_chan.h \
movingPart.I movingPart.h movingPartBase.I \
movingPartBase.h movingPartMatrix.I movingPartMatrix.h \
movingPartScalar.I movingPartScalar.h partBundle.I partBundle.h \
partBundleHandle.I partBundleHandle.h \
partBundleNode.I partBundleNode.h \
partGroup.I partGroup.h \
partSubset.I partSubset.h \
vector_PartGroupStar.h
#define IGATESCAN all
#end lib_target