# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/01 13:14:06 afuller Exp ]$
/*
 * $XConsortium: Imakefile,v 1.7 89/12/12 12:37:28 jim Exp $
 * 
 * This is used to recreate imake.  Makefile.ini is used to generate imake
 * the first time.
 */

DEPLIBS = 
HEADERS = imakemdep.h 
CFFILES = $(HEADERS) Imake.rules Imake.tmpl Project.tmpl site.def *.bac *.cf
DEFINES = $(SIGNAL_DEFINES)

#undef ImakeDependency
#define ImakeDependency(dummy) @@\
Makefile::  imake

SimpleProgramTarget(imake)
SimpleProgramTarget(mln)

BuildIncludes($(HEADERS),config,..)

MakeDirectories(install,$(CONFIGDIR))
InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))

depend::

clean::
	$(RM) ccimake
