-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInclude.mk
More file actions
58 lines (58 loc) · 1.09 KB
/
Include.mk
File metadata and controls
58 lines (58 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
SRCS= \
main.c \
handlers.c \
handlers2.c \
print_error.c \
inbuilt_commands_utils.c \
cmds.c \
cmds2.c \
export_cmd.c \
env_utils.c \
env_utils2.c \
env_utils3.c \
env_utils4.c \
term_handlers.c \
term_handlers2.c \
search_exec.c \
line_tokenizer.c \
utils.c \
utils2.c \
utils3.c \
utils4.c \
line_tokenizer_utils.c \
lexical_analysis.c \
checks.c \
checks2.c \
checks3.c \
checks4.c \
checks5.c \
checks6.c \
validate.c \
expander.c \
expander_qtr.c \
expander_remove_quotes.c \
expander_utils.c \
expander_utils2.c \
expander_utils3.c \
expander_wildcard.c \
expander_wildcard_utils.c \
expander_split.c \
expander_limiter.c \
execute_expander.c \
execute_expander_utils.c \
operations_prep.c \
operations_prep_utils.c \
operations_prep_utils2.c \
operations_prep_utils3.c \
execute_process.c \
execute_process_heredoc.c \
execute_process_redirects_utils.c \
execute_process_utils1.c \
execute_process_utils2.c \
execute_process_utils3.c \
execute_process_utils4.c \
execute_builtin.c \
exit_cmd.c \
opers_helpers.c \
expander_extra.c \
expander_extra2.c