diff --git a/usr.bin/catrez/Makefile b/usr.bin/catrez/Makefile index 96a0146..751a249 100644 --- a/usr.bin/catrez/Makefile +++ b/usr.bin/catrez/Makefile @@ -1,32 +1,14 @@ # -# This makefile is intended for use with dmake(1). +# This makefile is intended for use with dmake(1) on Apple IIGS +# +# $Id: Makefile,v 1.2 1997/09/26 06:30:33 gdr Exp $ # -# It is adapted for catrez by Dave Tribby -# from Devin Reade's makefile for splatprep -# destination directories +# Program name +PROG = catrez -BINDIR = /usr/local/bin -MANDIR = /usr/man +# Delivery directory +BINDIR = /usr/bin +STACK = 768 - -DEFINES += -Dcatrez -STACK = -s768 -CFLAGS += $(DEFINES) $(STACK) -w -v -O -LDFLAGS += -v - -OBJS = catrez.o - -catrez: $(OBJS) version.r - $(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@ - catrez -v -d $@ version.r - -install: - cp catrez $(BINDIR) - cp catrez.1 $(MANDIR)/man1 - -clean: - $(RM) -f *.o *.root *.r - -clobber: clean - $(RM) -f catrez +.INCLUDE: /src/gno/prog.mk