repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: dirent.h: fix a comment
[newlib-cygwin.git]
/
libgloss
/
cr16
/
Makefile.inc
blob
d92302758f81a5b7a15d933fb5a1be92702d9749
1
multilibtool_DATA += \
2
%D%/crti.o \
3
%D%/crtn.o \
4
%D%/crt1.o
5
libobjs_a_SOURCES += \
6
%D%/crti.S \
7
%D%/crtn.S \
8
%D%/crt1.S
9
10
multilibtool_LIBRARIES += %D%/libh.a
11
%C%_libh_a_SOURCES = \
12
%D%/intable.c \
13
%D%/dvz_hndl.c \
14
%D%/flg_hndl.c \
15
%D%/iad_hndl.c \
16
%D%/svc_hndl.c \
17
%D%/und_hndl.c
18
19
multilibtool_DATA += \
20
%D%/sim.ld
21
22
multilibtool_LIBRARIES += %D%/libsim.a
23
%C%_libsim_a_SOURCES = \
24
%D%/_exit.c \
25
%D%/close.c \
26
%D%/_getenv.c \
27
%D%/lseek.c \
28
%D%/open.c \
29
%D%/read.c \
30
%D%/_rename.c \
31
%D%/sbrk.c \
32
%D%/time.c \
33
%D%/unlink.c \
34
%D%/write.c \
35
%D%/stat.c \
36
%D%/putnum.c \
37
%D%/kill.c \
38
%D%/getpid.c \
39
%D%/isatty.c \
40
%D%/fstat.c