File: Targets

package info (click to toggle)
smake 1.2a23-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 2,820 kB
  • ctags: 2,459
  • sloc: ansic: 14,285; sh: 2,538; makefile: 113; pascal: 41
file content (32 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
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
CFILES_STDIO=	cvmod.c dat.c \
		fcons.c \
		fileopen.c \
		fileread.c fileseek.c \
		filewrite.c flag.c \
		niread.c \
		fcons64.c fileopen64.c fileseek64.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 \
		error.c \
		fconv.c \
		fillbytes.c \
		format.c \
		getfp.c \
		getargs.c getav0.c geterrno.c \
		jsprintf.c jssnprintf.c jssprintf.c \
		movebytes.c \
		printf.c \
		raisecond.c \
		rename.c \
		saveargs.c \
		seterrno.c \
		sprintf.c \
		strcatl.c streql.c 

CFILES=		$(CFILES_STDIO) $(CFILES_REST)