Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « libnosys « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 334f694af177543eefc5d7686e78e40072725a26 (plain)
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
multilibtool_DATA += %D%/nosys.specs
multilibtool_LIBRARIES += %D%/libnosys.a
%C%_libnosys_a_SOURCES = \
	%D%/chown.c \
	%D%/close.c \
	%D%/environ.c \
	%D%/errno.c \
	%D%/execve.c \
	%D%/fork.c \
	%D%/fstat.c \
	%D%/getpid.c \
	%D%/gettod.c \
	%D%/isatty.c \
	%D%/kill.c \
	%D%/link.c \
	%D%/lseek.c \
	%D%/open.c \
	%D%/read.c \
	%D%/readlink.c \
	%D%/sbrk.c \
	%D%/stat.c \
	%D%/symlink.c \
	%D%/times.c \
	%D%/unlink.c \
	%D%/wait.c \
	%D%/write.c \
	%D%/getentropy.c \
	%D%/_exit.c