/*
 *  Imakefile for Athena Dashboard
 *  Copyright (c) 1991, Massachusetts Institute of Technology
 *		
 *   $Source: /afs/dev.mit.edu/project/release/source/src/athena/bin/dash/RCS/Imakefile,v $
 *   $Author: cfields $ 
 *
 * Copyright 1990, 1991 by the Massachusetts Institute of Technology. 
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>. 
 *
 */

#include "Xj.defs"

#include "mit-copyright.h"

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = lib console dash xcluster

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

world: World

World::
	@echo ""
	@echo "Building Xj, Console, Dash, and XCluster."
	@echo ""
	$(MAKE) Makefile
	$(MAKE) Makefiles
	$(MAKE) clean
	$(MAKE) includes
	$(MAKE) depend
	$(MAKE) $(WORLDOPTS)
	@echo "Full build of Xj, Console, Dash, and XCluster complete."
