-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMakefile
executable file
·183 lines (174 loc) · 9.16 KB
/
Makefile
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
all:
@echo "--------------------------------------------------------------------------------------------"
@echo " make mingw to compile MMDAgent for MinGW on Windows"
@echo " make mingw-clean to remove any files generated for MinGW on Windows"
@echo "--------------------------------------------------------------------------------------------"
@echo " make x11-euc-jp to compile MMDAgent for X11 on Unix-like systems (EUC-JP file system)"
@echo " make x11-euc-jp-clean to remove any files generated for X11 on Unix-like systems (EUC-JP file system)"
@echo "--------------------------------------------------------------------------------------------"
@echo " make x11-utf-8 to compile MMDAgent for X11 on Unix-like systems (UTF-8 file system)"
@echo " make x11-utf-8-clean to remove any files generated for X11 on Unix-like systems (UTF-8 file system)"
@echo "--------------------------------------------------------------------------------------------"
@echo " make carbon to compile MMDAgent for Carbon on Mac OS X"
@echo " make carbon-clean to remove any files generated for Carbon on Mac OS X"
@echo "--------------------------------------------------------------------------------------------"
mingw:
cd Library_Bullet_Physics && make
cd Library_GLFW && make -f Makefile.mingw
cd Library_GLee && make
cd Library_JPEG && make
cd Library_libpng && make
cd Library_MMDAgent && make
cd Library_MMDFiles && make
cd Library_zlib && make
cd Library_PortAudio && make -f Makefile.mingw
cd Library_hts_engine_API && make
cd Library_Flite && make
cd Library_Julius && make -f Makefile.mingw
cd main && make -f Makefile.mingw
cd Plugin_VIManager && make -f Makefile.mingw
cd Plugin_Variables && make -f Makefile.mingw
cd Plugin_Audio && make -f Makefile.mingw
cd Plugin_LookAt && make -f Makefile.mingw
cd Plugin_WindowController && make -f Makefile.mingw
cd Plugin_Flite && make
cd Plugin_Julius && make -f Makefile.mingw
mingw-clean:
cd Library_Bullet_Physics && make clean
cd Library_GLFW && make -f Makefile.mingw clean
cd Library_GLee && make clean
cd Library_JPEG && make clean
cd Library_libpng && make clean
cd Library_MMDAgent && make clean
cd Library_MMDFiles && make clean
cd Library_zlib && make clean
cd Library_PortAudio && make -f Makefile.mingw clean
cd Library_hts_engine_API && make clean
cd Library_Flite && make clean
cd Library_Julius && make -f Makefile.mingw clean
cd main && make -f Makefile.mingw clean
cd Plugin_VIManager && make -f Makefile.mingw clean
cd Plugin_Variables && make -f Makefile.mingw clean
cd Plugin_Audio && make -f Makefile.mingw clean
cd Plugin_LookAt && make -f Makefile.mingw clean
cd Plugin_WindowController && make -f Makefile.mingw clean
cd Plugin_Flite && make clean
cd Plugin_Julius && make -f Makefile.mingw clean
x11-euc-jp:
cd Library_Bullet_Physics && make
cd Library_GLFW && make -f Makefile.x11
cd Library_GLee && make
cd Library_JPEG && make
cd Library_libpng && make
cd Library_MMDAgent && make
cd Library_MMDFiles && make -f Makefile.x11-euc-jp
cd Library_zlib && make
cd Library_PortAudio && make -f Makefile.x11
cd Library_hts_engine_API && make
cd Library_Flite && make
cd Library_Julius && make -f Makefile.x11
cd main && make -f Makefile.x11-euc-jp
cd Plugin_VIManager && make -f Makefile.x11
cd Plugin_Variables && make -f Makefile.x11
cd Plugin_LookAt && make -f Makefile.x11
cd Plugin_Flite && make
cd Plugin_Julius && make -f Makefile.x11
x11-euc-jp-clean:
cd Library_Bullet_Physics && make clean
cd Library_GLFW && make -f Makefile.x11 clean
cd Library_GLee && make clean
cd Library_JPEG && make clean
cd Library_libpng && make clean
cd Library_MMDAgent && make clean
cd Library_MMDFiles && make -f Makefile.x11-euc-jp clean
cd Library_zlib && make clean
cd Library_PortAudio && make -f Makefile.x11 clean
cd Library_hts_engine_API && make clean
cd Library_Flite && make clean
cd Library_Julius && make -f Makefile.x11 clean
cd main && make -f Makefile.x11-euc-jp clean
cd Plugin_VIManager && make -f Makefile.x11 clean
cd Plugin_Variables && make -f Makefile.x11 clean
cd Plugin_LookAt && make -f Makefile.x11 clean
cd Plugin_Flite && make clean
cd Plugin_Julius && make -f Makefile.x11 clean
x11-utf-8:
cd Library_Bullet_Physics && make
cd Library_GLFW && make -f Makefile.x11
cd Library_GLee && make
cd Library_JPEG && make
cd Library_libpng && make
cd Library_MMDAgent && make
cd Library_MMDFiles && make -f Makefile.x11-utf-8
cd Library_zlib && make
cd Library_PortAudio && make -f Makefile.x11
cd Library_Flite && make
cd Library_Phoenix && make
cd main && make -f Makefile.x11-utf-8
cd Plugin_VIManager && make -f Makefile.x11
cd Plugin_Variables && make -f Makefile.x11
cd Plugin_LookAt && make -f Makefile.x11
cd Plugin_Sphinx && make
cd Plugin_Flite && make
cd Plugin_Phoenix && make
cd Plugin_Kade && make
x11-utf-8-clean:
cd Library_Bullet_Physics && make clean
cd Library_GLFW && make -f Makefile.x11 clean
cd Library_GLee && make clean
cd Library_JPEG && make clean
cd Library_libpng && make clean
cd Library_MMDAgent && make clean
cd Library_MMDFiles && make -f Makefile.x11-utf-8 clean
cd Library_zlib && make clean
cd Library_PortAudio && make -f Makefile.x11 clean
cd Library_Flite && make clean
cd Library_Phoenix && make clean
cd main && make -f Makefile.x11-utf-8 clean
cd Plugin_VIManager && make -f Makefile.x11 clean
cd Plugin_Variables && make -f Makefile.x11 clean
cd Plugin_LookAt && make -f Makefile.x11 clean
cd Plugin_Sphinx && make clean
cd Plugin_Flite && make clean
cd Plugin_Phoenix && make clean
cd Plugin_Kade && make clean
carbon:
cd Library_Bullet_Physics && make
cd Library_GLFW && make -f Makefile.carbon
cd Library_GLee && make
cd Library_JPEG && make
cd Library_libpng && make
cd Library_MMDAgent && make
cd Library_MMDFiles && make
cd Library_zlib && make
cd Library_PortAudio && make -f Makefile.carbon
cd Library_hts_engine_API && make
cd Library_Flite && make
cd Library_Julius && make -f Makefile.carbon
cd main && make -f Makefile.carbon
cd Plugin_VIManager && make -f Makefile.carbon
cd Plugin_Variables && make -f Makefile.carbon
cd Plugin_Audio && make -f Makefile.carbon
cd Plugin_LookAt && make -f Makefile.carbon
cd Plugin_Flite && make
cd Plugin_Julius && make -f Makefile.carbon
carbon-clean:
cd Library_Bullet_Physics && make clean
cd Library_GLFW && make -f Makefile.carbon clean
cd Library_GLee && make clean
cd Library_JPEG && make clean
cd Library_libpng && make clean
cd Library_MMDAgent && make clean
cd Library_MMDFiles && make clean
cd Library_zlib && make clean
cd Library_PortAudio && make -f Makefile.carbon clean
cd Library_hts_engine_API && make clean
cd Library_Flite && make clean
cd Library_Julius && make -f Makefile.carbon clean
cd main && make -f Makefile.carbon clean
cd Plugin_VIManager && make -f Makefile.carbon clean
cd Plugin_Variables && make -f Makefile.carbon clean
cd Plugin_Audio && make -f Makefile.carbon clean
cd Plugin_LookAt && make -f Makefile.carbon clean
cd Plugin_Flite && make clean
cd Plugin_Julius && make -f Makefile.carbon clean