source:
orxonox.OLD/branches/cr/src/lib/collision_reaction/Makefile.am
@
7989
Last change on this file since 7989 was 7959, checked in by patrick, 19 years ago | |
---|---|
File size: 436 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 \ |
[7927] | 9 | collision_handle.cc |
[7819] | 10 | |
11 | ||
12 | ||
[7927] | 13 | noinst_HEADERS = cr_engine.h \ |
[7935] | 14 | collision.h \ |
[7959] | 15 | collision_event.h \ |
[7940] | 16 | collision_handle.h \ |
17 | cr_defs.h | |
[7819] | 18 |
Note: See TracBrowser
for help on using the repository browser.