Category : C Source Code
Archive   : SIOD30.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : SIOD30.ZIP
# If cc doesn't work here, try changing cc to gcc (GNU C)
# Note: you can use CC=gcc and CFLAGS= -O -Wall, or CC=g++
# You must modify the makefile with CFLAGS = -DINIT_EXTRA=init_xxx_xxx
# in order to build with optional features.
CC=cc
CFLAGS= -O

siod: siod.o slib.o sliba.o trace.o
$(CC) -o siod siod.o slib.o sliba.o trace.o
siod.o: siod.c siod.h
$(CC) $(CFLAGS) -c siod.c
slib.o: slib.c siod.h siodp.h
$(CC) $(CFLAGS) -c slib.c
sliba.o: sliba.c siod.h siodp.h
$(CC) $(CFLAGS) -c sliba.c
trace.o: trace.c siod.h siodp.h
$(CC) $(CFLAGS) -c trace.c


  3 Responses to “Category : C Source Code
Archive   : SIOD30.ZIP
Filename : MAKEFILE

  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/