TARGET =	I77
SUPER_PACKAGES_PATH = basesuif
HEADERS =	lio.h fio.h fmt.h fp.h f2c.h
CSRCS =		Version.c backspace.c dfe.c due.c iio.c inquire.c rewind.c \
		rsfe.c rdfmt.c sue.c uio.c wsfe.c sfe.c fmt.c lio.c lread.c \
		open.c close.c util.c endfile.c wrtfmt.c wref.c err.c \
		fmtlib.c rsne.c wsne.c
OTHERSRCS =	Makefile.ksr
OBJS =		Version.o backspace.o dfe.o due.o iio.o inquire.o rewind.o \
		rsfe.o rdfmt.o sue.o uio.o wsfe.o sfe.o fmt.o lio.o lread.o \
		open.o close.o util.o endfile.o wrtfmt.o wref.o err.o \
		fmtlib.o rsne.o wsne.o
EXTRA_CFLAGS =	-w

all:		lib
install-bin:	install-lib

include $(SUIFHOME)/Makefile.std
