                                                11/30/92 MRI Nishioka
                                                12/22/92 SRA Nagata
                                                 1/20/93 SRA Nagata

This is README.

1. Identification

$B!!$3$N(B directory $B$O!"(BQuixote $B$N(B Interface $B$rMxMQ$9$k(B program $B$,!"(B
Quixote data $B$rA`:n$9$k$?$a$N(B C $B$N(B library $B4X?t72$H!"$=$N$?$a$N(B header
file $B$r<}$a$F$$$^$9!#(B

2. Contents

   This directory originally contains following kinds of files.

Makefile		symbolic link to Makefile of proper architecture
Makefile.*		Makefile for each architecture
README			this file
body.h			structure & type definifions
common.c		common subroutines
common.h		header for common.c
dotsrc*.c		source file/*
ex*.h			function declarations
hash.c			hash table utilities
hash.h			header for hash.h
idm*.h			identification macros
mdebug.h		for debug
release			symbolic link to release directory of proper
			architecture
release.*		release directory for each architecture
rm*.h			member read macros
test*.c			test program source
test*.h			header file for test_*.c
wm*.h			member write macros

3. How to install

$B!!(BMakefile $B$O!"(Barchitecture $B$K$7$?$,$C$F!";0<oN`MQ0U$5$l$F$$$^$9!#(B

        Makefile.sun          $B!D(B for Sun OS 4.1
        Makefile.dynix        $B!D(B for Sequent DYNIX
        Makefile.psiux        $B!D(B Mitsubishi ME

$B!!$I$l$+0l$D$r!"(B% ln -s Makefile Makefile.architecture $B$7$F;H$C$F2<$5(B
$B$$!#(B
$B!!(B% make install $B$G(B install $B$,=*N;$7!"(Brelease subdirectory $B$K(B

        dotsrc.h              $B!D(B header file
        qxtsrc.a              $B!D(B runtime library

$B$,:n@.$5$l$^$9!#(B
$B!!(B% make test_func $B$G(B

        test_f                $B!D(B test program

$B$,(B make $B$5$l$^$9!#(B

4. How to use

$B!!(Bheader file $B$r(B include $B$7$F!"(Blibrary $B$r(B link $B$7$F2<$5$$!#(B

5. How to test

$B!!(Btest_f $B$N;H$$J}$O!"(Btest_f.c $BCf$N(B print_usage() $B4X?t$rFI$s$G2<$5$$!#(B

6. Documents

$B!!$"$j$^$;$s!#(B
$B!!(Bdotsrc.h $B$rFI$s$G2<$5$$!#(B
