- @if test ! -d ./lib; then mkdir ./lib; fi
- @if test ! -d ./src; then mkdir ./src; fi
- @if test ! -d ./src/common; then mkdir ./src/common; fi
- @if test ! -d ./src/msw; then mkdir ./src/msw; fi
- @if test ! -d ./src/gtk; then mkdir ./src/gtk; fi
- @if test ! -d ./src/motif; then mkdir ./src/motif; fi
- @if test ! -d ./src/motif/xmcombo; then mkdir ./src/motif/xmcombo; fi
- @if test ! -d ./src/generic; then mkdir ./src/generic; fi
- @if test ! -d ./src/unix; then mkdir ./src/unix; fi
- @if test ! -d ./src/html; then mkdir ./src/html; fi
- @if test ! -d ./src/png; then mkdir ./src/png; fi
- @if test ! -d ./src/jpeg; then mkdir ./src/jpeg; fi
- @if test ! -d ./src/zlib; then mkdir ./src/zlib; fi