#	$Id: Makefile,v 1.7 2001/05/28 23:47:08 hch Exp $

O_TARGET	:= abi.o

res-$(CONFIG_ABI_SVR4)		+= svr4/abi-svr4.o
res-$(CONFIG_ABI_SCO)		+= sco/abi-sco.o
res-$(CONFIG_ABI_WYSE)		+= wyse/abi-wyse.o socket/abi-socket.o
res-$(CONFIG_ABI_UW7)		+= uw7/abi-uw7.o
res-$(CONFIG_ABI_SOLARIS)	+= solaris/abi-solaris.o socket/abi-socket.o
res-$(CONFIG_ABI_SCO)	+= cxenix/abi-cxenix.o
res-$(CONFIG_ABI_IBCS)		+= ibcs/abi-ibcs.o

subdir-$(CONFIG_ABI_SVR4)	+= svr4
subdir-$(CONFIG_ABI_SCO)	+= sco
subdir-$(CONFIG_ABI_WYSE)	+= wyse socket
subdir-$(CONFIG_ABI_UW7)	+= uw7
subdir-$(CONFIG_ABI_SOLARIS)	+= solaris socket
subdir-$(CONFIG_ABI_SCO)	+= cxenix
subdir-$(CONFIG_ABI_IBCS)	+= ibcs


obj-y	+= $(res-y)

include $(TOPDIR)/Rules.make
