head	2.0;
access;
symbols
	Rel2_1:2.0
	Rel2_0:2.0
	Xo52:1.3
	Xo51:1.3;
locks; strict;
comment	@# @;


2.0
date	92.04.23.02.49.53;	author ware;	state Exp;
branches;
next	1.4;

1.4
date	92.03.05.05.17.25;	author ware;	state Exp;
branches;
next	1.3;

1.3
date	91.09.04.19.30.47;	author pete;	state Exp;
branches;
next	1.2;

1.2
date	91.08.26.12.09.59;	author pete;	state Exp;
branches;
next	1.1;

1.1
date	91.05.22.17.51.27;	author pete;	state Exp;
branches;
next	;


desc
@@


2.0
log
@First public release.
@
text
@/**/#########################################
/**/# $Id: Imakefile,v 1.4 1992/03/05 05:17:25 ware Exp $
/**/#########################################
BUILD	= ../build/build
BFLAGS	= -i ../X11/Xo -d ../doc
SRCS	= intrinsic.spec rectobj.spec core.spec composite.spec \
	  constraint.spec

#include "../Xo.tmpl"

update:	$(SRCS) $(BUILD)
	$(BUILD) $(BFLAGS) $(SRCS)
	touch update

all::	  update

depend::

clean::
	rm -f update
@


1.4
log
@Added RCS ID.
@
text
@d2 1
a2 1
/**/# $Id:$
@


1.3
log
@Moved Xo.tmpl so it can add rules.
@
text
@d1 3
@


1.2
log
@Renamed files.  Add "clean" target to remove update.
@
text
@d6 2
@


1.1
log
@Initial revision
@
text
@d3 2
a4 1
SRCS	= intrinsic.spec objDraw.spec simple.spec simple-comp.spec
d6 1
a6 1
update:
d8 1
d13 3
@
