|
Last change
on this file since 6543 was
5463,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: removed LIBTOOL again
|
|
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.