Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10010 was 10010, checked in by patrick, 17 years ago

merged the temp branch

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 \
[10010]7                     collision_tube.cc \
[8190]8                     collision.cc \
9                     collision_event.cc \
[10010]10                     collision_filter.cc \
[8190]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 \
[10010]19                     collision_tube.h \
[8190]20                     collision.h \
21                     collision_event.h \
[10010]22                     collision_filter.h \
[8190]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.