XCOMM
XCOMM Copyright (C) 1994, 1995, 1996 Stephane Carrez
XCOMM
XCOMM This file is part of Xcra.
XCOMM
XCOMM Xcra is free software; you can redistribute it and/or modify
XCOMM it under the terms of the GNU General Public License as published by
XCOMM the Free Software Foundation; either version 2 of the License, or
XCOMM (at your option) any later version.
XCOMM
XCOMM Xcra is distributed in the hope that it will be useful,
XCOMM but WITHOUT ANY WARRANTY; without even the implied warranty of
XCOMM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
XCOMM GNU General Public License for more details.
XCOMM
XCOMM You should have received a copy of the GNU General Public License
XCOMM along with this program; if not, write to the Free Software
XCOMM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
XCOMM
XCOMM $Id: Imakefile,v 1.11 96/02/23 11:26:08 ciceron Exp $
#define IHaveSubdirs
#define PassCDebugFlags

#include "config.mk"

        RELEASE = XCraRelease
       SUBDIRS  = lib libX xnotes xtask progs icons
     CCOPTIONS	= SpecificOptions X11Version
    CDEBUGFLAGS	= DebugOptions WarnOptions OptimizeOptions

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

      WORLDOPTS = -k

World::
	@echo ""
	@echo Building Xcra $(RELEASE)
	@echo ""
	@date
	@echo ""
	$(MAKE) $(MFLAGS) Makefiles
	$(MAKE) $(MFLAGS) depend
	$(MAKE) $(MFLAGS) $(WORLDOPTS)
	@echo ""
	@date
	@echo ""
	@echo Full build of Xcra $(RELEASE) complete.
	@echo ""

XCOMM Cleanup files generated by configure
dist-clean:	clean
	$(RM) -f config.mk config.h stamp-h config.log

hard-clean:	dist-clean
	$(RM) -f config.cache config.status

