Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8316 was 8190, checked in by patrick, 18 years ago

trunk: merged the cr branche to trunk

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