OFILES  = main.o parse.o pr.o include.o

all: makedepend

makedepend: $(OFILES)
	slink LIB:c.o $(OFILES) to makedepend LIB LIB:sc.lib LIB:amiga.lib \
        SC SD ND NOICONS

depend:
	makedepend *.c

# DO NOT DELETE THIS LINE -- make depend depends on it.

include.o: def.h
main.o: def.h
parse.o: def.h
pr.o: def.h
