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
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXcr.a
5
6libORXcr_a_SOURCES = cr_engine.cc \
7                     collision_tube.cc \
8                     collision.cc \
9                     collision_event.cc \
10                     collision_handle.cc \
11                     collision_reaction.cc \
12                     cr_object_damage.cc \
13                     cr_physics_ground_walk.cc \
14                     cr_physics_full_walk.cc
15
16
17
18noinst_HEADERS =     cr_engine.h \
19                     collision_tube.h \
20                     collision.h \
21                     collision_event.h \
22                     collision_handle.h \
23                     cr_defs.h \
24                     collision_reaction.h \
25                     cr_object_damage.h \
26                     cr_physics_ground_walk.h \
27                     cr_physics_full_walk.h
28
Note: See TracBrowser for help on using the repository browser.