-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrun-all.sh
executable file
·112 lines (111 loc) · 1.05 KB
/
run-all.sh
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#!/bin/bash
cd 01-Program
scons
cd ..
cd 02-Object
scons
cd ..
cd 03-Two
scons
cd ..
cd 04-DiffOut
scons
cd ..
cd 05-MultiInputList
scons
cd ..
cd 06-MultiInputGlob
scons
cd ..
cd 07-Share
scons
cd ..
cd 08-Library
scons
cd ..
cd 09-SharedLibrary
scons
cd ..
cd 10-CombineDifferent
scons
cd ..
cd 11-LinkLibrary-LIBS-LIBPATH
scons
cd ..
cd 12-ExpliciteNodes
scons
cd ..
cd 13-Print
scons
cd ..
cd 14-Decider
scons
cd ..
cd 15-CPPPATH
scons
cd ..
cd 16-Depends
scons
cd ..
cd 17-CCFLAGS
scons
cd ..
cd 19-Ignore
scons
cd ..
cd 20-Requires
scons
cd ..
cd 21-AlwaysBuild
scons
cd ..
cd 22-Environment-Print
scons
cd ..
cd 23-Environment-Multiple
scons
cd ..
cd 24-Replace
scons
cd ..
cd 25-Append
scons
cd ..
cd 26-Prepend
scons
cd ..
cd 27-MergeFlags
scons
cd ..
cd 28-Progress
scons
cd ..
cd 29-COMMAND_LINE_TARGETS
scons
cd ..
cd 29-Default
scons
cd ..
cd 30-BUILD_TARGETS
scons
cd ..
cd 31-Install
scons
cd ..
cd 32-InstallMultiple
scons
cd ..
cd 33-TODO-Clean
scons
cd ..
cd 34-SConscript
scons
cd ..
cd 35-ExportImport
scons
cd ..
scons
cd ..
cd 36-ImportReturn
scons
cd ..