source:
orxonox.OLD/trunk/src/lib/collision_reaction/Makefile.am
@
10564
| Last change on this file since 10564 was 10013, checked in by patrick, 19 years ago | |
|---|---|
| File size: 881 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 \ |
| [10013] | 7 | collision_tube.cc \ |
| [8190] | 8 | collision.cc \ |
| 9 | collision_event.cc \ | |
| [10013] | 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] | 18 | noinst_HEADERS = cr_engine.h \ |
| [10013] | 19 | collision_tube.h \ |
| [8190] | 20 | collision.h \ |
| 21 | collision_event.h \ | |
| [10013] | 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.










