glibc/sysdeps/unix/sysv/linux/Makefile
Roland McGrath 0adc881c60 Tue May 14 03:36:21 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers):
	Add sys/acct.h and sys/sysctl.h.
1996-05-15 21:43:59 +00:00

40 lines
820 B
Makefile

ifeq ($(subdir), math)
sysdep_routines += setfpucw
extra-objs += ieee-fpucw.o
headers += fpu_control.h
install-lib += libieee.a
non-lib.a += libieee.a
$(objpfx)libieee.a: $(objpfx)ieee-fpucw.o
rm -f $@
ln $< $@
endif
ifeq ($(subdir), io)
sysdep_routines += fxstat lxstat xstat
endif
ifeq ($(subdir), misc)
sysdep_routines += mount umount xmknod s_ptrace s_sysctl sysctl llseek \
setfsgid setfsuid sysinfo uselib
headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h
endif
ifeq ($(subdir), time)
sysdep_routines += adjtimex
headers += sys/timex.h
endif
ifeq ($(subdir), socket)
headers += sys/socketcall.h net/if.h
endif
ifeq ($(subdir), sunrpc)
headers += nfs/nfs.h
endif
rtld-installed-name = ld-gnu.so.1
# Don't compile the ctype glue code, since there is no old non-GNU C library.
inhibit-glue = yes