Last change
on this file since 6787 was
5639,
checked in by bensch, 19 years ago
|
orxonox/trunk: splitted shell_command into shell_command and shell_command_class
|
File size:
419 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXshell.a |
---|
5 | |
---|
6 | libORXshell_a_SOURCES = shell.cc \ |
---|
7 | shell_buffer.cc \ |
---|
8 | shell_input.cc \ |
---|
9 | shell_command.cc \ |
---|
10 | shell_command_class.cc \ |
---|
11 | shell_completion.cc |
---|
12 | |
---|
13 | |
---|
14 | noinst_HEADERS= shell.h \ |
---|
15 | shell_buffer.h \ |
---|
16 | shell_input.h \ |
---|
17 | shell_command.h \ |
---|
18 | shell_command_class.h \ |
---|
19 | shell_completion.h |
---|
Note: See
TracBrowser
for help on using the repository browser.