Changes for 4.5.0 snapshot
[newlib-cygwin.git] / libgloss / mn10300 / Makefile.inc
blobcc91b8bf1c6bca3f7d1696560f5c41364ba8fc6d
1 ## Copyright (c) 1998, 2000 Cygnus Support
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 multilibtool_DATA += \
14         %D%/eval.ld \
15         %D%/sim.ld
16 if MN10300_BUILD_LIBCYGMON
17 multilibtool_DATA += \
18         %D%/asb2303.ld \
19         %D%/asb2305.ld
20 endif
22 multilibtool_DATA += \
23         %D%/crt0.o \
24         %D%/crt0_cygmon.o \
25         %D%/crt0_redboot.o
26 libobjs_a_SOURCES += \
27         %D%/crt0.S \
28         %D%/crt0_cygmon.S \
29         %D%/crt0_redboot.S
31 # Generic object files common to all targets.
32 %C%_common_lib_sources = \
33         %D%/_exit.c \
34         %D%/access.c \
35         %D%/chmod.c \
36         %D%/close.c \
37         %D%/crt1.c \
38         %D%/fstat.c \
39         %D%/getpid.c \
40         %D%/isatty.c \
41         %D%/kill.c \
42         %D%/lseek.c \
43         %D%/open.c \
44         %D%/read.c \
45         %D%/sbrk.c \
46         %D%/stat.c \
47         %D%/time.c \
48         %D%/times.c \
49         %D%/unlink.c \
50         %D%/utime.c \
51         %D%/write.c
53 multilibtool_LIBRARIES += %D%/libeval.a
54 %C%_libeval_a_SOURCES = \
55         $(%C%_common_lib_sources) \
56         %D%/trap.S
58 if MN10300_BUILD_LIBCYGMON
59 multilibtool_LIBRARIES += %D%/libcygmon.a
60 %C%_libcygmon_a_SOURCES = \
61         $(%C%_common_lib_sources) \
62         %D%/cygmon.c
63 endif
65 check_PROGRAMS += %D%/test
66 %C%_test_LDFLAGS = $(AM_LDFLAGS) -Wl,-T$(srcdir)/%D%/eval.ld