#
# Makefile automatically generated by MKMK V6.55
# Mon Sep 02 01:13:46 2002
#

VOLLIST = "1:2:3:4:5:6:7:8:9:o:l:n:p"
VERSION = "3.0.9"
MANTITLEPRINTF = "%s(%s) manual page"
MANREFPRINTF = "%s.%s"
CFLAGS= DEF VOLLIST=$(VOLLIST) DEF POLYGLOTMANVERSION=$(VERSION) \
DEF MANTITLEPRINTF=$(MANTITLEPRINTF) DEF MANREFPRINTF=$(MANREFPRINTF) \
DATA=auto CODE=f OPT PARM=r NOICON
OBJS= rman.o getopt.o #macish.o

rman: $(OBJS)
	sc link $(OBJS) MATH=s

rman.o: rman.c

getopt.o: getopt.c

macish.o: macish.c

getopt.h: getopt.c
	sc $< GENPROTO NOICON
	-delete $@ >nil:
	rename getopt_protos.h $@


clean:
	-delete $(OBJS) rman.lnk

archive: clean
	lha -r u RAM:rman // rman-3.0.9
