Category : C Source Code
Archive   : MG2A-DOS.ZIP
Filename : MAKEFILE.MS4

 
Output of file : MAKEFILE.MS4 contained in archive : MG2A-DOS.ZIP
# Microsoft C 5.1 Makefile for MG 2A.
CDEFS = /DMSC
DEBUG =
CFLAGS = /AL /Ot /Gs $(CDEFS) $(DEBUG)
CC = cl

# standard headers
DEF = def.h sysdef.h ttydef.h chrdef.h

# implicit compilation rule
.c.obj:
$(CC) /c $(CFLAGS) $*.c


# object file list
OBJ = alloca.obj basic.obj buffer.obj cinfo.obj dir.obj dired.obj display.obj \
echo.obj extend.obj file.obj fileio.obj help.obj kbd.obj keymap.obj \
line.obj macro.obj main.obj match.obj modes.obj paragrap.obj \
random.obj regex.obj region.obj re_searc.obj search.obj spawn.obj \
tty.obj ttyio.obj ttykbd.obj version.obj window.obj word.obj


# header dependencies

basic.obj: basic.c $(DEF)

buffer.obj: buffer.c $(DEF) kbd.h

dir.obj: dir.c $(DEF)

dired.obj: dired.c $(DEF)

display.obj: display.c $(DEF) kbd.h

echo.obj: echo.c $(DEF) key.h varargs.h macro.h

extend.obj: extend.c $(DEF) kbd.h macro.h key.h

file.obj: file.c $(DEF)

help.obj: help.c $(DEF) kbd.h key.h macro.h

kbd.obj: kbd.c $(DEF) kbd.h key.h macro.h

keymap.obj: keymap.c $(DEF) kbd.h

line.obj: line.c $(DEF)

macro.obj: macro.c $(DEF) key.h macro.h

main.obj: main.c $(DEF) macro.h

match.obj: match.c $(DEF) key.h

modes.obj: modes.c $(DEF) kbd.h

paragrap.obj: paragrap.c $(DEF)

random.obj: random.c $(DEF)

regex.obj: regex.c $(DEF) regex.h

region.obj: region.c $(DEF)

re_searc.obj: re_searc.c $(DEF) macro.h regex.h

search.obj: search.c $(DEF) macro.h

version.obj: version.c $(DEF)

window.obj: window.c $(DEF)

word.obj: word.c $(DEF)

alloca.obj: alloca.c

cinfo.obj: $(DEF) cinfo.c

fileio.obj: $(DEF) kbd.h fileio.c

spawn.obj: $(DEF) spawn.c

tty.obj: $(DEF) tty.c

ttyio.obj: $(DEF) ttyio.c

ttykbd.obj: $(DEF) ttykbd.c

# add /Fm to the CC line to get a load map
mg.exe: $(OBJ)
link /exepack @linkfile, mg.exe;


  3 Responses to “Category : C Source Code
Archive   : MG2A-DOS.ZIP
Filename : MAKEFILE.MS4

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/