Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!pilchuck!amc!ipmoea!ericr From: ericr@ipmoea.UUCP (Eric Roskos) Newsgroups: comp.os.minix Subject: Changes to compile Minix with MSC (mm.shar: 9 of 12) Message-ID: <31@ipmoea.UUCP> Date: Sat, 22-Aug-87 01:48:40 EDT Article-I.D.: ipmoea.31 Posted: Sat Aug 22 01:48:40 1987 Date-Received: Sun, 23-Aug-87 16:01:42 EDT Reply-To: ericr@ipmoea.UUCP (Eric Roskos) Organization: Redmond, WA Lines: 92 #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create the files: # mm/_link.bat # mm/linklist # mm/mm # This archive created: Sat Aug 1 14:04:05 1987 export PATH; PATH=/bin:$PATH echo shar: extracting "'_link.bat'" '(115 characters)' if test -f '_link.bat' then echo shar: will not over-write existing file "'_link.bat'" else cat << \SHAR_EOF > '_link.bat' echo Linking memory manager link/m/NOD ..\lib\head+ link.lst ..\dos2out mm >dos2out.lst >dos2out.lst SHAR_EOF if test 115 -ne "`wc -c < '_link.bat'`" then echo shar: error transmitting "'_link.bat'" '(should have been 115 characters)' fi fi # end of overwriting check echo shar: extracting "'linklist'" '(89 characters)' if test -f 'linklist' then echo shar: will not over-write existing file "'linklist'" else cat << \SHAR_EOF > 'linklist' main+forkexit+break+exec+signal+ getset+alloc+utility+table+putc mm mm ..\lib\minix libh SHAR_EOF if test 89 -ne "`wc -c < 'linklist'`" then echo shar: error transmitting "'linklist'" '(should have been 89 characters)' fi fi # end of overwriting check echo shar: extracting "'mm'" '(496 characters)' if test -f 'mm' then echo shar: will not over-write existing file "'mm'" else cat << \SHAR_EOF > 'mm' # # Makefile for MM # By E. Roskos 1987 # OBJ = alloc.obj break.obj exec.obj forkexit.obj getset.obj main.obj \ putc.obj signal.obj table.obj utility.obj .c.obj: cl -Di8088 -DGENERIC_FDISK -X -I..\include -Osal -Gs -c $*.c .asm.obj: masm $*,$*,$*; alloc.obj: alloc.c break.obj: break.c exec.obj: exec.c forkexit.obj: forkexit.c getset.obj: getset.c main.obj: main.c putc.obj: putc.c signal.obj: signal.c table.obj: table.c utility.obj: utility.c mm.out: $(OBJ) _link SHAR_EOF if test 496 -ne "`wc -c < 'mm'`" then echo shar: error transmitting "'mm'" '(should have been 496 characters)' fi fi # end of overwriting check # End of shell archive exit 0