mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
0e1c0a02cf
Avoid a recursive make to speed things up a bit.
13 lines
194 B
Makefile
13 lines
194 B
Makefile
multilibtool_LIBRARIES += %D%/libsim.a
|
|
%C%_libsim_a_SOURCES = \
|
|
isatty.c \
|
|
print.c \
|
|
putnum.c \
|
|
sbrk.c \
|
|
%D%/inbyte.c \
|
|
%D%/outbyte.c \
|
|
%D%/syscalls.c
|
|
|
|
multilibtool_DATA += \
|
|
%D%/crt0.o
|