Changes for 4.5.0 snapshot
[newlib-cygwin.git] / libgloss / moxie / Makefile.inc
blobacc92d2e03c269da3bfecef8a793e2367449a591
1 ## Copyright (c) 2008, 2010 Anthony Green
2 ##
3 ## The authors hereby grant permission to use, copy, modify, distribute,
4 ## and license this software and its documentation for any purpose, provided
5 ## that existing copyright notices are retained in all copies and that this
6 ## notice is included verbatim in any distributions. No written agreement,
7 ## license, or royalty fee is required for any of the authorized uses.
8 ## Modifications to this software may be copyrighted by their authors
9 ## and need not follow the licensing terms described here, provided that
10 ## the new terms are clearly indicated on the first page of each file where
11 ## they apply.
13 ## Makefile for libgloss/spro. This is the board support code for the
14 ## moxie target.
16 if !HAVE_MULTISUBDIR
17 multilibtool_DATA += \
18         %D%/moxie-elf-common.ld \
19         %D%/qemu.ld \
20         %D%/sim.ld \
21         %D%/moxiebox.ld
22 endif
24 if MOXIE_BUILD_CRT0
25 multilibtool_DATA += %D%/crt0.o
26 endif
27 libobjs_a_SOURCES += \
28         %D%/crt0.S
30 multilibtool_LIBRARIES += %D%/libsim.a
31 %C%_libsim_a_SOURCES = \
32         %D%/fstat.c \
33         %D%/getpid.c \
34         %D%/isatty.c \
35         %D%/kill.c \
36         %D%/putnum.c \
37         %D%/sbrk.c \
38         %D%/sim-close.S \
39         %D%/sim-exit.S \
40         %D%/sim-inbyte.c \
41         %D%/sim-lseek.c \
42         %D%/sim-open.S \
43         %D%/sim-read.S \
44         %D%/sim-time.c \
45         %D%/sim-unlink.S \
46         %D%/sim-write.S \
47         %D%/stat.c
49 multilibtool_LIBRARIES += %D%/libqemu.a
50 %C%_libqemu_a_SOURCES = \
51         %D%/qemu-write.c \
52         %D%/qemu-time.c \
53         %D%/sim-exit.S \
54         %D%/sbrk.c \
55         %D%/sim-close.S \
56         %D%/fstat.c \
57         %D%/getpid.c \
58         %D%/isatty.c \
59         %D%/kill.c \
60         %D%/putnum.c \
61         %D%/sim-lseek.c \
62         %D%/sim-read.S