123456789101112131415161718 |
- libclish_la_SOURCES += \
- clish/shell/shell_view.c \
- clish/shell/shell_ptype.c \
- clish/shell/shell_var.c \
- clish/shell/shell_command.c \
- clish/shell/shell_dump.c \
- clish/shell/shell_execute.c \
- clish/shell/shell_help.c \
- clish/shell/shell_new.c \
- clish/shell/shell_parse.c \
- clish/shell/shell_file.c \
- clish/shell/shell_spawn.c \
- clish/shell/shell_startup.c \
- clish/shell/shell_wdog.c \
- clish/shell/shell_pwd.c \
- clish/shell/shell_tinyrl.c \
- clish/shell/shell_tinyxml.cpp \
- clish/shell/private.h
|