source:
orxonox.OLD/trunk/src/lib/collision_detection/Makefile.am
@
6883
Last change on this file since 6883 was 5750, checked in by bensch, 19 years ago | |
---|---|
File size: 791 bytes |
Rev | Line | |
---|---|---|
[4291] | 1 | MAINSRCDIR=../.. |
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3493] | 3 | |
[5674] | 4 | noinst_LIBRARIES = libORXcd.a |
[4291] | 5 | |
[5463] | 6 | libORXcd_a_SOURCES = cd_engine.cc \ |
7 | collision.cc \ | |
[5750] | 8 | obb.cc \ |
[5463] | 9 | obb_tree.cc \ |
[5750] | 10 | obb_tree_node.cc \ |
[5463] | 11 | bv_tree.cc \ |
[5750] | 12 | bv_tree_node.cc \ |
13 | bounding_volume.cc \ | |
14 | bounding_sphere.cc | |
[4291] | 15 | |
[4416] | 16 | |
[4527] | 17 | noinst_HEADERS = cd_engine.h \ |
[5750] | 18 | collision_defs.h \ |
[4527] | 19 | collision.h \ |
[5750] | 20 | obb.h \ |
[4527] | 21 | obb_tree.h \ |
[5750] | 22 | obb_tree_node.h \ |
[4527] | 23 | bv_tree.h \ |
[5750] | 24 | bv_tree_node.h \ |
25 | bounding_volume.h \ | |
26 | bounding_sphere.h | |
[4527] | 27 |
Note: See TracBrowser
for help on using the repository browser.