File: Targets

package info (click to toggle)
sformat 3.4-1
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 2,056 kB
  • ctags: 3,432
  • sloc: ansic: 20,874; makefile: 98; sh: 95
file content (26 lines) | stat: -rw-r--r-- 534 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
CFILES_STDIO=	cvmod.c dat.c fcons.c fdown.c \
		fgetline.c \
		fileopen.c \
		fileread.c fileseek.c \
		filewrite.c flag.c flush.c \
		niread.c openfd.c 

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

CFILES_REST=	astoi.c \
		comerr.c cmpbytes.c \
		error.c \
		fconv.c fillbytes.c \
		format.c \
		getfp.c \
		getargs.c getav0.c geterrno.c \
		movebytes.c \
		printf.c \
		raisecond.c \
		saveargs.c \
		sprintf.c strcatl.c streql.c

CFILES=		$(CFILES_STDIO) $(CFILES_REST)