Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/coll_rect/src/lib/collision_reaction/Makefile.am @ 9890

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

intruducing new container collision_tube. which serves as a central collision registration tube.

File size: 881 bytes
RevLine 
[7819]1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXcr.a
5
[7927]6libORXcr_a_SOURCES = cr_engine.cc \
[9890]7                     collision_tube.cc \
[8190]8                     collision.cc \
9                     collision_event.cc \
10                     collision_handle.cc \
11                     collision_reaction.cc \
[8490]12                     cr_object_damage.cc \
[9235]13                     cr_physics_ground_walk.cc \
14                     cr_physics_full_walk.cc
[7819]15
16
17
[7927]18noinst_HEADERS =     cr_engine.h \
[9890]19                     collision_tube.h \
[8190]20                     collision.h \
21                     collision_event.h \
22                     collision_handle.h \
23                     cr_defs.h \
24                     collision_reaction.h \
[8490]25                     cr_object_damage.h \
[9235]26                     cr_physics_ground_walk.h \
27                     cr_physics_full_walk.h
[7819]28
Note: See TracBrowser for help on using the repository browser.