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