# N.B. the previous line should be blank. #+ # Name: # cfitsio_link # Purpose: # Generate linker (ld) arguments for linking against standalone CFITSIO. # Type of Module: # Shell script. # Description: # This script should be invoked by those building standalone # applications which use CFITSIO in order to generate the correct # arguments for the compiler (or ld) command. The arguments # generated are written to the standard output. # Invocation: # The script is normally invoked as part of a compiler command line, # such as: # # f77 -o program -L/star/lib `cfitsio_link` program.f # Copyright: # Copyright (C) 1995 Rutherford Appleton Laboratory # Authors: # RFWS: R.F. Warren-Smith (STARLINK, RAL) # BLY: M.J. Bly (Starlink, RAL) # PWD: Peter W. Draper (JAC, Durham University) # {enter_new_authors_here} # History: # 7-JUL-1993 (RFWS): # Original version. # 21-JUN-1995 (RFWS): # Added new awk script to permit larger numbers of libraries. # 22-JUN-1995 (BLY): # Generic version. # 25-OCT-1995 (BLY): # Version for FITSIO (v4.0-8). # 03-DEC-1998 (BLY): # Modified for CFITSIO v2.0.32. # 23-APR-2008 (PWD): # Added autoconf support for network libraries. # {enter_further_changes_here} # Bugs: # {note_any_bugs_here} #- echo -lcfitsio # End of script.