Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: merged the cr branche to trunk

File size: 610 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 \
11                     cr_object_damage.cc
[7819]12
13
14
[7927]15noinst_HEADERS =     cr_engine.h \
[8190]16                     collision.h \
17                     collision_event.h \
18                     collision_handle.h \
19                     cr_defs.h \
20                     collision_reaction.h \
21                     cr_object_damage.h
[7819]22
Note: See TracBrowser for help on using the repository browser.