2 # tardist: make up a tar.gz distribution of wxWidgets 2
3 # Supply a source (e.g. ~/wx2) and destination (e.g. ~/wx2/deliver)
5 # We can't use e.g. this:
6 # ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWidgets-$VERSION-gen.zip
7 # because there's not enough space on the command line, plus we need to ignore the
12 if [ "$ARCH" = "ppc" ]; then
23 for line
in `cat $toexpand` ; do
24 if [ "$line" != "" ]; then
25 ls $line >> $outputfile
27 uniq < $outputfile > /tmp
/uniqtemp.txt
28 mv /tmp
/uniqtemp.txt
$outputfile
35 echo Removing backup files...
36 rm *~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
38 rm -f $WXDEST/wx
*-${WXVER}*.
tar.gz
40 cp $WXSRC/include
/wx
/msw
/setup0.h
$WXSRC/include
/wx
/msw
/setup.h
41 cp $WXSRC/include
/wx
/univ
/setup0.h
$WXSRC/include
/wx
/univ
/setup.h
43 # Copy readme and other files
45 cp $WXSRC/docs
/readme.txt
$WXDEST/readme
-${WXVER}.txt
46 cp $WXSRC/docs
/changes.txt
$WXDEST/changes
-${WXVER}.txt
48 cp $WXSRC/docs
/mgl
/readme.txt
$WXDEST/readme
-mgl-${WXVER}.txt
49 cp $WXSRC/docs
/mgl
/install.txt
$WXDEST/install-mgl-${WXVER}.txt
51 cp $WXSRC/docs
/x
11/readme.txt
$WXDEST/readme
-x11-${WXVER}.txt
52 # cp $WXSRC/docs/x11/readme-nanox.txt $WXDEST/readme-nanox-${WXVER}.txt
53 cp $WXSRC/docs
/x
11/install.txt
$WXDEST/install-x11-${WXVER}.txt
55 cp $WXSRC/docs
/motif
/readme.txt
$WXDEST/readme
-motif-${WXVER}.txt
56 cp $WXSRC/docs
/motif
/install.txt
$WXDEST/install-motif-${WXVER}.txt
58 cp $WXSRC/docs
/msw
/readme.txt
$WXDEST/readme
-msw-${WXVER}.txt
59 cp $WXSRC/docs
/msw
/install.txt
$WXDEST/install-msw-${WXVER}.txt
61 cp $WXSRC/docs
/gtk
/readme.txt
$WXDEST/readme
-gtk-${WXVER}.txt
62 cp $WXSRC/docs
/gtk
/install.txt
$WXDEST/install-gtk-${WXVER}.txt
64 cp $WXSRC/docs
/mac
/readme.txt
$WXDEST/readme
-mac-${WXVER}.txt
65 cp $WXSRC/docs
/mac
/install.txt
$WXDEST/install-mac-${WXVER}.txt
67 cp $WXSRC/docs
/cocoa
/readme.txt
$WXDEST/readme
-cocoa-${WXVER}.txt
68 cp $WXSRC/docs
/cocoa
/install.txt
$WXDEST/install-cocoa-${WXVER}.txt
70 cp $WXSRC/docs
/os
2/install.txt
$WXDEST/install-os2-${WXVER}.txt
82 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/gtk.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxgtk_in.txt
83 expandlines
/tmp
/wxgtk_in.txt
/tmp
/wxgtk.txt
84 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar -T /tmp
/wxgtk.txt
86 echo Re
-tarring wxGTK
in a subdirectory...
90 $TAR xf ..
/wxGTK
-${WXVER}.
tar
91 echo Copying readme files...
92 cp $WXSRC/docs
/gtk
/readme.txt README
-GTK.txt
93 cp $WXSRC/docs
/gtk
/install.txt INSTALL
-GTK.txt
94 cp $WXSRC/docs
/readme.txt README.txt
95 cp $WXSRC/docs
/changes.txt CHANGES.txt
96 cp $WXSRC/docs
/licence.txt LICENCE.txt
97 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
99 rm -f wxGTK
-${WXVER}.
tar
100 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar wxGTK
-${WXVER}/*
101 rm -f -r wxGTK
-${WXVER}
102 gzip $WXDEST/wxGTK
-${WXVER}.
tar
107 echo Tarring wxMotif...
110 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxmotif_in.txt
111 expandlines
/tmp
/wxmotif_in.txt
/tmp
/wxmotif.txt
112 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar -T /tmp
/wxmotif.txt
114 echo Re
-tarring wxMotif
in a subdirectory...
116 mkdir wxMotif
-${WXVER}
118 $TAR xf ..
/wxMotif
-${WXVER}.
tar
119 echo Copying readme files...
120 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
121 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
122 cp $WXSRC/docs
/readme.txt README.txt
123 cp $WXSRC/docs
/changes.txt CHANGES.txt
124 cp $WXSRC/docs
/licence.txt LICENCE.txt
125 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
127 rm -f wxMotif
-${WXVER}.
tar
128 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar wxMotif
-${WXVER}/*
129 rm -f -r wxMotif
-${WXVER}
130 gzip $WXDEST/wxMotif
-${WXVER}.
tar
135 echo Tarring wxX11...
137 ### wxX11: combined wxMotif and wxX11 distributions
139 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/univ.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxx11_in.txt
140 expandlines
/tmp
/wxx11_in.txt
/tmp
/wxx11.txt
141 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar -T /tmp
/wxx11.txt
143 echo Re
-tarring wxX11
in a subdirectory...
147 $TAR xf ..
/wxX11
-${WXVER}.
tar
148 echo Copying readme files...
149 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
150 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
151 cp $WXSRC/docs
/x
11/readme.txt README
-X11.txt
152 cp $WXSRC/docs
/x
11/install.txt INSTALL
-X11.txt
153 cp $WXSRC/docs
/readme.txt README.txt
154 cp $WXSRC/docs
/changes.txt CHANGES.txt
155 cp $WXSRC/docs
/licence.txt LICENCE.txt
156 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
158 rm -f wxX11
-${WXVER}.
tar
159 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar wxX11
-${WXVER}/*
160 rm -f -r wxX11
-${WXVER}
161 gzip $WXDEST/wxX11
-${WXVER}.
tar
166 # cat $WXSRC/distrib/msw/msw.rsp $WXSRC/distrib/msw/vc.rsp $WXSRC/distrib/msw/bc.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp > /tmp/wxmsw_in.txt
167 # expandlines /tmp/wxmsw_in.txt /tmp/wxmsw.txt
168 # $TAR cf $WXDEST/wxMSW-${WXVER}.tar -T /tmp/wxmsw.txt
169 # gzip $WXDEST/wxMSW-${WXVER}.tar
173 echo Tarring wxMac...
175 cp $WXSRC/include
/wx
/mac
/setup0.h
$WXSRC/include
/wx
/setup.h
177 cat $WXSRC/distrib
/msw
/mac.rsp
$WXSRC/distrib
/msw
/cocoa.rsp
$WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/cw_mac.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxmac_in.txt
178 expandlines
/tmp
/wxmac_in.txt
/tmp
/wxmac.txt
179 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar -T /tmp
/wxmac.txt
181 rm -f $WXSRC/include
/wx
/setup.h
183 echo Re
-tarring wxMac
in a subdirectory...
188 # If we have the full set of Mac CW project files,
190 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip ]; then
191 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip
193 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-CW-Mac.zip"
196 $TAR xf ..
/wxMac
-${WXVER}.
tar
197 rm -f -r contrib
/src
/mmedia contrib
/samples
/mmedia
198 echo Copying readme files...
199 cp $WXSRC/docs
/mac
/readme.txt README
-MAC.txt
200 cp $WXSRC/docs
/mac
/install.txt INSTALL
-MAC.txt
201 cp $WXSRC/docs
/readme.txt README.txt
202 cp $WXSRC/docs
/changes.txt CHANGES.txt
203 cp $WXSRC/docs
/licence.txt LICENCE.txt
204 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
206 rm -f wxMac
-${WXVER}.
tar
207 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar wxMac
-${WXVER}/*
208 rm -f -r wxMac
-${WXVER}
209 gzip $WXDEST/wxMac
-${WXVER}.
tar
212 ### wxUniv: universal-specific files
214 #cat $WXSRC/distrib/msw/univ.rsp > /tmp/wxuniv_in.txt
215 #expandlines /tmp/wxuniv_in.txt /tmp/wxuniv.txt
216 #$TAR cf $WXDEST/wxWidgets-${WXVER}-Univ.tar -T /tmp/wxuniv.txt
218 #echo Re-tarring wxUniversal in a subdirectory...
220 #mkdir wxWidgets-${WXVER}
221 #cd wxWidgets-${WXVER}
222 #$TAR xf ../wxWidgets-${WXVER}-Univ.tar
224 #rm -f wxWidgets-${WXVER}-Univ.tar
225 #$TAR cf $WXDEST/wxWidgets-${WXVER}-Univ.tar wxWidgets-${WXVER}/*
226 #rm -f -r wxWidgets-${WXVER}
227 #gzip $WXDEST/wxWidgets-${WXVER}-Univ.tar
231 echo Tarring wxAll...
233 ### wxAll: all distributions in one giant archive
235 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/msw.rsp
$WXSRC/distrib
/msw
/wince.rsp
$WXSRC/distrib
/msw
/vc.rsp
$WXSRC/distrib
/msw
/cw.rsp
$WXSRC/distrib
/msw
/cw_mac.rsp
$WXSRC/distrib
/msw
/gtk.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/mac.rsp
$WXSRC/distrib
/msw
/cocoa.rsp
$WXSRC/distrib
/msw
/os2.rsp
$WXSRC/distrib
/msw
/palmos.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/univ.rsp
$WXSRC/distrib
/msw
/mgl.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/utilmake.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/mmedia.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
$WXSRC/distrib
/msw
/docsrc.rsp
| uniq > /tmp
/wxall_in.txt
236 expandlines
/tmp
/wxall_in.txt
/tmp
/wxall.txt
237 $TAR cf
$WXDEST/wxWidgets
-${WXVER}.
tar -T /tmp
/wxall.txt
239 echo Re
-tarring wxAll
in a subdirectory...
241 mkdir wxWidgets
-${WXVER}
243 cd wxWidgets
-${WXVER}
245 # If we have the full set of VC++ project files,
247 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-VC.
zip ]; then
248 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-VC.
zip
250 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-VC.zip"
253 # If we have the full set of eVC++ project files,
255 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-eVC.
zip ]; then
256 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-eVC.
zip
258 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-eVC.zip"
261 # If we have the full set of DMC project files,
263 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-DMC.
zip ]; then
264 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-DMC.
zip
266 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-DMC.zip"
269 # If we have the full set of Mac CW project files,
271 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip ]; then
272 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip
274 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-CW-Mac.zip"
277 $TAR xf ..
/wxWidgets
-${WXVER}.
tar
279 # Translate all .dsp and .dsw files to DOS format
280 unix2dos
--unix2dos `cat $WXSRC/distrib/msw/vc.rsp`
282 echo Copying readme files...
283 cp $WXSRC/docs
/readme.txt README.txt
284 cp $WXSRC/docs
/changes.txt CHANGES.txt
285 cp $WXSRC/docs
/licence.txt LICENCE.txt
286 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
287 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
288 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
289 cp $WXSRC/docs
/x
11/readme.txt README
-X11.txt
290 cp $WXSRC/docs
/x
11/install.txt INSTALL
-X11.txt
291 cp $WXSRC/docs
/mac
/readme.txt README
-MAC.txt
292 cp $WXSRC/docs
/mac
/install.txt INSTALL
-MAC.txt
293 cp $WXSRC/docs
/mgl
/readme.txt README
-MGL.txt
294 cp $WXSRC/docs
/mgl
/install.txt INSTALL
-MGL.txt
295 cp $WXSRC/docs
/palmos
/readme.txt README
-PALMOS.txt
296 #cp $WXSRC/docs/os2/readme.txt README-OS2.txt
297 cp $WXSRC/docs
/os
2/install.txt INSTALL
-OS2.txt
300 rm -f wxWidgets
-${WXVER}.
tar
301 $TAR cf
$WXDEST/wxWidgets
-${WXVER}.
tar wxWidgets
-${WXVER}/*
302 rm -f -r wxWidgets
-${WXVER}
303 gzip -c $WXDEST/wxWidgets
-${WXVER}.
tar > $WXDEST/wxWidgets
-${WXVER}.
tar.gz
304 bzip2 $WXDEST/wxWidgets
-${WXVER}.
tar
309 mkdir -p $WXSRC/docs
/html
/wx
310 mkdir -p $WXSRC/docs
/html
/tex2rtf
311 mkdir -p $WXSRC/docs
/html
/fl
312 mkdir -p $WXSRC/docs
/html
/ogl
313 mkdir -p $WXSRC/docs
/htb
315 rm -f -r $WXSRC/docs
/html
/wx
/*.htm
*
316 rm -f -r $WXSRC/docs
/htb
/wx.htb
318 echo Making HTML wxWidgets manual...
319 cd $WXSRC/docs
/latex
/wx
320 cp *.gif
$WXSRC/docs
/html
/wx
321 tex2rtf manual.tex
$WXSRC/docs
/html
/wx
/wx.htm
-twice -html
323 echo Making HTB wxWidgets manual...
324 cd $WXSRC/docs
/html
/wx
325 zip -q $WXSRC/docs
/htb
/wx.htb
*.html
*.gif
*.hhp
*.hhc
*.hhk
327 echo Done making manuals.
332 # First make the docs
335 echo Tarring wxDocs...
339 #cat $WXSRC/distrib/msw/docsrc.rsp > /tmp/docsrc_in.txt
340 #expandlines /tmp/docsrc_in.txt /tmp/docsrc.txt
341 #$TAR cf $WXDEST/wxWidgets-${WXVER}-doc.tar -T /tmp/docsrc.txt
343 #echo Re-tarring docs in a subdirectory...
345 #mkdir wxWidgets-${WXVER}
346 #cd wxWidgets-${WXVER}
347 #$TAR xf ../wxWidgets-${WXVER}-doc.tar
349 #rm -f wxWidgets-${WXVER}-doc.tar
350 #$TAR cf $WXDEST/wxWidgets-${WXVER}-doc.tar wxWidgets-${WXVER}/*
351 #rm -f -r wxWidgets-${WXVER}
352 #gzip $WXDEST/wxWidgets-${WXVER}-doc.tar
356 cat $WXSRC/distrib
/msw
/wx_html.rsp
> /tmp
/html_in.txt
357 expandlines
/tmp
/html_in.txt
/tmp
/html.txt
358 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTML.
tar -T /tmp
/html.txt
360 echo Re
-tarring HTML
in a subdirectory...
362 mkdir wxWidgets
-${WXVER}
363 cd wxWidgets
-${WXVER}
364 $TAR xf ..
/wxWidgets
-${WXVER}-HTML.
tar
366 rm -f wxWidgets
-${WXVER}-HTML.
tar
367 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTML.
tar wxWidgets
-${WXVER}/*
368 rm -f -r wxWidgets
-${WXVER}
369 gzip $WXDEST/wxWidgets
-${WXVER}-HTML.
tar
373 cat $WXSRC/distrib
/msw
/wx_htb.rsp
> /tmp
/htb_in.txt
374 expandlines
/tmp
/htb_in.txt
/tmp
/htb.txt
375 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTB.
tar -T /tmp
/htb.txt
377 echo Re
-tarring HTB
in a subdirectory...
379 mkdir wxWidgets
-${WXVER}
380 cd wxWidgets
-${WXVER}
381 $TAR xf ..
/wxWidgets
-${WXVER}-HTB.
tar
383 rm -f wxWidgets
-${WXVER}-HTB.
tar
384 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTB.
tar wxWidgets
-${WXVER}/*
385 rm -f -r wxWidgets
-${WXVER}
386 gzip $WXDEST/wxWidgets
-${WXVER}-HTB.
tar
390 cat $WXSRC/distrib
/msw
/wx_pdf.rsp
> /tmp
/pdf_in.txt
391 expandlines
/tmp
/pdf_in.txt
/tmp
/pdf.txt
392 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-PDF.
tar -T /tmp
/pdf.txt
394 echo Re
-tarring PDF
in a subdirectory...
396 mkdir wxWidgets
-${WXVER}
397 cd wxWidgets
-${WXVER}
398 $TAR xf ..
/wxWidgets
-${WXVER}-PDF.
tar
400 rm -f wxWidgets
-${WXVER}-PDF.
tar
401 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-PDF.
tar wxWidgets
-${WXVER}/*
402 rm -f -r wxWidgets
-${WXVER}
403 gzip $WXDEST/wxWidgets
-${WXVER}-PDF.
tar
408 #cat $WXSRC/distrib/msw/tex2rtf.rsp > /tmp/tex2rtf_in.txt
409 #expandlines /tmp/tex2rtf_in.txt /tmp/tex2rtf.txt
410 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar -T /tmp/tex2rtf.txt
412 #echo Re-tarring Tex2RTF in a subdirectory...
414 #mkdir wxWidgets-${WXVER}
415 #cd wxWidgets-${WXVER}
416 #$TAR xf ../wxWidgets-${WXVER}-tex2rtf.tar
418 #rm -f wxWidgets-${WXVER}-tex2rtf.tar
419 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar wxWidgets-${WXVER}/*
420 #rm -f -r wxWidgets-${WXVER}
421 #gzip $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar
425 #cat $WXSRC/distrib/msw/ogl.rsp > /tmp/ogl_in.txt
426 #expandlines /tmp/ogl_in.txt /tmp/ogl.txt
427 #$TAR cf $WXDEST/wxWidgets-${WXVER}-ogl.tar -T /tmp/ogl.txt
429 #echo Re-tarring OGL in a subdirectory...
431 #mkdir wxWidgets-${WXVER}
432 #cd wxWidgets-${WXVER}
433 #$TAR xf ../wxWidgets-${WXVER}-ogl.tar
435 #rm -f wxWidgets-${WXVER}-ogl.tar
436 #$TAR cf $WXDEST/wxWidgets-${WXVER}-ogl.tar wxWidgets-${WXVER}/*
437 #rm -f -r wxWidgets-${WXVER}
438 #gzip $WXDEST/wxWidgets-${WXVER}-ogl.tar
442 #cat $WXSRC/distrib/msw/jpeg.rsp > /tmp/jpeg_in.txt
443 #expandlines /tmp/jpeg_in.txt /tmp/jpeg.txt
444 #$TAR cf $WXDEST/wxWidgets-${WXVER}-jpeg.tar -T /tmp/jpeg.txt
446 #echo Re-tarring jpeg in a subdirectory...
448 #mkdir wxWidgets-${WXVER}
449 #cd wxWidgets-${WXVER}
450 #$TAR xf ../wxWidgets-${WXVER}-jpeg.tar
452 #rm -f wxWidgets-${WXVER}-jpeg.tar
453 #$TAR cf $WXDEST/wxWidgets-${WXVER}-jpeg.tar wxWidgets-${WXVER}/*
454 #rm -f -r wxWidgets-${WXVER}
455 #gzip $WXDEST/wxWidgets-${WXVER}-jpeg.tar
459 #cat $WXSRC/distrib/msw/tiff.rsp > /tmp/tiff_in.txt
460 #expandlines /tmp/tiff_in.txt /tmp/tiff.txt
461 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tiff.tar -T /tmp/tiff.txt
463 #echo Re-tarring docs in a subdirectory...
465 #mkdir wxWidgets-${WXVER}
466 #cd wxWidgets-${WXVER}
467 #$TAR xf ../wxWidgets-${WXVER}-tiff.tar
469 #rm -f wxWidgets-${WXVER}-tiff.tar
470 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tiff.tar wxWidgets-${WXVER}/*
471 #rm -f -r wxWidgets-${WXVER}
472 #gzip $WXDEST/wxWidgets-${WXVER}-tiff.tar
477 echo Usage
: tardist wx
-dir output
-dir version
483 echo Usage
: tardist wx
-dir output
-dir version
489 echo Usage
: tardist wx
-dir output
-dir version
508 echo Usage
: $PROGNAME "src-dir dest-dir version-number [ options ]"
510 echo " --help Display this help message"
511 echo " --wxall Spin wxAll"
512 echo " --wxgtk Spin wxGTK"
513 echo " --wxmotif Spin wxMotif"
514 echo " --wxmac Spin wxMac"
515 echo " --wxx11 Spin wxX11"
516 echo " --wxdocs Spin docs"
517 echo " --all Spin EVERYTHING"
522 # Process command line options.
526 --wxall) SPINWXALL
=1 ;;
527 --wxx11) SPINWXX11
=1 ;;
528 --wxgtk) SPINWXGTK
=1 ;;
529 --wxmotif) SPINWXMOTIF
=1 ;;
530 --wxmac) SPINWXMAC
=1 ;;
531 --wxdocs) SPINWXDOCS
=1 ;;
532 --all) SPINEVERYTHING
=1 ;;
540 echo About to archive wxWidgets
:
544 echo CTRL
-C if this is not correct.
549 if [ "$SPINWXX11" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
553 if [ "$SPINWXGTK" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
557 if [ "$SPINWXMAC" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
561 if [ "$SPINWXMOTIF" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
565 if [ "$SPINWXDOCS" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
569 if [ "$SPINWXALL" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then