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


2.1
date	92.12.23.15.39.12;	author ware;	state Exp;
branches;
next	2.0;

2.0
date	92.04.23.02.46.30;	author ware;	state Exp;
branches;
next	1.3;

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

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

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


desc
@Part of the Xo widget set.
@


2.1
log
@Added macros to support using lex and yacc to Xo.tmpl.  Integrated new
scheme with XoUnitStd.h and Xo.tmpl.  Updated README.  Added Xpm3.2a
to the distribution.
@
text
@#define IHaveSubdirs
#include "Xo.tmpl"

# libtable must be built before "build" and "build" before "src"
#if BuildXpm
#	define XpmSubdir libxpm
#else
#	define XpmSubdir
#endif

#if BuildDlSym
#	define DlSymSubdir libdlsym
#else
#	define DlSymSubdir
#endif
SUBDIRS	= libtable build spec XpmSubdir src DlSymSubdir \
		   test examples/xfontsel X11/Xo doc

NamedTargetSubdirs(all,$(SUBDIRS),"making",,all)
DependSubdirs($(SUBDIRS))
@


2.0
log
@First public release.
@
text
@d2 2
d5 5
a9 1
SUBDIRS	= libtable build spec src test examples/xfontsel X11/Xo doc
d11 7
a17 1
#include "Xo.tmpl"
@


1.3
log
@Many Changes
@
text
@@


1.2
log
@Include Xo.tmpl
@
text
@d2 1
a2 1
# libtable must be built before build and build before src
d8 1
a8 2
/*DependSubdirs($(SUBDIRS))*/

@


1.1
log
@Initial revision
@
text
@a0 2
#include "Xo.tmpl"

d4 2
@
