# @(#)Targets	1.31 11/09/13 Copyright 1995 J. Schilling

CFILES_STDIO=	cvmod.c dat.c fcons.c fdown.c fdup.c \
		ffileread.c ffilewrite.c \
		fgetline.c fgetstr.c file_getraise.c file_raise.c \
		fileclose.c fileluopen.c fileopen.c filemopen.c \
		filepos.c fileread.c filereopen.c fileseek.c filesize.c \
		filestat.c filewrite.c flag.c flush.c fpipe.c \
		niread.c niwrite.c nixread.c nixwrite.c openfd.c peekc.c \
		fcons64.c fdup64.c fileluopen64.c fileopen64.c filemopen64.c \
		filepos64.c filereopen64.c fileseek64.c filesize64.c \
		filestat64.c openfd64.c

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

CFILES_REST=	astoi.c astoll.c astoull.c basename.c breakline.c \
		checkerr.c comerr.c fcomerr.c \
		chown.c \
		cmpbytes.c cmpmbytes.c cmpnullbytes.c \
		dirent.c dirname.c \
		eaccess.c error.c \
		fconv.c fexec.c fillbytes.c \
		findinpath.c \
		findbytes.c findline.c fnmatch.c format.c \
		fstream.c \
		getargs.c getav0.c geterrno.c getexecpath.c getfp.c \
		getgrent.c \
		getdtablesize.c \
		getdomainname.c gethostid.c gethostname.c getpagesize.c \
		getlogin.c \
		getnum.c getxnum.c \
		gettnum.c getxtnum.c \
		getperm.c \
		getpwent.c \
		gettimeofday.c \
		gid.c \
		handlecond.c \
		jsprintf.c jssnprintf.c jssprintf.c \
		kill.c \
		match.c matchl.c matchw.c matchwl.c movebytes.c \
		mkgmtime.c mkstemp.c \
		mem.c jmem.c fjmem.c \
		permtostr.c \
		raisecond.c rename.c \
		saveargs.c \
		searchinpath.c serrmsg.c seterrno.c setfp.c \
		sleep.c \
		snprintf.c \
		spawn.c \
		strcat.c strcatl.c strchr.c strcmp.c strcpy.c \
		strdup.c streql.c strlen.c strlcat.c strlcpy.c strncat.c strncmp.c \
		strncpy.c strndup.c strnlen.c strrchr.c strstr.c \
		swabbytes.c \
		timegm.c \
		uid.c uname.c usleep.c \
		wcscat.c wcscatl.c wcschr.c wcscmp.c wcscpy.c \
		wcsdup.c wcseql.c wcslen.c wcslcat.c wcslcpy.c wcsncat.c wcsncmp.c \
		wcsncpy.c wcsndup.c wcsnlen.c wcsrchr.c wcsstr.c \
		zerobytes.c

#
# These interfaces have been moved to libschilypr in order to make
# programs that use libschily compatible with all software.
#
# printf.c snprintf.c sprintf.c 
#
# snprintf.c however is needed for portability on systems
# that do not provide snprintf()

CFILES=		$(CFILES_STDIO) $(CFILES_REST)
