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
/os
2/SETUP0.H
$WXSRC/include
/wx
/os
2/setup.h
41 cp $WXSRC/include
/wx
/msw
/setup0.h
$WXSRC/include
/wx
/msw
/setup.h
42 cp $WXSRC/include
/wx
/univ
/setup0.h
$WXSRC/include
/wx
/univ
/setup.h
44 # Copy readme and other files
46 cp $WXSRC/docs
/readme.txt
$WXDEST/readme
-${WXVER}.txt
47 cp $WXSRC/docs
/changes.txt
$WXDEST/changes
-${WXVER}.txt
49 cp $WXSRC/docs
/mgl
/readme.txt
$WXDEST/readme
-mgl-${WXVER}.txt
50 cp $WXSRC/docs
/mgl
/install.txt
$WXDEST/install-mgl-${WXVER}.txt
52 cp $WXSRC/docs
/x
11/readme.txt
$WXDEST/readme
-x11-${WXVER}.txt
53 # cp $WXSRC/docs/x11/readme-nanox.txt $WXDEST/readme-nanox-${WXVER}.txt
54 cp $WXSRC/docs
/x
11/install.txt
$WXDEST/install-x11-${WXVER}.txt
56 cp $WXSRC/docs
/motif
/readme.txt
$WXDEST/readme
-motif-${WXVER}.txt
57 cp $WXSRC/docs
/motif
/install.txt
$WXDEST/install-motif-${WXVER}.txt
59 cp $WXSRC/docs
/msw
/readme.txt
$WXDEST/readme
-msw-${WXVER}.txt
60 cp $WXSRC/docs
/msw
/install.txt
$WXDEST/install-msw-${WXVER}.txt
62 cp $WXSRC/docs
/gtk
/readme.txt
$WXDEST/readme
-gtk-${WXVER}.txt
63 cp $WXSRC/docs
/gtk
/install.txt
$WXDEST/install-gtk-${WXVER}.txt
65 cp $WXSRC/docs
/mac
/readme.txt
$WXDEST/readme
-mac-${WXVER}.txt
66 cp $WXSRC/docs
/mac
/install.txt
$WXDEST/install-mac-${WXVER}.txt
68 cp $WXSRC/docs
/cocoa
/readme.txt
$WXDEST/readme
-cocoa-${WXVER}.txt
69 cp $WXSRC/docs
/cocoa
/install.txt
$WXDEST/install-cocoa-${WXVER}.txt
71 cp $WXSRC/docs
/os
2/install.txt
$WXDEST/install-os2-${WXVER}.txt
83 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
84 expandlines
/tmp
/wxgtk_in.txt
/tmp
/wxgtk.txt
85 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar -T /tmp
/wxgtk.txt
87 echo Re
-tarring wxGTK
in a subdirectory...
91 $TAR xf ..
/wxGTK
-${WXVER}.
tar
92 echo Copying readme files...
93 cp $WXSRC/docs
/gtk
/readme.txt README
-GTK.txt
94 cp $WXSRC/docs
/gtk
/install.txt INSTALL
-GTK.txt
95 cp $WXSRC/docs
/readme.txt README.txt
96 cp $WXSRC/docs
/changes.txt CHANGES.txt
97 cp $WXSRC/docs
/licence.txt LICENCE.txt
98 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
100 rm -f wxGTK
-${WXVER}.
tar
101 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar wxGTK
-${WXVER}/*
102 rm -f -r wxGTK
-${WXVER}
103 gzip $WXDEST/wxGTK
-${WXVER}.
tar
108 echo Tarring wxMotif...
111 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
112 expandlines
/tmp
/wxmotif_in.txt
/tmp
/wxmotif.txt
113 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar -T /tmp
/wxmotif.txt
115 echo Re
-tarring wxMotif
in a subdirectory...
117 mkdir wxMotif
-${WXVER}
119 $TAR xf ..
/wxMotif
-${WXVER}.
tar
120 echo Copying readme files...
121 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
122 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
123 cp $WXSRC/docs
/readme.txt README.txt
124 cp $WXSRC/docs
/changes.txt CHANGES.txt
125 cp $WXSRC/docs
/licence.txt LICENCE.txt
126 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
128 rm -f wxMotif
-${WXVER}.
tar
129 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar wxMotif
-${WXVER}/*
130 rm -f -r wxMotif
-${WXVER}
131 gzip $WXDEST/wxMotif
-${WXVER}.
tar
136 echo Tarring wxX11...
138 ### wxX11: combined wxMotif and wxX11 distributions
140 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
141 expandlines
/tmp
/wxx11_in.txt
/tmp
/wxx11.txt
142 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar -T /tmp
/wxx11.txt
144 echo Re
-tarring wxX11
in a subdirectory...
148 $TAR xf ..
/wxX11
-${WXVER}.
tar
149 echo Copying readme files...
150 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
151 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
152 cp $WXSRC/docs
/x
11/readme.txt README
-X11.txt
153 cp $WXSRC/docs
/x
11/install.txt INSTALL
-X11.txt
154 cp $WXSRC/docs
/readme.txt README.txt
155 cp $WXSRC/docs
/changes.txt CHANGES.txt
156 cp $WXSRC/docs
/licence.txt LICENCE.txt
157 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
159 rm -f wxX11
-${WXVER}.
tar
160 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar wxX11
-${WXVER}/*
161 rm -f -r wxX11
-${WXVER}
162 gzip $WXDEST/wxX11
-${WXVER}.
tar
167 # 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
168 # expandlines /tmp/wxmsw_in.txt /tmp/wxmsw.txt
169 # $TAR cf $WXDEST/wxMSW-${WXVER}.tar -T /tmp/wxmsw.txt
170 # gzip $WXDEST/wxMSW-${WXVER}.tar
174 echo Tarring wxMac...
176 cp $WXSRC/include
/wx
/mac
/setup0.h
$WXSRC/include
/wx
/setup.h
178 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
179 expandlines
/tmp
/wxmac_in.txt
/tmp
/wxmac.txt
180 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar -T /tmp
/wxmac.txt
182 rm -f $WXSRC/include
/wx
/setup.h
184 echo Re
-tarring wxMac
in a subdirectory...
189 # If we have the full set of Mac CW project files,
191 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip ]; then
192 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip
194 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-CW-Mac.zip"
197 $TAR xf ..
/wxMac
-${WXVER}.
tar
198 rm -f -r contrib
/src
/mmedia contrib
/samples
/mmedia
199 echo Copying readme files...
200 cp $WXSRC/docs
/mac
/readme.txt README
-MAC.txt
201 cp $WXSRC/docs
/mac
/install.txt INSTALL
-MAC.txt
202 cp $WXSRC/docs
/readme.txt README.txt
203 cp $WXSRC/docs
/changes.txt CHANGES.txt
204 cp $WXSRC/docs
/licence.txt LICENCE.txt
205 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
207 rm -f wxMac
-${WXVER}.
tar
208 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar wxMac
-${WXVER}/*
209 rm -f -r wxMac
-${WXVER}
210 gzip $WXDEST/wxMac
-${WXVER}.
tar
213 ### wxUniv: universal-specific files
215 #cat $WXSRC/distrib/msw/univ.rsp > /tmp/wxuniv_in.txt
216 #expandlines /tmp/wxuniv_in.txt /tmp/wxuniv.txt
217 #$TAR cf $WXDEST/wxWidgets-${WXVER}-Univ.tar -T /tmp/wxuniv.txt
219 #echo Re-tarring wxUniversal in a subdirectory...
221 #mkdir wxWidgets-${WXVER}
222 #cd wxWidgets-${WXVER}
223 #$TAR xf ../wxWidgets-${WXVER}-Univ.tar
225 #rm -f wxWidgets-${WXVER}-Univ.tar
226 #$TAR cf $WXDEST/wxWidgets-${WXVER}-Univ.tar wxWidgets-${WXVER}/*
227 #rm -f -r wxWidgets-${WXVER}
228 #gzip $WXDEST/wxWidgets-${WXVER}-Univ.tar
232 echo Tarring wxAll...
234 ### wxAll: all distributions in one giant archive
236 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
/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
237 expandlines
/tmp
/wxall_in.txt
/tmp
/wxall.txt
238 $TAR cf
$WXDEST/wxAll
-${WXVER}.
tar -T /tmp
/wxall.txt
240 echo Re
-tarring wxAll
in a subdirectory...
242 mkdir wxWidgets
-${WXVER}
244 cd wxWidgets
-${WXVER}
246 # If we have the full set of VC++ project files,
248 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-VC.
zip ]; then
249 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-VC.
zip
251 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-VC.zip"
254 # If we have the full set of Mac CW project files,
256 if [ -f $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip ]; then
257 unzip -o $WXDEST/extra
/wxWidgets
-${WXVER}-CW-Mac.
zip
259 echo "Warning - did not find $WXDEST/deliver/extra/wxWidgets-${WXVER}-CW-Mac.zip"
262 $TAR xf ..
/wxAll
-${WXVER}.
tar
264 # Translate all .dsp and .dsw files to DOS format
265 unix2dos
--unix2dos `cat $WXSRC/distrib/msw/vc.rsp`
267 echo Copying readme files...
268 cp $WXSRC/docs
/readme.txt README.txt
269 cp $WXSRC/docs
/changes.txt CHANGES.txt
270 cp $WXSRC/docs
/licence.txt LICENCE.txt
271 cp $WXSRC/docs
/lgpl.txt COPYING.LIB
272 cp $WXSRC/docs
/motif
/readme.txt README
-MOTIF.txt
273 cp $WXSRC/docs
/motif
/install.txt INSTALL
-MOTIF.txt
274 cp $WXSRC/docs
/x
11/readme.txt README
-X11.txt
275 cp $WXSRC/docs
/x
11/install.txt INSTALL
-X11.txt
276 cp $WXSRC/docs
/mac
/readme.txt README
-MAC.txt
277 cp $WXSRC/docs
/mac
/install.txt INSTALL
-MAC.txt
278 cp $WXSRC/docs
/mgl
/readme.txt README
-MGL.txt
279 cp $WXSRC/docs
/mgl
/install.txt INSTALL
-MGL.txt
280 #cp $WXSRC/docs/os2/readme.txt README-OS2.txt
281 cp $WXSRC/docs
/os
2/install.txt INSTALL
-OS2.txt
284 rm -f wxAll
-${WXVER}.
tar
285 $TAR cf
$WXDEST/wxAll
-${WXVER}.
tar wxWidgets
-${WXVER}/*
286 rm -f -r wxWidgets
-${WXVER}
287 gzip -c $WXDEST/wxAll
-${WXVER}.
tar > $WXDEST/wxAll
-${WXVER}.
tar.gz
288 bzip2 $WXDEST/wxAll
-${WXVER}.
tar
293 echo Tarring wxDocs...
297 #cat $WXSRC/distrib/msw/docsrc.rsp > /tmp/docsrc_in.txt
298 #expandlines /tmp/docsrc_in.txt /tmp/docsrc.txt
299 #$TAR cf $WXDEST/wxWidgets-${WXVER}-doc.tar -T /tmp/docsrc.txt
301 #echo Re-tarring docs in a subdirectory...
303 #mkdir wxWidgets-${WXVER}
304 #cd wxWidgets-${WXVER}
305 #$TAR xf ../wxWidgets-${WXVER}-doc.tar
307 #rm -f wxWidgets-${WXVER}-doc.tar
308 #$TAR cf $WXDEST/wxWidgets-${WXVER}-doc.tar wxWidgets-${WXVER}/*
309 #rm -f -r wxWidgets-${WXVER}
310 #gzip $WXDEST/wxWidgets-${WXVER}-doc.tar
314 cat $WXSRC/distrib
/msw
/wx_html.rsp
> /tmp
/html_in.txt
315 expandlines
/tmp
/html_in.txt
/tmp
/html.txt
316 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTML.
tar -T /tmp
/html.txt
318 echo Re
-tarring HTML
in a subdirectory...
320 mkdir wxWidgets
-${WXVER}
321 cd wxWidgets
-${WXVER}
322 $TAR xf ..
/wxWidgets
-${WXVER}-HTML.
tar
324 rm -f wxWidgets
-${WXVER}-HTML.
tar
325 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTML.
tar wxWidgets
-${WXVER}/*
326 rm -f -r wxWidgets
-${WXVER}
327 gzip $WXDEST/wxWidgets
-${WXVER}-HTML.
tar
331 cat $WXSRC/distrib
/msw
/wx_htb.rsp
> /tmp
/htb_in.txt
332 expandlines
/tmp
/htb_in.txt
/tmp
/htb.txt
333 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTB.
tar -T /tmp
/htb.txt
335 echo Re
-tarring HTB
in a subdirectory...
337 mkdir wxWidgets
-${WXVER}
338 cd wxWidgets
-${WXVER}
339 $TAR xf ..
/wxWidgets
-${WXVER}-HTB.
tar
341 rm -f wxWidgets
-${WXVER}-HTB.
tar
342 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-HTB.
tar wxWidgets
-${WXVER}/*
343 rm -f -r wxWidgets
-${WXVER}
344 gzip $WXDEST/wxWidgets
-${WXVER}-HTB.
tar
348 cat $WXSRC/distrib
/msw
/wx_pdf.rsp
> /tmp
/pdf_in.txt
349 expandlines
/tmp
/pdf_in.txt
/tmp
/pdf.txt
350 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-PDF.
tar -T /tmp
/pdf.txt
352 echo Re
-tarring PDF
in a subdirectory...
354 mkdir wxWidgets
-${WXVER}
355 cd wxWidgets
-${WXVER}
356 $TAR xf ..
/wxWidgets
-${WXVER}-PDF.
tar
358 rm -f wxWidgets
-${WXVER}-PDF.
tar
359 $TAR cf
$WXDEST/wxWidgets
-${WXVER}-PDF.
tar wxWidgets
-${WXVER}/*
360 rm -f -r wxWidgets
-${WXVER}
361 gzip $WXDEST/wxWidgets
-${WXVER}-PDF.
tar
366 #cat $WXSRC/distrib/msw/tex2rtf.rsp > /tmp/tex2rtf_in.txt
367 #expandlines /tmp/tex2rtf_in.txt /tmp/tex2rtf.txt
368 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar -T /tmp/tex2rtf.txt
370 #echo Re-tarring Tex2RTF in a subdirectory...
372 #mkdir wxWidgets-${WXVER}
373 #cd wxWidgets-${WXVER}
374 #$TAR xf ../wxWidgets-${WXVER}-tex2rtf.tar
376 #rm -f wxWidgets-${WXVER}-tex2rtf.tar
377 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar wxWidgets-${WXVER}/*
378 #rm -f -r wxWidgets-${WXVER}
379 #gzip $WXDEST/wxWidgets-${WXVER}-tex2rtf.tar
383 #cat $WXSRC/distrib/msw/ogl.rsp > /tmp/ogl_in.txt
384 #expandlines /tmp/ogl_in.txt /tmp/ogl.txt
385 #$TAR cf $WXDEST/wxWidgets-${WXVER}-ogl.tar -T /tmp/ogl.txt
387 #echo Re-tarring OGL in a subdirectory...
389 #mkdir wxWidgets-${WXVER}
390 #cd wxWidgets-${WXVER}
391 #$TAR xf ../wxWidgets-${WXVER}-ogl.tar
393 #rm -f wxWidgets-${WXVER}-ogl.tar
394 #$TAR cf $WXDEST/wxWidgets-${WXVER}-ogl.tar wxWidgets-${WXVER}/*
395 #rm -f -r wxWidgets-${WXVER}
396 #gzip $WXDEST/wxWidgets-${WXVER}-ogl.tar
400 #cat $WXSRC/distrib/msw/jpeg.rsp > /tmp/jpeg_in.txt
401 #expandlines /tmp/jpeg_in.txt /tmp/jpeg.txt
402 #$TAR cf $WXDEST/wxWidgets-${WXVER}-jpeg.tar -T /tmp/jpeg.txt
404 #echo Re-tarring jpeg in a subdirectory...
406 #mkdir wxWidgets-${WXVER}
407 #cd wxWidgets-${WXVER}
408 #$TAR xf ../wxWidgets-${WXVER}-jpeg.tar
410 #rm -f wxWidgets-${WXVER}-jpeg.tar
411 #$TAR cf $WXDEST/wxWidgets-${WXVER}-jpeg.tar wxWidgets-${WXVER}/*
412 #rm -f -r wxWidgets-${WXVER}
413 #gzip $WXDEST/wxWidgets-${WXVER}-jpeg.tar
417 #cat $WXSRC/distrib/msw/tiff.rsp > /tmp/tiff_in.txt
418 #expandlines /tmp/tiff_in.txt /tmp/tiff.txt
419 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tiff.tar -T /tmp/tiff.txt
421 #echo Re-tarring docs in a subdirectory...
423 #mkdir wxWidgets-${WXVER}
424 #cd wxWidgets-${WXVER}
425 #$TAR xf ../wxWidgets-${WXVER}-tiff.tar
427 #rm -f wxWidgets-${WXVER}-tiff.tar
428 #$TAR cf $WXDEST/wxWidgets-${WXVER}-tiff.tar wxWidgets-${WXVER}/*
429 #rm -f -r wxWidgets-${WXVER}
430 #gzip $WXDEST/wxWidgets-${WXVER}-tiff.tar
435 echo Usage
: tardist wx
-dir output
-dir version
441 echo Usage
: tardist wx
-dir output
-dir version
447 echo Usage
: tardist wx
-dir output
-dir version
466 echo Usage
: $PROGNAME "src-dir dest-dir version-number [ options ]"
468 echo " --help Display this help message"
469 echo " --wxall Spin wxAll"
470 echo " --wxgtk Spin wxGTK"
471 echo " --wxmotif Spin wxMotif"
472 echo " --wxmac Spin wxMac"
473 echo " --wxx11 Spin wxX11"
474 echo " --wxdocs Spin docs"
475 echo " --all Spin EVERYTHING"
480 # Process command line options.
484 --wxall) SPINWXALL
=1 ;;
485 --wxx11) SPINWXX11
=1 ;;
486 --wxgtk) SPINWXGTK
=1 ;;
487 --wxmotif) SPINWXMOTIF
=1 ;;
488 --wxmac) SPINWXMAC
=1 ;;
489 --wxdocs) SPINWXDOCS
=1 ;;
490 --all) SPINEVERYTHING
=1 ;;
498 echo About to archive wxWidgets
:
502 echo CTRL
-C if this is not correct.
507 if [ "$SPINWXX11" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
511 if [ "$SPINWXGTK" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
515 if [ "$SPINWXMAC" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
519 if [ "$SPINWXMOTIF" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
523 if [ "$SPINWXDOCS" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
527 if [ "$SPINWXALL" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then