1# gulam shell script -- should work with tcsh and many
2# other Atari shells, too
3
4# UNIX shells use '/' in file names, but at least some Atari shells need '\'
5# so we process the UNIX makefiles to make that switch
6
7# sed script not included as a here document in this script because at
8# least some Atari shells don't do that
9
10sed -f unx2atar.sed < ..\unix\Makefile.top > ..\..\Makefile
11sed -f unx2atar.sed < ..\unix\Makefile.dat > ..\..\dat\Makefile
12sed -f unx2atar.sed < ..\unix\Makefile.doc > ..\..\doc\Makefile
13sed -f unx2atar.sed < ..\unix\Makefile.src > ..\..\src\Makefile
14sed -f unx2atar.sed < ..\unix\Makefile.utl > ..\..\util\Makefile
15
16# KLUDGE to fix a Makefile problem
17echo > ..\..\include\win32api.h
18