/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
#define IHaveSubdirs

#ifdef AMS_DELIVERY_ENV
UTILS = utils
DELIVERY = delivery
#endif /* AMS_DELIVERY_ENV */

#ifdef SNAP_ENV
MS = ms
#endif /* SNAP_ENV */

#ifndef CMU_ENV
DEMO = demo
#endif /* CMU_ENV */

SUBDIRS = flames \
	doc\
	libs \
	$(MS) \
	msclients \
	$(DEMO) \
	$(UTILS) \
	$(DELIVERY)

MkdirTarget($(DESTDIR)/include/ams $(DESTDIR)/lib/flames)


