# Copyright (C) 1999 SuSE GmbH Nrnberg, Germany

#
#	Makefile for name service switch.
#
subdir	:= noversion

include ../Makeconfig

extra-libs		:= libNoVersion
# These libraries will be built in the `others' pass rather than
# the `lib' pass, because they depend on libc.so being built already.
extra-libs-others	= $(extra-libs)

# The sources are found in the appropriate subdir.

libNoVersion-routines	:= noversion_stat noversion_setjmp noversion_setfpucw

include ../Rules

$(objpfx)check-abi-libNoVersion.out:
	touch $@
