]>
Commit | Line | Data |
---|---|---|
2a29700e RR |
1 | #! /bin/sh |
2 | # | |
3 | # This script is creates a dir tree in ~/wxgtk_dist which | |
4 | # can then be packed into an archive | |
5 | ||
301cd871 RR |
6 | echo -------- |
7 | echo This script will copy the wxGTK release files into ~/wxgtk_dist | |
8 | echo -------- | |
9 | echo | |
2a29700e RR |
10 | |
11 | mkdir ~/wxgtk_dist | |
12 | mkdir ~/wxgtk_dist/wxGTK | |
13 | ||
14 | echo Base dir.. | |
15 | ||
16 | cd ../.. | |
17 | cp wxGTK.spec ~/wxgtk_dist/wxGTK | |
8e1e6fac | 18 | cp Makefile.am ~/wxgtk_dist/wxGTK |
c8c5323c | 19 | cp acconfig.h ~/wxgtk_dist/wxGTK |
51d55e1c | 20 | cp acinclude.m4 ~/wxgtk_dist/wxGTK |
77c85c2b | 21 | cp aclocal.m4 ~/wxgtk_dist/wxGTK |
c8c5323c | 22 | cp configure.in ~/wxgtk_dist/wxGTK |
2a29700e | 23 | cp configure ~/wxgtk_dist/wxGTK |
2a29700e RR |
24 | cp config.sub ~/wxgtk_dist/wxGTK |
25 | cp config.guess ~/wxgtk_dist/wxGTK | |
26 | cp install-sh ~/wxgtk_dist/wxGTK | |
5bd9e519 RR |
27 | cp ltconfig ~/wxgtk_dist/wxGTK |
28 | cp ltmain.sh ~/wxgtk_dist/wxGTK | |
29 | cp missing ~/wxgtk_dist/wxGTK | |
2a29700e | 30 | cp mkinstalldirs ~/wxgtk_dist/wxGTK |
2a29700e | 31 | cp wx-config.in ~/wxgtk_dist/wxGTK |
f56b8330 | 32 | cp makefile.unx.in ~/wxgtk_dist/wxGTK |
5bd9e519 | 33 | cp setup.h.in ~/wxgtk_dist/wxGTK |
c8c5323c RR |
34 | cp stamp-h.in ~/wxgtk_dist/wxGTK |
35 | cp Makefile.in ~/wxgtk_dist/wxGTK | |
2a29700e RR |
36 | |
37 | echo Docs.. | |
38 | ||
39 | cd docs/gtk | |
40 | cp COPYING.LIB ~/wxgtk_dist/wxGTK | |
41 | cp install.txt ~/wxgtk_dist/wxGTK/INSTALL.txt | |
91b8de8d | 42 | cp changes.txt ~/wxgtk_dist/wxGTK/CHANGES.txt |
2a29700e RR |
43 | cp licence.txt ~/wxgtk_dist/wxGTK/LICENCE.txt |
44 | cp readme.txt ~/wxgtk_dist/wxGTK/README.txt | |
45 | cp todo.txt ~/wxgtk_dist/wxGTK/TODO.txt | |
46 | cd .. | |
47 | cp symbols.txt ~/wxgtk_dist/wxGTK/SYMBOLS.txt | |
48 | cd .. | |
49 | ||
50 | echo Include dir.. | |
51 | ||
52 | mkdir ~/wxgtk_dist/wxGTK/include | |
53 | cd include | |
8e1e6fac | 54 | cp Makefile.am ~/wxgtk_dist/wxGTK/include |
5bd9e519 | 55 | cp Makefile.in ~/wxgtk_dist/wxGTK/include |
2a29700e RR |
56 | |
57 | mkdir ~/wxgtk_dist/wxGTK/include/wx | |
58 | cd wx | |
2a29700e RR |
59 | cp *.h ~/wxgtk_dist/wxGTK/include/wx |
60 | cp *.cpp ~/wxgtk_dist/wxGTK/include/wx | |
8e1e6fac | 61 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx |
5bd9e519 | 62 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx |
2a29700e RR |
63 | |
64 | mkdir ~/wxgtk_dist/wxGTK/include/wx/generic | |
65 | cd generic | |
66 | cp *.h ~/wxgtk_dist/wxGTK/include/wx/generic | |
c8c5323c | 67 | cp *.xpm ~/wxgtk_dist/wxGTK/include/wx/generic |
8e1e6fac | 68 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/generic |
5bd9e519 | 69 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/generic |
2a29700e RR |
70 | cd .. |
71 | ||
d1af991f RR |
72 | mkdir ~/wxgtk_dist/wxGTK/include/wx/html |
73 | cd html | |
74 | cp *.h ~/wxgtk_dist/wxGTK/include/wx/html | |
75 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/html | |
76 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/html | |
77 | cd .. | |
78 | ||
034be888 RR |
79 | mkdir ~/wxgtk_dist/wxGTK/include/wx/unix |
80 | cd unix | |
81 | cp *.h ~/wxgtk_dist/wxGTK/include/wx/unix | |
8e1e6fac | 82 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/unix |
5bd9e519 | 83 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/unix |
034be888 RR |
84 | cd .. |
85 | ||
2a29700e RR |
86 | mkdir ~/wxgtk_dist/wxGTK/include/wx/gtk |
87 | cd gtk | |
88 | cp *.h ~/wxgtk_dist/wxGTK/include/wx/gtk | |
23a54e14 | 89 | cp *.xpm ~/wxgtk_dist/wxGTK/include/wx/gtk |
2a29700e | 90 | rm ~/wxgtk_dist/wxGTK/include/wx/gtk/setup.h |
8e1e6fac | 91 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/gtk |
5bd9e519 | 92 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/gtk |
2a29700e RR |
93 | cd .. |
94 | ||
8e1e6fac RR |
95 | mkdir ~/wxgtk_dist/wxGTK/include/wx/motif |
96 | cd motif | |
97 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/motif | |
98 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/motif | |
99 | cd .. | |
100 | ||
101 | mkdir ~/wxgtk_dist/wxGTK/include/wx/msw | |
102 | cd msw | |
103 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/msw | |
104 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/msw | |
105 | cd .. | |
106 | ||
2a29700e RR |
107 | mkdir ~/wxgtk_dist/wxGTK/include/wx/protocol |
108 | cd protocol | |
109 | cp *.h ~/wxgtk_dist/wxGTK/include/wx/protocol | |
8e1e6fac | 110 | cp Makefile.am ~/wxgtk_dist/wxGTK/include/wx/protocol |
5bd9e519 | 111 | cp Makefile.in ~/wxgtk_dist/wxGTK/include/wx/protocol |
2a29700e RR |
112 | cd .. |
113 | ||
8e1e6fac | 114 | cd ../.. |
2a29700e | 115 | |
2a29700e RR |
116 | echo Misc dir.. |
117 | ||
118 | mkdir ~/wxgtk_dist/wxGTK/misc | |
8e1e6fac RR |
119 | cd misc |
120 | cp Makefile.am ~/wxgtk_dist/wxGTK/misc | |
121 | cp Makefile.in ~/wxgtk_dist/wxGTK/misc | |
2a29700e | 122 | mkdir ~/wxgtk_dist/wxGTK/misc/afm |
8e1e6fac RR |
123 | cd afm |
124 | cp *.afm ~/wxgtk_dist/wxGTK/misc/afm | |
125 | cp Makefile.am ~/wxgtk_dist/wxGTK/misc/afm | |
126 | cp Makefile.in ~/wxgtk_dist/wxGTK/misc/afm | |
127 | cd .. | |
2a29700e | 128 | mkdir ~/wxgtk_dist/wxGTK/misc/gs_afm |
8e1e6fac RR |
129 | cd gs_afm |
130 | cp *.afm ~/wxgtk_dist/wxGTK/misc/gs_afm | |
131 | cp Makefile.am ~/wxgtk_dist/wxGTK/misc/gs_afm | |
132 | cp Makefile.in ~/wxgtk_dist/wxGTK/misc/gs_afm | |
133 | cd ../.. | |
2a29700e | 134 | |
2a29700e RR |
135 | echo Src dir.. |
136 | ||
137 | cd src | |
138 | mkdir ~/wxgtk_dist/wxGTK/src | |
8e1e6fac | 139 | cp Makefile.am ~/wxgtk_dist/wxGTK/src |
2a29700e | 140 | cp Makefile.in ~/wxgtk_dist/wxGTK/src |
5bd9e519 RR |
141 | |
142 | cd gtk | |
143 | mkdir ~/wxgtk_dist/wxGTK/src/gtk | |
8e1e6fac | 144 | cp Makefile.am ~/wxgtk_dist/wxGTK/src/gtk |
5bd9e519 RR |
145 | cp Makefile.in ~/wxgtk_dist/wxGTK/src/gtk |
146 | cp *.xbm ~/wxgtk_dist/wxGTK/src/gtk | |
147 | cp *.c ~/wxgtk_dist/wxGTK/src/gtk | |
5bd9e519 RR |
148 | cp *.cpp ~/wxgtk_dist/wxGTK/src/gtk |
149 | cd .. | |
2a29700e | 150 | |
e4628635 RR |
151 | cd msw |
152 | mkdir ~/wxgtk_dist/wxGTK/src/msw | |
153 | cp Makefile.am ~/wxgtk_dist/wxGTK/src/msw | |
154 | cp Makefile.in ~/wxgtk_dist/wxGTK/src/msw | |
155 | cd .. | |
156 | ||
157 | cd motif | |
158 | mkdir ~/wxgtk_dist/wxGTK/src/motif | |
159 | cp Makefile.am ~/wxgtk_dist/wxGTK/src/motif | |
160 | cp Makefile.in ~/wxgtk_dist/wxGTK/src/motif | |
161 | cd .. | |
162 | ||
2a29700e RR |
163 | cd common |
164 | mkdir ~/wxgtk_dist/wxGTK/src/common | |
165 | cp glob.inc ~/wxgtk_dist/wxGTK/src/common | |
166 | cp lexer.l ~/wxgtk_dist/wxGTK/src/common | |
167 | cp parser.y ~/wxgtk_dist/wxGTK/src/common | |
2a29700e | 168 | cp extended.c ~/wxgtk_dist/wxGTK/src/common |
23a54e14 | 169 | cp unzip.* ~/wxgtk_dist/wxGTK/src/common |
2a29700e RR |
170 | cp *.cpp ~/wxgtk_dist/wxGTK/src/common |
171 | cd .. | |
172 | ||
034be888 RR |
173 | cd unix |
174 | mkdir ~/wxgtk_dist/wxGTK/src/unix | |
175 | cp *.cpp ~/wxgtk_dist/wxGTK/src/unix | |
23a54e14 RR |
176 | cp *.h ~/wxgtk_dist/wxGTK/src/unix |
177 | cp *.c ~/wxgtk_dist/wxGTK/src/unix | |
034be888 RR |
178 | cd .. |
179 | ||
d1af991f RR |
180 | cd html |
181 | mkdir ~/wxgtk_dist/wxGTK/src/html | |
182 | cp *.cpp ~/wxgtk_dist/wxGTK/src/html | |
183 | cp *.h ~/wxgtk_dist/wxGTK/src/html | |
184 | cd bitmaps | |
185 | mkdir ~/wxgtk_dist/wxGTK/src/html/bitmaps | |
186 | cp *.xpm ~/wxgtk_dist/wxGTK/src/html/bitmaps | |
187 | cd ../.. | |
188 | ||
2a29700e RR |
189 | cd generic |
190 | mkdir ~/wxgtk_dist/wxGTK/src/generic | |
191 | cp *.cpp ~/wxgtk_dist/wxGTK/src/generic | |
192 | cd .. | |
193 | ||
194 | cd iodbc | |
195 | mkdir ~/wxgtk_dist/wxGTK/src/iodbc | |
196 | cp * ~/wxgtk_dist/wxGTK/src/iodbc | |
197 | cd .. | |
198 | ||
199 | cd zlib | |
200 | mkdir ~/wxgtk_dist/wxGTK/src/zlib | |
201 | cp * ~/wxgtk_dist/wxGTK/src/zlib | |
202 | cd .. | |
203 | ||
204 | cd png | |
205 | mkdir ~/wxgtk_dist/wxGTK/src/png | |
206 | cp * ~/wxgtk_dist/wxGTK/src/png | |
207 | cd .. | |
208 | ||
7ddb3812 RR |
209 | cd jpeg |
210 | mkdir ~/wxgtk_dist/wxGTK/src/jpeg | |
211 | cp * ~/wxgtk_dist/wxGTK/src/jpeg | |
e4628635 | 212 | cd ../.. |
2a29700e RR |
213 | |
214 | echo Utils dir.. | |
215 | ||
216 | cd utils | |
217 | mkdir ~/wxgtk_dist/wxGTK/utils | |
8e1e6fac | 218 | cp Makefile.am ~/wxgtk_dist/wxGTK/utils |
5bd9e519 | 219 | cp Makefile.in ~/wxgtk_dist/wxGTK/utils |
2a29700e | 220 | |
3cdda6cd RR |
221 | echo wxGLCanvas.. |
222 | ||
2a29700e RR |
223 | cd glcanvas |
224 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas | |
225 | cp ./docs/notes.txt ~/wxgtk_dist/wxGTK/utils/glcanvas/NOTES.txt | |
226 | ||
227 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas/gtk | |
228 | cp ./gtk/glcanvas.cpp ~/wxgtk_dist/wxGTK/utils/glcanvas/gtk | |
229 | cp ./gtk/glcanvas.h ~/wxgtk_dist/wxGTK/utils/glcanvas/gtk | |
230 | ||
231 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas/samples | |
232 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/cube | |
f234c60c | 233 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/isosurf |
2a29700e RR |
234 | mkdir ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin |
235 | ||
236 | cd samples/cube | |
237 | cp Makefile ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/cube | |
238 | cp cube.h ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/cube | |
239 | cp cube.cpp ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/cube | |
240 | cd .. | |
241 | ||
f234c60c RR |
242 | cd isosurf |
243 | cp Makefile ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/isosurf | |
244 | cp isosurf.h ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/isosurf | |
245 | cp isosurf.cpp ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/isosurf | |
246 | cp isosurf.dat.gz ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/isosurf | |
247 | cd .. | |
248 | ||
2a29700e RR |
249 | cd penguin |
250 | cp Makefile ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
251 | cp penguin.h ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
252 | cp penguin.cpp ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
253 | cp trackball.h ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
254 | cp trackball.c ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
255 | cp lw.h ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
256 | cp lw.cpp ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
257 | cp penguin.lwo ~/wxgtk_dist/wxGTK/utils/glcanvas/samples/penguin | |
258 | cd ../../.. | |
259 | ||
3cdda6cd RR |
260 | echo DialogEd.. |
261 | ||
2a29700e RR |
262 | cd dialoged/src |
263 | mkdir ~/wxgtk_dist/wxGTK/utils/dialoged | |
264 | cp Makefile ~/wxgtk_dist/wxGTK/utils/dialoged | |
265 | cp dialoged.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
266 | cp dlghndlr.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
267 | cp edlist.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
268 | cp edtree.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
269 | cp reseditr.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
270 | cp reswrite.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
271 | cp symbtabl.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
272 | cp winprop.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
273 | cp winstyle.cpp ~/wxgtk_dist/wxGTK/utils/dialoged | |
274 | cp dialoged.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
275 | cp dlghndlr.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
276 | cp edlist.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
277 | cp edtree.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
278 | cp reseditr.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
279 | cp symbtabl.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
280 | cp winprop.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
281 | cp winstyle.h ~/wxgtk_dist/wxGTK/utils/dialoged | |
282 | ||
283 | cd bitmaps | |
284 | mkdir ~/wxgtk_dist/wxGTK/utils/dialoged/bitmaps | |
285 | cp *.xpm ~/wxgtk_dist/wxGTK/utils/dialoged/bitmaps | |
5aa5e35a RR |
286 | cd ../../.. |
287 | ||
3cdda6cd RR |
288 | echo wxPython.. |
289 | ||
5aa5e35a RR |
290 | cd wxPython |
291 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython | |
292 | cp README.txt ~/wxgtk_dist/wxGTK/utils/wxPython | |
3cdda6cd | 293 | |
5aa5e35a RR |
294 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/src |
295 | cp ./src/* ~/wxgtk_dist/wxGTK/utils/wxPython/src | |
3cdda6cd | 296 | |
5aa5e35a RR |
297 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/src/gtk |
298 | cp ./src/gtk/* ~/wxgtk_dist/wxGTK/utils/wxPython/src/gtk | |
3cdda6cd RR |
299 | |
300 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/lib | |
301 | cp ./lib/*.py ~/wxgtk_dist/wxGTK/utils/wxPython/lib | |
da175b2c RR |
302 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/lib/sizers |
303 | cp ./lib/sizers/*.py ~/wxgtk_dist/wxGTK/utils/wxPython/lib/sizers | |
3cdda6cd | 304 | |
3cdda6cd | 305 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/demo |
5c387335 RR |
306 | cp ./demo/README.txt ~/wxgtk_dist/wxGTK/utils/wxPython/demo |
307 | cp ./demo/*.py ~/wxgtk_dist/wxGTK/utils/wxPython/demo | |
308 | cp ./demo/*.pyc ~/wxgtk_dist/wxGTK/utils/wxPython/demo | |
3cdda6cd | 309 | mkdir ~/wxgtk_dist/wxGTK/utils/wxPython/demo/bitmaps |
5c387335 | 310 | cp ./demo/bitmaps/* ~/wxgtk_dist/wxGTK/utils/wxPython/demo/bitmaps |
3cdda6cd | 311 | |
5aa5e35a | 312 | cd ../.. |
2a29700e RR |
313 | |
314 | echo Samples dir.. | |
315 | ||
316 | cd samples | |
317 | mkdir ~/wxgtk_dist/wxGTK/samples | |
8e1e6fac | 318 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples |
5bd9e519 | 319 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples |
2a29700e RR |
320 | |
321 | echo Minimal sample.. | |
322 | ||
323 | cd minimal | |
324 | mkdir ~/wxgtk_dist/wxGTK/samples/minimal | |
8e1e6fac | 325 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/minimal |
2a29700e RR |
326 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/minimal |
327 | cp minimal.cpp ~/wxgtk_dist/wxGTK/samples/minimal | |
328 | cp mondrian.xpm ~/wxgtk_dist/wxGTK/samples/minimal | |
329 | cd .. | |
330 | ||
331 | echo Bombs sample.. | |
332 | ||
333 | cd bombs | |
334 | mkdir ~/wxgtk_dist/wxGTK/samples/bombs | |
8e1e6fac | 335 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/bombs |
2a29700e RR |
336 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/bombs |
337 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/bombs | |
338 | cp *.h ~/wxgtk_dist/wxGTK/samples/bombs | |
339 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/bombs | |
340 | cd .. | |
341 | ||
c8c5323c RR |
342 | echo Caret sample.. |
343 | ||
344 | cd caret | |
345 | mkdir ~/wxgtk_dist/wxGTK/samples/caret | |
346 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/caret | |
347 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/caret | |
348 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/caret | |
349 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/caret | |
350 | cd .. | |
351 | ||
2a29700e RR |
352 | echo Checklst sample.. |
353 | ||
354 | cd checklst | |
355 | mkdir ~/wxgtk_dist/wxGTK/samples/checklst | |
8e1e6fac | 356 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/checklst |
2a29700e RR |
357 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/checklst |
358 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/checklst | |
359 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/checklst | |
360 | cd .. | |
361 | ||
362 | echo Config sample.. | |
363 | ||
364 | cd config | |
365 | mkdir ~/wxgtk_dist/wxGTK/samples/config | |
8e1e6fac | 366 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/config |
2a29700e RR |
367 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/config |
368 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/config | |
369 | cd .. | |
370 | ||
371 | echo Controls sample.. | |
372 | ||
373 | cd controls | |
374 | mkdir ~/wxgtk_dist/wxGTK/samples/controls | |
8e1e6fac | 375 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/controls |
2a29700e RR |
376 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/controls |
377 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/controls | |
378 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/controls | |
379 | cd icons | |
380 | mkdir ~/wxgtk_dist/wxGTK/samples/controls/icons | |
381 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/controls/icons | |
382 | cd ../.. | |
383 | ||
384 | echo Db sample.. | |
385 | ||
386 | cd db | |
387 | mkdir ~/wxgtk_dist/wxGTK/samples/db | |
8e1e6fac | 388 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/db |
2a29700e RR |
389 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/db |
390 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/db | |
391 | cp *.h ~/wxgtk_dist/wxGTK/samples/db | |
392 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/db | |
393 | cd .. | |
394 | ||
e4628635 RR |
395 | #echo DDE sample.. |
396 | # | |
397 | #cd dde | |
398 | #mkdir ~/wxgtk_dist/wxGTK/samples/dde | |
399 | #cp Makefile.am ~/wxgtk_dist/wxGTK/samples/dde | |
400 | #cp Makefile.in ~/wxgtk_dist/wxGTK/samples/dde | |
401 | #cp *.cpp ~/wxgtk_dist/wxGTK/samples/dde | |
402 | #cp *.h ~/wxgtk_dist/wxGTK/samples/dde | |
403 | #cp *.xpm ~/wxgtk_dist/wxGTK/samples/dde | |
404 | #cd .. | |
405 | # | |
2a29700e RR |
406 | |
407 | echo Dialogs sample.. | |
408 | ||
409 | cd dialogs | |
410 | mkdir ~/wxgtk_dist/wxGTK/samples/dialogs | |
8e1e6fac | 411 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/dialogs |
2a29700e RR |
412 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/dialogs |
413 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/dialogs | |
414 | cp *.h ~/wxgtk_dist/wxGTK/samples/dialogs | |
415 | cd .. | |
416 | ||
417 | echo DnD sample.. | |
418 | ||
419 | cd dnd | |
420 | mkdir ~/wxgtk_dist/wxGTK/samples/dnd | |
8e1e6fac | 421 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/dnd |
2a29700e RR |
422 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/dnd |
423 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/dnd | |
424 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/dnd | |
425 | cd .. | |
426 | ||
427 | echo Docview sample.. | |
428 | ||
429 | cd docview | |
430 | mkdir ~/wxgtk_dist/wxGTK/samples/docview | |
8e1e6fac | 431 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/docview |
2a29700e RR |
432 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/docview |
433 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/docview | |
434 | cp *.h ~/wxgtk_dist/wxGTK/samples/docview | |
435 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/docview | |
436 | cd .. | |
437 | ||
438 | echo DocvwMDI sample.. | |
439 | ||
440 | cd docvwmdi | |
441 | mkdir ~/wxgtk_dist/wxGTK/samples/docvwmdi | |
8e1e6fac | 442 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/docvwmdi |
2a29700e RR |
443 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/docvwmdi |
444 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/docvwmdi | |
445 | cp *.h ~/wxgtk_dist/wxGTK/samples/docvwmdi | |
446 | cd .. | |
447 | ||
448 | echo Dynamic sample.. | |
449 | ||
450 | cd dynamic | |
451 | mkdir ~/wxgtk_dist/wxGTK/samples/dynamic | |
8e1e6fac | 452 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/dynamic |
2a29700e RR |
453 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/dynamic |
454 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/dynamic | |
455 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/dynamic | |
456 | cd .. | |
457 | ||
74505862 RR |
458 | echo Drawing sample.. |
459 | ||
460 | cd drawing | |
461 | mkdir ~/wxgtk_dist/wxGTK/samples/drawing | |
8e1e6fac | 462 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/drawing |
74505862 RR |
463 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/drawing |
464 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/drawing | |
465 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/drawing | |
466 | cd .. | |
467 | ||
2a29700e RR |
468 | echo Forty sample.. |
469 | ||
470 | cd forty | |
471 | mkdir ~/wxgtk_dist/wxGTK/samples/forty | |
8e1e6fac | 472 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/forty |
2a29700e RR |
473 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/forty |
474 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/forty | |
475 | cp *.h ~/wxgtk_dist/wxGTK/samples/forty | |
476 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/forty | |
cf33637f | 477 | cp *.xbm ~/wxgtk_dist/wxGTK/samples/forty |
2a29700e RR |
478 | cd .. |
479 | ||
480 | echo Fractal sample.. | |
481 | ||
482 | cd fractal | |
483 | mkdir ~/wxgtk_dist/wxGTK/samples/fractal | |
8e1e6fac | 484 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/fractal |
2a29700e RR |
485 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/fractal |
486 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/fractal | |
487 | cd .. | |
488 | ||
489 | echo Grid sample.. | |
490 | ||
491 | cd grid | |
492 | mkdir ~/wxgtk_dist/wxGTK/samples/grid | |
8e1e6fac | 493 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/grid |
2a29700e RR |
494 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/grid |
495 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/grid | |
496 | cd .. | |
497 | ||
498 | echo Help sample.. | |
499 | ||
500 | cd help | |
501 | mkdir ~/wxgtk_dist/wxGTK/samples/help | |
8e1e6fac | 502 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/help |
2a29700e RR |
503 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/help |
504 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/help | |
505 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/help | |
506 | cd doc | |
507 | mkdir ~/wxgtk_dist/wxGTK/samples/help/doc | |
508 | cp * ~/wxgtk_dist/wxGTK/samples/help/doc | |
509 | cd ../.. | |
510 | ||
23a54e14 RR |
511 | echo HTML samples.. |
512 | ||
513 | cd html | |
514 | mkdir ~/wxgtk_dist/wxGTK/samples/html | |
515 | cp Makefile.* ~/wxgtk_dist/wxGTK/samples/html | |
516 | ||
517 | mkdir ~/wxgtk_dist/wxGTK/samples/html/about | |
518 | cp about/Makefile.* ~/wxgtk_dist/wxGTK/samples/html/about | |
519 | cp about/about.* ~/wxgtk_dist/wxGTK/samples/html/about | |
520 | ||
521 | mkdir ~/wxgtk_dist/wxGTK/samples/html/about/data | |
522 | cp about/data/*.* ~/wxgtk_dist/wxGTK/samples/html/about/data | |
523 | ||
524 | mkdir ~/wxgtk_dist/wxGTK/samples/html/help | |
525 | cp help/Makefile.* ~/wxgtk_dist/wxGTK/samples/html/help | |
526 | cp help/help.* ~/wxgtk_dist/wxGTK/samples/html/help | |
527 | ||
528 | mkdir ~/wxgtk_dist/wxGTK/samples/html/help/helpfiles | |
529 | cp help/helpfiles/*.* ~/wxgtk_dist/wxGTK/samples/html/help/helpfiles | |
530 | ||
531 | mkdir ~/wxgtk_dist/wxGTK/samples/html/printing | |
532 | cp printing/*.* ~/wxgtk_dist/wxGTK/samples/html/printing | |
533 | ||
534 | mkdir ~/wxgtk_dist/wxGTK/samples/html/test | |
535 | cp test/*.* ~/wxgtk_dist/wxGTK/samples/html/test | |
536 | ||
537 | mkdir ~/wxgtk_dist/wxGTK/samples/html/virtual | |
538 | cp virtual/*.* ~/wxgtk_dist/wxGTK/samples/html/virtual | |
539 | ||
540 | mkdir ~/wxgtk_dist/wxGTK/samples/html/widget | |
541 | cp widget/*.* ~/wxgtk_dist/wxGTK/samples/html/widget | |
542 | ||
543 | mkdir ~/wxgtk_dist/wxGTK/samples/html/zip | |
544 | cp zip/*.* ~/wxgtk_dist/wxGTK/samples/html/zip | |
545 | cd .. | |
546 | ||
2a29700e RR |
547 | echo Image sample.. |
548 | ||
549 | cd image | |
550 | mkdir ~/wxgtk_dist/wxGTK/samples/image | |
8e1e6fac | 551 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/image |
2a29700e RR |
552 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/image |
553 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/image | |
554 | cp horse.png ~/wxgtk_dist/wxGTK/samples/image | |
7ddb3812 RR |
555 | cp horse.gif ~/wxgtk_dist/wxGTK/samples/image |
556 | cp horse.jpg ~/wxgtk_dist/wxGTK/samples/image | |
2a29700e RR |
557 | cd .. |
558 | ||
559 | echo Internat sample.. | |
560 | ||
561 | cd internat | |
562 | mkdir ~/wxgtk_dist/wxGTK/samples/internat | |
8e1e6fac | 563 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/internat |
2a29700e RR |
564 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/internat |
565 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/internat | |
566 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/internat | |
567 | cp readme.txt ~/wxgtk_dist/wxGTK/samples/internat | |
568 | cp wxstd.po ~/wxgtk_dist/wxGTK/samples/internat | |
569 | cd fr | |
570 | mkdir ~/wxgtk_dist/wxGTK/samples/internat/fr | |
571 | cp *.?o ~/wxgtk_dist/wxGTK/samples/internat/fr | |
572 | cd ../.. | |
573 | ||
574 | echo Layout sample.. | |
575 | ||
576 | cd layout | |
577 | mkdir ~/wxgtk_dist/wxGTK/samples/layout | |
8e1e6fac | 578 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/layout |
2a29700e RR |
579 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/layout |
580 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/layout | |
581 | cp *.h ~/wxgtk_dist/wxGTK/samples/layout | |
582 | cd .. | |
583 | ||
584 | echo Listctrl sample.. | |
585 | ||
586 | cd listctrl | |
587 | mkdir ~/wxgtk_dist/wxGTK/samples/listctrl | |
8e1e6fac | 588 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/listctrl |
2a29700e RR |
589 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/listctrl |
590 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/listctrl | |
591 | cp *.h ~/wxgtk_dist/wxGTK/samples/listctrl | |
592 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/listctrl | |
593 | cd bitmaps | |
594 | mkdir ~/wxgtk_dist/wxGTK/samples/listctrl/bitmaps | |
595 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/listctrl/bitmaps | |
596 | cd ../.. | |
597 | ||
598 | echo MDI sample.. | |
599 | ||
600 | cd mdi | |
601 | mkdir ~/wxgtk_dist/wxGTK/samples/mdi | |
8e1e6fac | 602 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/mdi |
2a29700e RR |
603 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/mdi |
604 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/mdi | |
605 | cp *.h ~/wxgtk_dist/wxGTK/samples/mdi | |
606 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/mdi | |
607 | cd bitmaps | |
608 | mkdir ~/wxgtk_dist/wxGTK/samples/mdi/bitmaps | |
609 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/mdi/bitmaps | |
610 | cd ../.. | |
611 | ||
612 | echo Memcheck sample.. | |
613 | ||
614 | cd memcheck | |
615 | mkdir ~/wxgtk_dist/wxGTK/samples/memcheck | |
8e1e6fac | 616 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/memcheck |
2a29700e RR |
617 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/memcheck |
618 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/memcheck | |
619 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/memcheck | |
620 | cd .. | |
621 | ||
622 | echo Minifram sample.. | |
623 | ||
624 | cd minifram | |
625 | mkdir ~/wxgtk_dist/wxGTK/samples/minifram | |
8e1e6fac | 626 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/minifram |
2a29700e RR |
627 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/minifram |
628 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/minifram | |
629 | cp *.h ~/wxgtk_dist/wxGTK/samples/minifram | |
630 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/minifram | |
631 | cd bitmaps | |
632 | mkdir ~/wxgtk_dist/wxGTK/samples/minifram/bitmaps | |
633 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/minifram/bitmaps | |
634 | cd ../.. | |
635 | ||
636 | echo Notebook sample.. | |
637 | ||
638 | cd notebook | |
639 | mkdir ~/wxgtk_dist/wxGTK/samples/notebook | |
8e1e6fac | 640 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/notebook |
2a29700e RR |
641 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/notebook |
642 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/notebook | |
643 | cp *.h ~/wxgtk_dist/wxGTK/samples/notebook | |
644 | cd .. | |
645 | ||
646 | echo PNG sample.. | |
647 | ||
648 | cd png | |
649 | mkdir ~/wxgtk_dist/wxGTK/samples/png | |
8e1e6fac | 650 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/png |
2a29700e RR |
651 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/png |
652 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/png | |
653 | cp *.h ~/wxgtk_dist/wxGTK/samples/png | |
654 | cp *.png ~/wxgtk_dist/wxGTK/samples/png | |
655 | cd .. | |
656 | ||
657 | echo Printing sample.. | |
658 | ||
659 | cd printing | |
660 | mkdir ~/wxgtk_dist/wxGTK/samples/printing | |
8e1e6fac | 661 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/printing |
2a29700e RR |
662 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/printing |
663 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/printing | |
664 | cp *.h ~/wxgtk_dist/wxGTK/samples/printing | |
665 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/printing | |
666 | cd .. | |
667 | ||
668 | echo Proplist sample.. | |
669 | ||
670 | cd proplist | |
671 | mkdir ~/wxgtk_dist/wxGTK/samples/proplist | |
8e1e6fac | 672 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/proplist |
2a29700e RR |
673 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/proplist |
674 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/proplist | |
675 | cp *.h ~/wxgtk_dist/wxGTK/samples/proplist | |
676 | cd .. | |
677 | ||
678 | echo Resource sample.. | |
679 | ||
680 | cd resource | |
681 | mkdir ~/wxgtk_dist/wxGTK/samples/resource | |
8e1e6fac | 682 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/resource |
2a29700e RR |
683 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/resource |
684 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/resource | |
685 | cp *.h ~/wxgtk_dist/wxGTK/samples/resource | |
686 | cp *.wxr ~/wxgtk_dist/wxGTK/samples/resource | |
687 | cd .. | |
688 | ||
689 | echo Sashtest sample.. | |
690 | ||
691 | cd sashtest | |
692 | mkdir ~/wxgtk_dist/wxGTK/samples/sashtest | |
8e1e6fac | 693 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/sashtest |
2a29700e RR |
694 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/sashtest |
695 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/sashtest | |
696 | cp *.h ~/wxgtk_dist/wxGTK/samples/sashtest | |
697 | cd .. | |
698 | ||
31276cb5 RR |
699 | echo Scroll sample.. |
700 | ||
701 | cd sashtest | |
702 | mkdir ~/wxgtk_dist/wxGTK/samples/scroll | |
8e1e6fac | 703 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/scroll |
31276cb5 RR |
704 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/scroll |
705 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/scroll | |
706 | cp *.h ~/wxgtk_dist/wxGTK/samples/scroll | |
707 | cd .. | |
708 | ||
2a29700e RR |
709 | echo Splitter sample.. |
710 | ||
711 | cd splitter | |
712 | mkdir ~/wxgtk_dist/wxGTK/samples/splitter | |
8e1e6fac | 713 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/splitter |
2a29700e RR |
714 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/splitter |
715 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/splitter | |
716 | cd .. | |
717 | ||
5bd9e519 RR |
718 | echo Text sample.. |
719 | ||
720 | cd text | |
721 | mkdir ~/wxgtk_dist/wxGTK/samples/text | |
8e1e6fac | 722 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/text |
5bd9e519 RR |
723 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/text |
724 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/text | |
725 | cd .. | |
726 | ||
2a29700e RR |
727 | echo Thread sample.. |
728 | ||
729 | cd thread | |
730 | mkdir ~/wxgtk_dist/wxGTK/samples/thread | |
8e1e6fac | 731 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/thread |
2a29700e RR |
732 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/thread |
733 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/thread | |
734 | cd .. | |
735 | ||
736 | echo Toolbar sample.. | |
737 | ||
738 | cd toolbar | |
739 | mkdir ~/wxgtk_dist/wxGTK/samples/toolbar | |
8e1e6fac | 740 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/toolbar |
2a29700e RR |
741 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/toolbar |
742 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/toolbar | |
743 | cp *.h ~/wxgtk_dist/wxGTK/samples/toolbar | |
744 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/toolbar | |
745 | cd bitmaps | |
746 | mkdir ~/wxgtk_dist/wxGTK/samples/toolbar/bitmaps | |
747 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/toolbar/bitmaps | |
748 | cd ../.. | |
749 | ||
750 | echo TreeCtrl sample.. | |
751 | ||
752 | cd treectrl | |
753 | mkdir ~/wxgtk_dist/wxGTK/samples/treectrl | |
8e1e6fac | 754 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/treectrl |
2a29700e RR |
755 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/treectrl |
756 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/treectrl | |
757 | cp *.h ~/wxgtk_dist/wxGTK/samples/treectrl | |
758 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/treectrl | |
759 | cd .. | |
760 | ||
761 | echo typetest sample.. | |
762 | ||
763 | cd typetest | |
764 | mkdir ~/wxgtk_dist/wxGTK/samples/typetest | |
8e1e6fac | 765 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/typetest |
2a29700e RR |
766 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/typetest |
767 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/typetest | |
768 | cp *.h ~/wxgtk_dist/wxGTK/samples/typetest | |
769 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/typetest | |
770 | cd .. | |
771 | ||
772 | echo Validate sample.. | |
773 | ||
774 | cd validate | |
775 | mkdir ~/wxgtk_dist/wxGTK/samples/validate | |
8e1e6fac | 776 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/validate |
2a29700e RR |
777 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/validate |
778 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/validate | |
779 | cp *.h ~/wxgtk_dist/wxGTK/samples/validate | |
780 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/validate | |
781 | cd .. | |
782 | ||
783 | echo wxPoem sample.. | |
784 | ||
785 | cd wxpoem | |
786 | mkdir ~/wxgtk_dist/wxGTK/samples/wxpoem | |
8e1e6fac | 787 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/wxpoem |
2a29700e RR |
788 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/wxpoem |
789 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/wxpoem | |
cf33637f | 790 | cp *.h ~/wxgtk_dist/wxGTK/samples/wxpoem |
2a29700e RR |
791 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/wxpoem |
792 | cp wxpoem.dat ~/wxgtk_dist/wxGTK/samples/wxpoem | |
793 | cp wxpoem.txt ~/wxgtk_dist/wxGTK/samples/wxpoem | |
794 | cp wxpoem.idx ~/wxgtk_dist/wxGTK/samples/wxpoem | |
795 | cd .. | |
796 | ||
797 | echo wxSocket sample.. | |
798 | ||
799 | cd wxsocket | |
800 | mkdir ~/wxgtk_dist/wxGTK/samples/wxsocket | |
8e1e6fac | 801 | cp Makefile.am ~/wxgtk_dist/wxGTK/samples/wxsocket |
2a29700e RR |
802 | cp Makefile.in ~/wxgtk_dist/wxGTK/samples/wxsocket |
803 | cp *.cpp ~/wxgtk_dist/wxGTK/samples/wxsocket | |
804 | cp *.xpm ~/wxgtk_dist/wxGTK/samples/wxsocket | |
301cd871 | 805 | cd ../.. |
2a29700e | 806 | |
301cd871 | 807 | echo LOCAL CORRECTCIONS |
2a29700e | 808 | |
301cd871 RR |
809 | cd distrib/gtk |
810 | cp README.txt ~/wxgtk_dist/wxGTK/utils/wxPython | |
811 | cp Setup ~/wxgtk_dist/wxGTK/utils/wxPython/src | |
2a29700e | 812 | |
c8c5323c | 813 | cd ~/wxgtk_dist |
e4628635 | 814 | tar ch wxGTK | gzip -f9 > wxGTK-2.1.0-b8b.tgz |