# $Id: GNUmakefile,v 1.1 1992/04/28 14:34:19 steve Exp $
#
# Makefile for the Unidata POSIX programming environment, UDPOSIX.

SUBDIRS		:= aix_3.1		\
		   convexos_9.1		\
		   domainos_10.2	\
		   domainos_10.3.2	\
		   domainos_10.3.5	\
		   hpux_8.0		\
		   irix_3.3.2		\
		   nextos_2.0		\
		   nextos_2.1		\
		   sunos_4.0.3		\
		   sunos_4.1		\
		   sunos_4.1.1		\
		   ultrix_3.5		\
		   ultrix_4.0		\
		   ultrix_4.1		\
		   ultrix_4.2		\
		   unicos_5.1.9		\
		   unicos_5.1.11	\
		   unicos_6.1.4		\
		   vms_5_3		\
		   vms_5_4
MANIFEST	:= udposix.3

THIS_DIR	:=
include GNUmakemaster

# The following follows the include of the master Makefile so that $(OS) is
# defined

all	\
lint	\
install	\
clean::	%:	$(OS)/%

LIBOBJS		:= $(addprefix $(OS)/,$(shell $(MAKE) -C $(OS) LIBOBJS.echo))
