CFILES_STDIO=	cvmod.c dat.c \
		fcons.c fdown.c \
		fgetline.c \
		fileopen.c \
		file_raise.c \
		filepos.c fileread.c fileseek.c filesize.c \
		filewrite.c flag.c flush.c \
		fpipe.c \
		niread.c

#
# Note: getfp.c must be before getav0.c
# Otherwise getfp.o would be made as dependency of avoffset
#

CFILES_REST=	astoi.c breakline.c \
		cmpbytes.c comerr.c \
		error.c \
		fconv.c fexec.c \
		fillbytes.c \
		format.c \
		getfp.c \
		getargs.c getav0.c geterrno.c \
		handlecond.c \
		match.c \
		movebytes.c \
		printf.c \
		raisecond.c \
		saveargs.c \
		snprintf.c \
		strcatl.c streql.c swabbytes.c

CFILES=		$(CFILES_STDIO) $(CFILES_REST)
