Last change
on this file since 4537 was
4527,
checked in by bensch, 20 years ago
|
orxonox/trunk: moved the collision_detection to the libs dir, and build it as a lib.
|
File size:
513 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXcd.a |
---|
5 | |
---|
6 | libORXcd_a_SOURCES = cd_engine.cc \ |
---|
7 | collision.cc \ |
---|
8 | obb.cc \ |
---|
9 | obb_tree.cc \ |
---|
10 | bv_tree.cc \ |
---|
11 | bounding_volume.cc \ |
---|
12 | bounding_sphere.cc |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | noinst_HEADERS = cd_engine.h \ |
---|
17 | collision.h \ |
---|
18 | obb.h \ |
---|
19 | obb_tree.h \ |
---|
20 | bv_tree.h \ |
---|
21 | bounding_volume.h \ |
---|
22 | bounding_sphere.h |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.