Cygwin: pinfo: raise MAX_PID to 4194304
[newlib-cygwin.git] / libgloss / v850 / Makefile.inc
bloba491922f770a342562ae0a33f9ee1a4dd7c1cf6a
1 ## Copyright (c) 2002 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 += %D%/crt0.o
14 libobjs_a_SOURCES += %D%/crt0.S
16 multilibtool_LIBRARIES += %D%/libsim.a
17 %C%_libsim_a_SOURCES = \
18         %D%/_exit.c \
19         %D%/access.c \
20         %D%/chmod.c \
21         %D%/chown.c \
22         %D%/close.c \
23         %D%/creat.c \
24         %D%/crt1.c \
25         %D%/execv.c \
26         %D%/execve.c \
27         %D%/fork.c \
28         %D%/fstat.c \
29         %D%/getpid.c \
30         %D%/gettime.c \
31         %D%/isatty.c \
32         %D%/kill.c \
33         %D%/link.c \
34         %D%/lseek.c \
35         %D%/open.c \
36         %D%/pipe.c \
37         %D%/read.c \
38         %D%/sbrk.c \
39         %D%/stat.c \
40         %D%/time.c \
41         %D%/times.c \
42         %D%/trap.S \
43         %D%/unlink.c \
44         %D%/utime.c \
45         %D%/wait.c \
46         %D%/write.c