Changeset 4527 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/Makefile.am
- Timestamp:
- Jun 7, 2005, 8:18:59 AM (20 years ago)
- Location:
- orxonox/trunk/src/lib/collision_detection
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/Makefile.am
r4526 r4527 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORX event.a4 noinst_LIBRARIES = libORXcd.a 5 5 6 libORXevent_a_SOURCES = event.cc \ 7 event_handler.cc \ 8 event_listener.cc \ 9 key_mapper.cc \ 10 key_names.cc 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 11 13 12 14 13 noinst_HEADERS = event.h \14 event_handler.h \15 event_listener.h \16 key_mapper.h \17 key_names.h \18 event_def.h19 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 TracChangeset
for help on using the changeset viewer.