#  N.B. the previous line should be blank.
#+
#  Name:
#     hdspar_dev

#  Purpose:
#     Create links to HDSPAR include files.

#  Type of Module:
#     Shell script.

#  Description:
#     This script sets up (or removes) symbolic links in the current
#     working directory which refer to HDSPAR public include files. 
#     It exists to allow source code which contains references to the
#     standard public HDSPAR include files to be compiled without 
#     having to know where these files actually reside.

#  Invocation:
#     hdspar_dev
#        Sets up links for all ths HDSPAR public include files.
#     hdspar_dev remove
#        Removes the links previously set up.

#  Notes:
#     The pathname of the installation include directory (/star/include)
#     must be edited into this script when it is installed.  This is 
#     normally done by the standard Starlink makefile.

#  Copyright:
#     Copyright (C) 1995 Rutherford Appleton Laboratory

#  Authors:
#     RFWS: R.F. Warren-Smith (STARLINK, RAL)
#     BLY:  M.J. Bly (Starlink, RAL)
#     AJC:  A.J. Chipperfield (Starlink, RAL)
#     {enter_new_authors_here}

#  History:
#     4-JAN-1992 (RFWS):
#     	 Original version.
#     22-JUN-1995 (BLY):
#        Generic version.
#     14-SEP-1995 (AJC):
#        Modified for HDSPAR
#     {enter_changes_here}

#  Bugs:
#     {note_any_bugs_here}

#-

#  Set list of include file names.  These are those listed in the makefile 
#  PUBLIC_INCLUDES macro.

# THERE ARE NO INCLUDES FOR HDSPAR

#  End of script.
      exit 0
