# # SAS/C 6.3 # CC = sc # # Most of these are in SCOPTIONS # CFLAGS = OPT # SRC = amiga.c ilbmraw.c weekday.c rnd.c strutil.c # all: amiga.o ilbmraw.o weekday.o rnd.o strutil.o amiga.o: amiga.c ilbmraw.o: ilbmraw.c weekday.o: weekday.c rnd.o: rnd.c strutil.o: strutil.c