
CONTENT:

	DESCRIPTION	general description of the package
        INSTALL		this file
	etc/		auxiliary files
	example/	data to test the package
	hlp/		help files
	proc/		the midas .prg filts
	src/		source code



INSTALLATION

currently, this package is not directly installable as a system-wide midas
context... 


1/ preparation:

- INCLUDE: the fortran code contain the following lines:
      INCLUDE '/midas/98NOV/incl/st_dat.inc'
      INCLUDE '/midas/98NOV/incl/st_def.inc'
 the right version and path should be installed.

- the .prg files make reference to MID_WORK. I suspect another dir
  should go there (CON_EXE?)
      get_usno.prg: currently calls MID_WORK:http-get
      pos1a.prg: run MID_WORK:pos1a.exe
      pos1b.prg: run MID_WORK:pos1b.exe
      pos1_cursor: run MID_WORK:pos1b.exe

- makefile: while the compilation part should be OK, you may want to
      modify the install and clean

- help: the help files are there, but I dont do anything with them;
  they should be included in the makefile.

2/ compillation/installation

 cd .../src
 make all           # should compile everything.
 make install	    # shoult move things to the right place 
 make clean	    # remove the mess.




