OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / atari / setup.g
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
10 sed -f unx2atar.sed < ..\unix\Makefile.top > ..\..\Makefile
11 sed -f unx2atar.sed < ..\unix\Makefile.dat > ..\..\dat\Makefile
12 sed -f unx2atar.sed < ..\unix\Makefile.doc > ..\..\doc\Makefile
13 sed -f unx2atar.sed < ..\unix\Makefile.src > ..\..\src\Makefile
14 sed -f unx2atar.sed < ..\unix\Makefile.utl > ..\..\util\Makefile
15
16 # KLUDGE to fix a Makefile problem
17 echo > ..\..\include\win32api.h