source:
orxonox.OLD/trunk/src/lib/shell/Makefile.am
@
7547
Last change on this file since 7547 was 7428, checked in by bensch, 19 years ago | |
---|---|
File size: 478 bytes |
Rev | Line | |
---|---|---|
[4291] | 1 | MAINSRCDIR=../.. |
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3493] | 3 | |
[5463] | 4 | noinst_LIBRARIES = libORXshell.a |
[4291] | 5 | |
[7374] | 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 | |
[4291] | 14 | |
[4416] | 15 | |
[7374] | 16 | noinst_HEADERS= \ |
17 | shell.h \ | |
[5173] | 18 | shell_buffer.h \ |
[5178] | 19 | shell_input.h \ |
[7374] | 20 | shell_command.h \ |
21 | shell_command_class.h \ | |
22 | shell_completion.h \ | |
23 | shell_completion_plugin.h | |
[7428] | 24 | |
25 | EXTRA_DIST = some_shell_commands.cc |
Note: See TracBrowser
for help on using the repository browser.