XCOMM =====================================================================
XCOMM Imakefile - VT widget distribution August 1995
XCOMM =====================================================================

XCOMM =====================================================================
XCOMM 
XCOMM $Id: Imakefile,v 1.1.1.1 1994/12/16 01:36:48 jck Exp $
XCOMM $Revision: 1.1.1.1 $
XCOMM $Date: 1994/12/16 01:36:48 $
XCOMM 
XCOMM $Log: Imakefile,v $
# Revision 1.0
# VT widget distribution
XCOMM 
XCOMM =====================================================================

#define IHaveSubdirs

SUBDIRS = genesc widget prc bterm ftpterm vls vtclib

#if defined(HPArchitecture)
#endif /* HPArchitecture */

#if defined(linux)
#endif /* linux */

#if defined(SGIArchitecture)
#endif /* SGIArchitecture */

#if defined(SparcArchitecture)
# if (OSMajorVersion==4)
# endif
# if (OSMajorVersion==5)
# endif
#endif /* SparcArchitecture */


XCOMM ========================================================================
XCOMM Please don't change anything below this point - no need really - I hope.
XCOMM ========================================================================

all:
	@cd genesc;make
	@cd widget;make
	@cd prc;make
	@cd bterm;make
	@cd ftpterm;make
	@cd vtclib;make
	@cd vls;make

clean_all:
	@cd genesc;make clean_all
	@cd widget;make clean_all
	@cd prc;make clean_all
	@cd bterm;make clean_all
	@cd ftpterm;make clean_all
	@cd vtclib;make clean_all
	@cd vls;make clean_all
	@cd bin;rm -f *
	@cd lib;rm -f *
	@cd include;rm -f *
	@rm -f Makefile *.bak

depend:


