If you receive this software in a zipfile, then you must extract the above
files using the "unzip" command.  There are numerous versions of Zip/Unzip
utilities. If you have one installed already, refer to its documentation in
order to unzip these files. In the case that there is no Zip utility
installed, or it does not unzip correctly, there is a version of InfoZip on
this CD located at /SOFTWARE/SOURCE/ZIP_WARE. 

It should also be noted that all of these files (source code and executables
for SEDR2ASC and InfoZip's Unzip) can be found at the PPI
node at http://www.igpp.ucla.edu.

A listing of the files that should be created through the unzipping of
SEDR2ASC.ZIP can be found below.

=============================================================================
                        INSTALLATION
=============================================================================

If you are using a Sparc Station running SOLARIS then you can use
the executable already supplied in the directory SOFTWARE/SOLARIS/. 

If you are using a Sparc Station running SunOS 4.x then you can use
the executable already supplied in the directory SOFTWARE/SUNOS/. 

If you are using a PC running DOS then you can use
the executable already supplied in the directory SOFTWARE/DOS/. 

Other users:
1)  Copy the appropriate MAKE_CONF.??? and MAKE_LIBS.??? files to Make.conf 
and Make.libs, respectively.

    Your System           Use                                  Copy to
   ==========================================================================
     PC                   MAKE_CONF.PC  & MAKE_LIBS.PC     \
     HPUX                 MAKE_CONF.HPUX & MAKE_LIBS.HPUX   \  Make.conf &
     SUN4.X               MAKE_CONF.SUN4X & MAKE_LIBS.SUN4X  / Make.libs
 
     SUN/SOLARIS 2        MAKE_CONF.SOL2 & MAKE_LIBS.SOL2   /

2) Make any changes to the Make.conf and Make.libs files if necessary
   (i.e. the type of C compiler you are using (cc, gcc, etc), where you want
   the executable to go, etc.)

3) set the DFSHOME variable to the path leading to and including the directory
   created as the base of the tar extraction
   ex. prompt>> setenv DFSHOME /usr/software/tools/<directory created by tar>

4) issue command "make".
   ex. prompt>> make


NOTE:  Depending on your compiler, warnings make appear when compiling the
       program. These can be ignored.

=============================================================================
                        Uncompressed File Listing
=============================================================================
SEDR2ASC
SEDR2ASC/INSTALL.TXT
SEDR2ASC/MAKE_CONF.HPUX
SEDR2ASC/MAKE_CONF.PC
SEDR2ASC/MAKE_CONF.SOL
SEDR2ASC/MAKE_CONF.SUN4X
SEDR2ASC/MAKE_LIBS.HPUX
SEDR2ASC/MAKE_LIBS.PC
SEDR2ASC/MAKE_LIBS.SOL
SEDR2ASC/MAKE_LIBS.SUN4X
SEDR2ASC/Makefile
SEDR2ASC/bin
SEDR2ASC/include
SEDR2ASC/include/BC.h
SEDR2ASC/include/abbrev.h
SEDR2ASC/include/blockc.h
SEDR2ASC/include/buf_list.h
SEDR2ASC/include/buffblkc.h
SEDR2ASC/include/bufferc.h
SEDR2ASC/include/cmdlinec.h
SEDR2ASC/include/cmdlineext.h
SEDR2ASC/include/dfs_buffer.h
SEDR2ASC/include/ffio.h
SEDR2ASC/include/filetype.h
SEDR2ASC/include/flagdefc.h
SEDR2ASC/include/funcdefc.h
SEDR2ASC/include/helpc.h
SEDR2ASC/include/highpipec.h
SEDR2ASC/include/list.h
SEDR2ASC/include/lowmask.h
SEDR2ASC/include/maxpipec.h
SEDR2ASC/include/message.h
SEDR2ASC/include/miscc.h
SEDR2ASC/include/overlayc.h
SEDR2ASC/include/parserc.h
SEDR2ASC/include/pattern.h
SEDR2ASC/include/pipec.h
SEDR2ASC/include/specialc.h
SEDR2ASC/include/sql.h
SEDR2ASC/include/stddescc.h
SEDR2ASC/include/stdpipec.h
SEDR2ASC/include/stdvarsc.h
SEDR2ASC/include/sysmax.h
SEDR2ASC/include/timec.h
SEDR2ASC/include/vars.h
SEDR2ASC/lib
SEDR2ASC/lib/obj
SEDR2ASC/lib/src
SEDR2ASC/lib/src/binary
SEDR2ASC/lib/src/binary/Makefile
SEDR2ASC/lib/src/binary/bits.c
SEDR2ASC/lib/src/binary/ieee.c
SEDR2ASC/lib/src/binary/swap.c
SEDR2ASC/lib/src/binary/null.c
SEDR2ASC/lib/src/binary/hp1000.c
SEDR2ASC/lib/src/binary/ibm370.c
SEDR2ASC/lib/src/binary/msb.c
SEDR2ASC/lib/src/binary/pc.c
SEDR2ASC/lib/src/binary/binary.c
SEDR2ASC/lib/src/binary/sun.c
SEDR2ASC/lib/src/binary/vax.c
SEDR2ASC/lib/src/binary/generic.c
SEDR2ASC/lib/src/binary/binary.mak
SEDR2ASC/lib/src/miscc
SEDR2ASC/lib/src/miscc/allocstr.c
SEDR2ASC/lib/src/miscc/can_exec.c
SEDR2ASC/lib/src/miscc/can_read.c
SEDR2ASC/lib/src/miscc/compare.c
SEDR2ASC/lib/src/miscc/copylist.c
SEDR2ASC/lib/src/miscc/def_dir.c
SEDR2ASC/lib/src/miscc/dir.c
SEDR2ASC/lib/src/miscc/editor.c
SEDR2ASC/lib/src/miscc/ext.c
SEDR2ASC/lib/src/miscc/filetype.c
SEDR2ASC/lib/src/miscc/findfile.c
SEDR2ASC/lib/src/miscc/freelist.c
SEDR2ASC/lib/src/miscc/fsize.c
SEDR2ASC/lib/src/miscc/getenv.c
SEDR2ASC/lib/src/miscc/getline.c
SEDR2ASC/lib/src/miscc/helpc.c
SEDR2ASC/lib/src/miscc/home_dir.c
SEDR2ASC/lib/src/miscc/in_dir.c
SEDR2ASC/lib/src/miscc/match.c
SEDR2ASC/lib/src/miscc/matchf.c
SEDR2ASC/lib/src/miscc/message.c
SEDR2ASC/lib/src/miscc/miscc.mak
SEDR2ASC/lib/src/miscc/more.c
SEDR2ASC/lib/src/miscc/path.c
SEDR2ASC/lib/src/miscc/Makefile
SEDR2ASC/lib/src/parserc
SEDR2ASC/lib/src/parserc/glob.c
SEDR2ASC/lib/src/parserc/Makefile
SEDR2ASC/lib/src/parserc/abpush.c
SEDR2ASC/lib/src/parserc/abtrans.c
SEDR2ASC/lib/src/parserc/clipspc.c
SEDR2ASC/lib/src/parserc/clnparse.c
SEDR2ASC/lib/src/parserc/comment.c
SEDR2ASC/lib/src/parserc/dojusty.c
SEDR2ASC/lib/src/parserc/findrep.c
SEDR2ASC/lib/src/parserc/findrep2.c
SEDR2ASC/lib/src/parserc/findstr.c
SEDR2ASC/lib/src/parserc/getword.c
SEDR2ASC/lib/src/parserc/ismatch.c
SEDR2ASC/lib/src/parserc/kwmatch.c
SEDR2ASC/lib/src/parserc/kwparse.c
SEDR2ASC/lib/src/parserc/mop.c
SEDR2ASC/lib/src/parserc/mop2.c
SEDR2ASC/lib/src/parserc/nextword.c
SEDR2ASC/lib/src/parserc/nstrcat.c
SEDR2ASC/lib/src/parserc/nstrcpy.c
SEDR2ASC/lib/src/parserc/p_comp.c
SEDR2ASC/lib/src/parserc/p_dump.c
SEDR2ASC/lib/src/parserc/p_fixed.c
SEDR2ASC/lib/src/parserc/p_free.c
SEDR2ASC/lib/src/parserc/p_make.c
SEDR2ASC/lib/src/parserc/p_match.c
SEDR2ASC/lib/src/parserc/p_parse.c
SEDR2ASC/lib/src/parserc/p_part.c
SEDR2ASC/lib/src/parserc/packlist.c
SEDR2ASC/lib/src/parserc/pad_str.c
SEDR2ASC/lib/src/parserc/parse.c
SEDR2ASC/lib/src/parserc/rcomfile.c
SEDR2ASC/lib/src/parserc/scasedwn.c
SEDR2ASC/lib/src/parserc/scaseup.c
SEDR2ASC/lib/src/parserc/setstr.c
SEDR2ASC/lib/src/parserc/stripnl.c
SEDR2ASC/lib/src/parserc/trimspc.c
SEDR2ASC/lib/src/parserc/truncstr.c
SEDR2ASC/lib/src/parserc/unescape.c
SEDR2ASC/lib/src/parserc/unquote.c
SEDR2ASC/lib/src/parserc/unquote2.c
SEDR2ASC/lib/src/parserc/wordwrap.c
SEDR2ASC/lib/src/parserc/parserc.mak
SEDR2ASC/lib/src/pipec
SEDR2ASC/lib/src/pipec/bufadvan.c
SEDR2ASC/lib/src/pipec/bufdelet.c
SEDR2ASC/lib/src/pipec/bufdestr.c
SEDR2ASC/lib/src/pipec/Makefile
SEDR2ASC/lib/src/pipec/buffgetc.c
SEDR2ASC/lib/src/pipec/buffixsi.c
SEDR2ASC/lib/src/pipec/buffrec.c
SEDR2ASC/lib/src/pipec/buffsetc.c
SEDR2ASC/lib/src/pipec/bufgetre.c
SEDR2ASC/lib/src/pipec/bufisinl.c
SEDR2ASC/lib/src/pipec/bufmallo.c
SEDR2ASC/lib/src/pipec/bufmapda.c
SEDR2ASC/lib/src/pipec/bufnextr.c
SEDR2ASC/lib/src/pipec/bufnumof.c
SEDR2ASC/lib/src/pipec/bufshift.c
SEDR2ASC/lib/src/pipec/bufstore.c
SEDR2ASC/lib/src/pipec/bufunuse.c
SEDR2ASC/lib/src/pipec/bufusere.c
SEDR2ASC/lib/src/pipec/bufvarqs.c
SEDR2ASC/lib/src/pipec/bufvarso.c
SEDR2ASC/lib/src/pipec/checkfla.c
SEDR2ASC/lib/src/pipec/colnum.c
SEDR2ASC/lib/src/pipec/colsort.c
SEDR2ASC/lib/src/pipec/coltype.c
SEDR2ASC/lib/src/pipec/colunits.c
SEDR2ASC/lib/src/pipec/colwidth.c
SEDR2ASC/lib/src/pipec/condesc.c
SEDR2ASC/lib/src/pipec/dataend.c
SEDR2ASC/lib/src/pipec/descend.c
SEDR2ASC/lib/src/pipec/errexit.c
SEDR2ASC/lib/src/pipec/excolnum.c
SEDR2ASC/lib/src/pipec/exists.c
SEDR2ASC/lib/src/pipec/fill_buf.c
SEDR2ASC/lib/src/pipec/fittingn.c
SEDR2ASC/lib/src/pipec/flagclea.c
SEDR2ASC/lib/src/pipec/flagrec.c
SEDR2ASC/lib/src/pipec/flagset.c
SEDR2ASC/lib/src/pipec/flagtogg.c
SEDR2ASC/lib/src/pipec/flush_bu.c
SEDR2ASC/lib/src/pipec/free_buf.c
SEDR2ASC/lib/src/pipec/getbplin.c
SEDR2ASC/lib/src/pipec/getcmd.c
SEDR2ASC/lib/src/pipec/getcolst.c
SEDR2ASC/lib/src/pipec/getcolva.c
SEDR2ASC/lib/src/pipec/getrec.c
SEDR2ASC/lib/src/pipec/ignorein.c
SEDR2ASC/lib/src/pipec/inbuff.c
SEDR2ASC/lib/src/pipec/indatafl.c
SEDR2ASC/lib/src/pipec/initpipe.c
SEDR2ASC/lib/src/pipec/isflag.c
SEDR2ASC/lib/src/pipec/lcolname.c
SEDR2ASC/lib/src/pipec/make_buf.c
SEDR2ASC/lib/src/pipec/makedesc.c
SEDR2ASC/lib/src/pipec/moredata.c
SEDR2ASC/lib/src/pipec/nextrec_.c
SEDR2ASC/lib/src/pipec/nrecs_bu.c
SEDR2ASC/lib/src/pipec/numerict.c
SEDR2ASC/lib/src/pipec/passthru.c
SEDR2ASC/lib/src/pipec/perrlog.c
SEDR2ASC/lib/src/pipec/pflush.c
SEDR2ASC/lib/src/pipec/pipec.mak
SEDR2ASC/lib/src/pipec/plog.c
SEDR2ASC/lib/src/pipec/presult.c
SEDR2ASC/lib/src/pipec/putrec.c
SEDR2ASC/lib/src/pipec/pwarn.c
SEDR2ASC/lib/src/pipec/rbuff.c
SEDR2ASC/lib/src/pipec/rdata.c
SEDR2ASC/lib/src/pipec/rdesc.c
SEDR2ASC/lib/src/pipec/reclen.c
SEDR2ASC/lib/src/pipec/rmvdesc.c
SEDR2ASC/lib/src/pipec/rrecord.c
SEDR2ASC/lib/src/pipec/save_buf.c
SEDR2ASC/lib/src/pipec/scolname.c
SEDR2ASC/lib/src/pipec/sendbuff.c
SEDR2ASC/lib/src/pipec/setbuff.c
SEDR2ASC/lib/src/pipec/setcolfl.c
SEDR2ASC/lib/src/pipec/setcolst.c
SEDR2ASC/lib/src/pipec/setcolva.c
SEDR2ASC/lib/src/pipec/setdesc.c
SEDR2ASC/lib/src/pipec/setrec.c
SEDR2ASC/lib/src/pipec/setrec_b.c
SEDR2ASC/lib/src/pipec/shift_bu.c
SEDR2ASC/lib/src/pipec/shiftbuf.c
SEDR2ASC/lib/src/pipec/srecord.c
SEDR2ASC/lib/src/pipec/store_bu.c
SEDR2ASC/lib/src/pipec/texttype.c
SEDR2ASC/lib/src/pipec/uniqname.c
SEDR2ASC/lib/src/pipec/use_buff.c
SEDR2ASC/lib/src/pipec/validtyp.c
SEDR2ASC/lib/src/pipec/wbuff.c
SEDR2ASC/lib/src/pipec/wdata.c
SEDR2ASC/lib/src/pipec/wdesc.c
SEDR2ASC/programs
SEDR2ASC/programs/sedr2asc
SEDR2ASC/programs/sedr2asc/Makefile
SEDR2ASC/programs/sedr2asc/sedr2asc.mak
SEDR2ASC/programs/sedr2asc/sedr2asc.c
SEDR2ASC/programs/sedr2asc/sedr.h
SEDR2ASC/programs/sedr2asc/SEDR2ASC.TXT
SEDR2ASC/SEDR2ASC.TXT
-----------------------------------------------------------------------
      Copyright(c) 1993 Regents of the University of California
      All rights reserved.
 
   Redistribution and use in source and binary forms are permitted
   provided that the above copyright notice and this paragraph are
   duplicated in all such forms and that any documentation,
   advertising materials, and other materials related to such
   distribution and use acknowledge that the software was developed
   by the University of California, Los Angeles.  The name of the
   University may not be used to endorse or promote products derived
   from this software without specific prior written permission.
   THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-----------------------------------------------------------------------
