Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/shell/Makefile.am @ 9865

Last change on this file since 9865 was 9861, checked in by bensch, 18 years ago

Changed the ShellBuffer to DebugBuffer, as the dependency is only one way, and it makes no sense for the rest of Orxonox Modules to know the Shell

File size: 439 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXshell.a
5
6libORXshell_a_SOURCES = \
7                shell.cc \
8                shell_input.cc \
9                shell_command.cc \
10                shell_command_class.cc \
11                shell_completion.cc \
12                shell_completion_plugin.cc
13
14
15noinst_HEADERS= \
16                shell.h \
17                shell_input.h \
18                shell_command_class.h \
19                shell_command.h \
20                shell_completion.h \
21                shell_completion_plugin.h
22
23EXTRA_DIST = some_shell_commands.cc
Note: See TracBrowser for help on using the repository browser.