head     1.4;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.4
date     91.01.24.07.08.47;  author probe;  state Exp;
branches ;
next     1.3;

1.3
date     91.01.24.07.07.25;  author probe;  state Exp;
branches ;
next     1.2;

1.2
date     90.05.04.10.47.57;  author epeisach;  state Exp;
branches ;
next     1.1;

1.1
date     90.05.04.10.47.21;  author epeisach;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@Forgot a dependency (actually, I forgot to save the buffer before checkin)
@
text
@build_program(ccimake,ccimake.o,,)
build_program(imake,imake.o,,)

SpecialObject(imake.o,imake.c ccimake,`./ccimake`)
@


1.3
log
@Now uses new macros.
@
text
@d4 1
a4 1
SpecialObject(imake.o,ccimake,`./ccimake`)
@


1.2
log
@Dummy Install line
@
text
@d1 2
a2 5
/*
 * 
 * This is used to recreate imake.  Makefile.ini is used to generate imake
 * the first time.
 */
d4 1
a4 18
DEPLIBS = 
HEADERS = imakemdep.h 
CFFILES = $(HEADERS) Imake.rules Imake.tmpl site.def *.bac *.cf
DEFINES = $(SIGNAL_DEFINES)

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

imake: imake.o
	${CC} ${CFLAGS} -o imake imake.o

create_depend(imake.c)

clean::
	rm ccimake

install::
@


1.1
log
@Initial revision
@
text
@d24 1
@
