File: Targets

package info (click to toggle)
sfind 1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,404 kB
  • ctags: 2,727
  • sloc: ansic: 16,006; sh: 3,297; makefile: 106
file content (37 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# @(#)Targets	1.3 06/09/07 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_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 breakline.c \
		comerr.c cmpbytes.c cmpnullbytes.c \
		error.c \
		fconv.c fexec.c fillbytes.c \
		findbytes.c findline.c fnmatch.c format.c \
		getargs.c getav0.c geterrno.c getfp.c \
		getdomainname.c gethostid.c gethostname.c getpagesize.c \
		handlecond.c \
		jsprintf.c jssnprintf.c jssprintf.c \
		match.c matchl.c movebytes.c \
		printf.c \
		raisecond.c rename.c \
		saveargs.c serrmsg.c seterrno.c setfp.c \
		snprintf.c spawn.c \
		sprintf.c strcatl.c strdup.c streql.c strlcpy.c strncpy.c \
		swabbytes.c \
		usleep.c

CFILES=		$(CFILES_STDIO) $(CFILES_REST)