source:
orxonox.OLD/branches/cr/src/lib/collision_reaction/Makefile.am
@
8111
Last change on this file since 8111 was 8006, checked in by patrick, 18 years ago | |
---|---|
File size: 610 bytes |
Rev | Line | |
---|---|---|
[7819] | 1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
4 | noinst_LIBRARIES = libORXcr.a | |
5 | ||
[7927] | 6 | libORXcr_a_SOURCES = cr_engine.cc \ |
[7935] | 7 | collision.cc \ |
[7959] | 8 | collision_event.cc \ |
[8006] | 9 | collision_handle.cc \ |
10 | collision_reaction.cc \ | |
11 | cr_object_damage.cc | |
[7819] | 12 | |
13 | ||
14 | ||
[7927] | 15 | noinst_HEADERS = cr_engine.h \ |
[7935] | 16 | collision.h \ |
[7959] | 17 | collision_event.h \ |
[7940] | 18 | collision_handle.h \ |
[8006] | 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.