# DMakeFile for Powerpacker Patcher
# 19 AUG 1991

CFLAGS	= -so -3 +L +c +d

SRCS	= *.c
OBJS	= *.o

# Delete next line (and fix the "ln" line) if you don't want PP to detach.
# You may want to use the ARP compatible version of it found on one of
# Fred Fish's library disks.

STARTUP = detach.oll

PP		: $(OBJS)
		  ln $(STARTUP) %(OBJS) -lc -o PP

$(OBJS)		: $(SRCS)
		  cc $(CFLAGS) %(right) -o %(left)
