4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-22 23:17:28 +08:00
newlib-cygwin/libgloss/cr16/Makefile.inc
Mike Frysinger 752489c76e libgloss: merge cr16 into top-level Makefile
Avoid a recursive make to speed things up a bit.
A cr16-elf build shows installed objects & libs produce same code.

The test targets were dropped as they didn't actually work -- there
is no test.o rule in here.
2024-01-23 08:19:54 -05:00

41 lines
648 B
Makefile

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