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


2.4
date	92.12.23.15.16.09;	author ware;	state Exp;
branches;
next	2.3;

2.3
date	92.10.30.14.52.53;	author ware;	state Exp;
branches;
next	2.2;

2.2
date	92.10.29.14.47.23;	author ware;	state Exp;
branches;
next	2.1;

2.1
date	92.08.11.00.26.10;	author pete;	state Exp;
branches;
next	2.0;

2.0
date	92.04.23.02.53.17;	author ware;	state Exp;
branches;
next	1.2;

1.2
date	92.02.05.08.38.16;	author ware;	state Exp;
branches;
next	1.1;

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


desc
@Imakefile for Xo/test
@


2.4
log
@Split into several files and added a test harness.
@
text
@#include "../Xo.tmpl"

           SRCS = add.c box.c box_simple.c initialize.c label_flag.c \
		  label_grav.c menu.c  pop_place.c scrollbar.c setarg.c test.c
           OBJS = add.o box.o box_simple.o initialize.o label_flag.o \
		  label_grav.o menu.o pop_place.o  scrollbar.o setarg.o test.o
       INCLUDES = -I.. -I../libtable
        DEPLIBS = XoDepLibs
LOCAL_LIBRARIES = XoLibs

ComplexProgramTarget(t)
@


2.3
log
@Split the "test" program into a number of functions.  The original
"test.c" is now a driver for the other tests.   See test.c for more
information on adding tests.
@
text
@d3 4
a6 4
           SRCS = box.c button_grav.c initialize.c menu.c pop_place.c \
		  scrollbar.c setarg.c test.c
           OBJS = box.o button_grav.o initialize.o menu.o pop_place.o \
		  scrollbar.o setarg.o test.o
@


2.2
log
@
Use DlSymlibrary instead of local copy.  Test the menu creation
interface.  Print when we execute a menu item.  Added a multi level
menu hierarchy to test.menu.
@
text
@d3 4
a6 2
           SRCS = test.c
           OBJS = test.o
@


2.1
log
@Added local dlsym files.
@
text
@d3 2
a4 2
           SRCS = test.c dlsym.c
           OBJS = test.o dlsym.o
d6 2
a7 2
        DEPLIBS = ../src/libXo.a ../libtable/libtable.a XawClientDepLibs
LOCAL_LIBRARIES = ../src/libXo.a ../libtable/libtable.a XawClientLibs -lm
@


2.0
log
@First public release.
@
text
@d3 2
a4 2
           SRCS = test.c
           OBJS = test.o
d7 1
a7 1
LOCAL_LIBRARIES = ../src/libXo.a ../libtable/libtable.a XawClientLibs -lm DlSym
@


1.2
log
@Added DlSym for fixing problem in R5.
@
text
@@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
LOCAL_LIBRARIES = ../src/libXo.a ../libtable/libtable.a XawClientLibs -lm
@
