Cygwin: lockf: Fix adding a new lock over multiple locks
[newlib-cygwin.git] / libgloss / rx / Makefile.inc
blob3ca121fd755f5ebefb228cc9831a8236ba27a0da
1 ## Copyright (c) 2008, 2009 Red Hat Inc
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%/rx.ld \
15         %D%/rx-sim.ld
17 multilibtool_DATA += \
18         %D%/gcrt0.o \
19         %D%/crt0.o \
20         %D%/crtn.o
21 libobjs_a_SOURCES += \
22         %D%/gcrt0.S \
23         %D%/crt0.S \
24         %D%/crtn.S
26 multilibtool_LIBRARIES += %D%/libsim.a
27 %C%_libsim_a_SOURCES = \
28         %D%/sbrk.c \
29         %D%/heaptop.S \
30         %D%/exit.S \
31         %D%/open.S \
32         %D%/close.S \
33         %D%/read.S \
34         %D%/write.S \
35         %D%/lseek.S \
36         %D%/unlink.S \
37         %D%/getpid.S \
38         %D%/kill.S \
39         %D%/fstat.S \
40         %D%/argvlen.S \
41         %D%/argv.S \
42         %D%/chdir.S \
43         %D%/stat.S \
44         %D%/chmod.S \
45         %D%/utime.S \
46         %D%/time.S \
47         %D%/gettimeofday.S \
48         %D%/times.S \
49         %D%/link.S \
50         %D%/isatty.S \
51         %D%/abort.S \
52         %D%/mcount.c \
53         %D%/sigprocmask.S \
54         %D%/sleep.S