source:
orxonox.OLD/branches/cr/src/lib/collision_reaction/Makefile.am
@
7958
Last change on this file since 7958 was 7940, checked in by patrick, 18 years ago | |
---|---|
File size: 353 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | noinst_LIBRARIES = libORXcr.a |
5 | |
6 | libORXcr_a_SOURCES = cr_engine.cc \ |
7 | collision.cc \ |
8 | collision_handle.cc |
9 | |
10 | |
11 | |
12 | noinst_HEADERS = cr_engine.h \ |
13 | collision.h \ |
14 | collision_handle.h \ |
15 | cr_defs.h |
16 |
Note: See TracBrowser
for help on using the repository browser.