Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: merged the cr branche to trunk

File size: 610 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXcr.a
5
6libORXcr_a_SOURCES = cr_engine.cc \
7                     collision.cc \
8                     collision_event.cc \
9                     collision_handle.cc \
10                     collision_reaction.cc \
11                     cr_object_damage.cc
12
13
14
15noinst_HEADERS =     cr_engine.h \
16                     collision.h \
17                     collision_event.h \
18                     collision_handle.h \
19                     cr_defs.h \
20                     collision_reaction.h \
21                     cr_object_damage.h
22
Note: See TracBrowser for help on using the repository browser.