.key Root/K,Path/K
.bra [
.ket ]

;;;; Unix (Remote) Copy Script generated by Untruss Version 3.34
;;;; Untruss Copyright  1992 Mitchell/Ware Systems. All Rights Reserved.
;;;; Created Tuesday, 23-Jun-92 at 15:53:22

;;;; Configuration: UNIX
;;;; Name: makefile
;;;; Type: Remote Copy Script

failat 20
;; Check/Create directory structure
if not exists [Root$TS:]OS
    makedir [Root$TS:]OS
endif
if not exists [Root$TS:]OS/dos
    makedir [Root$TS:]OS/dos
endif
if not exists [Root$TS:]OS/dos/flockercise
    makedir [Root$TS:]OS/dos/flockercise
endif
if not exists [Root$TS:]OS/dos/flockercise/src
    makedir [Root$TS:]OS/dos/flockercise/src
endif
if not exists [Root$TS:]OS/dos/flockercise/doc
    makedir [Root$TS:]OS/dos/flockercise/doc
endif
if not exists [Root$TS:]OS/dos/flockercise/bin
    makedir [Root$TS:]OS/dos/flockercise/bin
endif

;; Copy directories h/, m/, c/
failat 21
copy #? to [Root$TS:][Path$OS/dos/flockercise]/src CLONE
copy h/ to [Root$TS:][Path$OS/dos/flockercise]/src/h ALL CLONE
copy m/ to [Root$TS:][Path$OS/dos/flockercise]/src/m ALL CLONE
copy c/ to [Root$TS:][Path$OS/dos/flockercise]/src/c ALL CLONE
copy d/ to [Root$TS:][Path$OS/dos/flockercise]/src/d ALL CLONE
copy o/ to [Root$TS:][Path$OS/dos/flockercise]/src/o ALL CLONE
copy mo/ to [Root$TS:][Path$OS/dos/flockercise]/src/mo ALL CLONE
copy do/ to [Root$TS:][Path$OS/dos/flockercise]/src/do ALL CLONE
copy docs/ to [Root$TS:][Path$OS/dos/flockercise]/doc ALL CLONE

;; Generate .index files
AD PATS NoFF m/FLockercise.c TO [Root$TS:][Path$OS/dos/flockercise]/doc/FLockercise.index
