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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/cr16/Makefile.inc')
-rw-r--r--libgloss/cr16/Makefile.inc40
1 files changed, 40 insertions, 0 deletions
diff --git a/libgloss/cr16/Makefile.inc b/libgloss/cr16/Makefile.inc
new file mode 100644
index 000000000..d92302758
--- /dev/null
+++ b/libgloss/cr16/Makefile.inc
@@ -0,0 +1,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