Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/collision_detection/Makefile.am @ 4544

Last change on this file since 4544 was 4544, checked in by patrick, 19 years ago

orxonox/trunk: new feature in vector class, now can overtake values of a sVec3D, spawn tree alg, fast-math library, thats not used anymore :)

File size: 660 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXcd.a
5
6libORXcd_a_SOURCES = cd_engine.cc \
7                     collision.cc \
8                     obb.cc \
9                     obb_tree.cc \
10                     obb_tree_node.cc \
11                     bv_tree.cc \
12                     bv_tree_node.cc \
13                     bounding_volume.cc \
14                     bounding_sphere.cc
15
16
17
18noinst_HEADERS =     cd_engine.h \
19                     collision_defs.h \
20                     collision.h \
21                     obb.h \
22                     obb_tree.h \
23                     obb_tree_node.h \
24                     bv_tree.h \
25                     bv_tree_node.h \
26                     bounding_volume.h \
27                     bounding_sphere.h \
28                     fast_math.h
29
Note: See TracBrowser for help on using the repository browser.