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: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
machine
/
powerpc
/
Makefile.inc
blob
55c7ebdc60da22713cd853514bc4be46e7433bc4
1
libc_a_CPPFLAGS_%C% = -I$(srcdir)/libc/stdio -I$(srcdir)/libc/stdlib
2
3
libc_a_SOURCES += %D%/setjmp.S
4
5
if HAVE_POWERPC_ALTIVEC
6
libc_a_SOURCES += \
7
%D%/vfprintf.c \
8
%D%/vfscanf.c \
9
%D%/vec_malloc.c \
10
%D%/vec_calloc.c \
11
%D%/vec_free.c \
12
%D%/vec_realloc.c \
13
%D%/vec_mallocr.c \
14
%D%/vec_callocr.c \
15
%D%/vec_reallocr.c
16
endif
17
if HAVE_POWERPC_SPE
18
libc_a_SOURCES += \
19
%D%/atosfix16.c \
20
%D%/atosfix32.c \
21
%D%/atosfix64.c \
22
%D%/atoufix16.c \
23
%D%/atoufix32.c \
24
%D%/atoufix64.c \
25
%D%/simdldtoa.c \
26
%D%/strtosfix16.c \
27
%D%/strtosfix32.c \
28
%D%/strtosfix64.c \
29
%D%/strtoufix16.c \
30
%D%/strtoufix32.c \
31
%D%/strtoufix64.c \
32
%D%/ufix64toa.c \
33
%D%/vfprintf.c \
34
%D%/vfscanf.c
35
endif