Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/shell/Makefile.am @ 5968

Last change on this file since 5968 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 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXshell.a
5
6libORXshell_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
14noinst_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.