Last change
on this file since 5403 was
4484,
checked in by bensch, 19 years ago
|
orxonox/trunk: building the EventSystem as libORXevent.a
|
File size:
335 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXevent.a |
---|
5 | |
---|
6 | libORXevent_a_SOURCES = event.cc \ |
---|
7 | event_handler.cc \ |
---|
8 | event_listener.cc \ |
---|
9 | key_mapper.cc \ |
---|
10 | key_names.cc |
---|
11 | |
---|
12 | |
---|
13 | noinst_HEADERS = event.h \ |
---|
14 | event_handler.h \ |
---|
15 | event_listener.h \ |
---|
16 | key_mapper.h \ |
---|
17 | key_names.h \ |
---|
18 | event_def.h |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.