]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/Makefile
Tue Feb 13 05:12:02 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / Makefile
1 ifeq ($(subdir), math)
2 sysdep_routines += setfpucw
3 extra-objs += ieee-fpucw.o
4 install-lib += libieee.a
5
6 $(objpfx)libieee.a: $(objpfx)ieee-fpucw.o
7 rm -f $@
8 ln $< $@
9 endif
10
11 ifeq ($(subdir), io)
12 sysdep_routines += fxstat lxstat xstat
13 endif
14
15 ifeq ($(subdir), misc)
16 sysdep_routines += xmknod mount umount s_ptrace
17 headers += sys/mount.h
18 endif
19
20 ifeq ($(subdir), time)
21 sysdep_routines += adjtimex
22 headers += sys/timex.h
23 endif
24
25 ifeq ($(subdir), sysvipc)
26 sysdep_routines += ipc
27 endif
28
29 ifeq ($(subdir), socket)
30 headers += sys/socketcall.h
31 endif
32
33 ifeq ($(subdir), sunrpc)
34 headers += nfs/nfs.h
35 endif
36
37 rtld-installed-name = ld-gnu.so.1
38
39 # Don't compile the ctype glue code, since there is no old non-GNU C library.
40 inhibit-glue = yes
41