# @(#)Targets	1.4 06/11/05 Copyright 1995 J. Schilling

CFILES_STDIO=

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

CFILES_REST=	fconv.c format.c \
		snprintf.c \
		getopt.c opt_data.c

CFILES=		$(CFILES_STDIO) $(CFILES_REST)
