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
33 lines (26 loc) · 1002 Bytes
/
Sources.pp
File metadata and controls
33 lines (26 loc) · 1002 Bytes
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
#define BUILD_DIRECTORY $[HAVE_VRPN]
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m
#define BUILDING_DLL BUILDING_VRPN
#begin lib_target
#define TARGET p3vrpn
#define LOCAL_LIBS \
p3device p3dgraph
#define USE_PACKAGES vrpn
#define SOURCES \
config_vrpn.cxx config_vrpn.h vrpnClient.I vrpnClient.cxx \
vrpnAnalog.I vrpnAnalog.cxx vrpnAnalog.h \
vrpnAnalogDevice.I vrpnAnalogDevice.cxx vrpnAnalogDevice.h \
vrpnButton.I vrpnButton.cxx vrpnButton.h \
vrpnButtonDevice.I vrpnButtonDevice.cxx vrpnButtonDevice.h \
vrpnClient.h \
vrpnDial.I vrpnDial.cxx vrpnDial.h \
vrpnDialDevice.I vrpnDialDevice.cxx vrpnDialDevice.h \
vrpnTracker.I vrpnTracker.cxx vrpnTracker.h \
vrpnTrackerDevice.I vrpnTrackerDevice.cxx vrpnTrackerDevice.h \
vrpn_interface.h
#define INSTALL_HEADERS \
config_vrpn.h \
vrpnClient.I vrpnClient.h
#define IGATESCAN all
#end lib_target