File: Targets

package info (click to toggle)
sformat 3.5-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,588 kB
  • ctags: 5,796
  • sloc: ansic: 32,949; sh: 2,138; makefile: 187; pascal: 42
file content (35 lines) | stat: -rw-r--r-- 729 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
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 \
		fcons64.c fileopen64.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 \
		comerr.c \
		cmpbytes.c \
		error.c \
		fconv.c \
		fillbytes.c \
		format.c \
		getfp.c \
		getdomainname.c gethostid.c gethostname.c \
		getargs.c getav0.c geterrno.c \
		jsprintf.c jssnprintf.c jssprintf.c \
		match.c movebytes.c \
		printf.c \
		raisecond.c \
		saveargs.c \
		serrmsg.c \
		seterrno.c \
		sprintf.c \
		strcatl.c streql.c swabbytes.c \
		usleep.c

CFILES=		$(CFILES_STDIO) $(CFILES_REST)