From 7aaa86cd8d212ad531cf50ce2ebc55a1ce713903 Mon Sep 17 00:00:00 2001 From: jwalz Date: Sat, 5 Jan 2002 21:05:55 +0000 Subject: [PATCH] *** empty log message *** --- sys/atari/setup.g | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys/atari/setup.g diff --git a/sys/atari/setup.g b/sys/atari/setup.g new file mode 100644 index 000000000..bcdff674e --- /dev/null +++ b/sys/atari/setup.g @@ -0,0 +1,17 @@ +# gulam shell script -- should work with tcsh and many +# other Atari shells, too + +# UNIX shells use '/' in file names, but at least some Atari shells need '\' +# so we process the UNIX makefiles to make that switch + +# sed script not included as a here document in this script because at +# least some Atari shells don't do that + +sed -f unx2atar.sed < ..\unix\Makefile.top > ..\..\Makefile +sed -f unx2atar.sed < ..\unix\Makefile.dat > ..\..\dat\Makefile +sed -f unx2atar.sed < ..\unix\Makefile.doc > ..\..\doc\Makefile +sed -f unx2atar.sed < ..\unix\Makefile.src > ..\..\src\Makefile +sed -f unx2atar.sed < ..\unix\Makefile.utl > ..\..\util\Makefile + +# KLUDGE to fix a Makefile problem +echo > ..\..\include\win32api.h