XCOMM
XCOMM 	$XConsortium: Imakefile /main/3 1995/11/06 17:08:52 rswiston $
XCOMM
XCOMM 	@(#)Imakefile	1.4 21 Jan 1994
XCOMM
XCOMM 	RESTRICTED CONFIDENTIAL INFORMATION:
XCOMM	
XCOMM	The information in this document is subject to special
XCOMM	restrictions in a confidential disclosure agreement between
XCOMM	HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
XCOMM	document outside HP, IBM, Sun, USL, SCO, or Univel without
XCOMM	Sun's specific written approval.  This document and all copies
XCOMM	and derivative works thereof must be returned or destroyed at
XCOMM	Sun's request.
XCOMM
XCOMM	Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
XCOMM
XCOMM

#ifdef SunArchitecture
.NO_PARALLEL:				# don't build subdirs in parallel
#endif

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS = \
	src

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

