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

Makefile.inc « cr16 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d92302758f81a5b7a15d933fb5a1be92702d9749 (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
29
30
31
32
33
34
35
36
37
38
39
40
multilibtool_DATA += \
	%D%/crti.o \
	%D%/crtn.o \
	%D%/crt1.o
libobjs_a_SOURCES += \
	%D%/crti.S \
	%D%/crtn.S \
	%D%/crt1.S

multilibtool_LIBRARIES += %D%/libh.a
%C%_libh_a_SOURCES = \
	%D%/intable.c \
	%D%/dvz_hndl.c \
	%D%/flg_hndl.c \
	%D%/iad_hndl.c \
	%D%/svc_hndl.c \
	%D%/und_hndl.c

multilibtool_DATA += \
	%D%/sim.ld

multilibtool_LIBRARIES += %D%/libsim.a
%C%_libsim_a_SOURCES = \
	%D%/_exit.c \
	%D%/close.c \
	%D%/_getenv.c \
	%D%/lseek.c \
	%D%/open.c \
	%D%/read.c \
	%D%/_rename.c \
	%D%/sbrk.c \
	%D%/time.c \
	%D%/unlink.c \
	%D%/write.c \
	%D%/stat.c \
	%D%/putnum.c \
	%D%/kill.c \
	%D%/getpid.c \
	%D%/isatty.c \
	%D%/fstat.c