Last change
on this file since 7413 was
7374,
checked in by bensch, 19 years ago
|
orxonox/trunk: added new Files shell_completion_plugin for the new Plugin Structure.
Also created the first namespace: OrxShell
|
File size:
441 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXshell.a |
---|
5 | |
---|
6 | libORXshell_a_SOURCES = \ |
---|
7 | shell.cc \ |
---|
8 | shell_buffer.cc \ |
---|
9 | shell_input.cc \ |
---|
10 | shell_command.cc \ |
---|
11 | shell_command_class.cc \ |
---|
12 | shell_completion.cc \ |
---|
13 | shell_completion_plugin.cc |
---|
14 | |
---|
15 | |
---|
16 | noinst_HEADERS= \ |
---|
17 | shell.h \ |
---|
18 | shell_buffer.h \ |
---|
19 | shell_input.h \ |
---|
20 | shell_command.h \ |
---|
21 | shell_command_class.h \ |
---|
22 | shell_completion.h \ |
---|
23 | shell_completion_plugin.h |
---|
Note: See
TracBrowser
for help on using the repository browser.