Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/collision_reaction/Makefile.am @ 9878

Last change on this file since 9878 was 9235, checked in by bensch, 18 years ago

merged the presentation back

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