[an error occurred while processing this directive]
FTOOLS
Home
Next: General Task Development
Up: Task Integration
Previous: IRAF Task Integration
Task integration under the Host version requires making a change to
the
Makefile found in the ~ftools/ftools/heasarc/host/
directory. Move to this directory and edit the Makefile file.
Find the TASKS macro definition near the top of this file and
append fdummyftool to the list of tasks. If you need to start a new
line, be sure to append the previous line with the \
character.
Save the changes and exit the editor. Assuming that the Host version
has already been built, simply give this make command:
>make fdummyftool
This will build only the fdummyftool task if all the files in the fdummyftool subdirectory are without error. You will have to issue a rehash command to make this new task appear in the Host version for the ftools account under Unix.
For VMS, edit the make.com in the sub-package host directory and add your new task to the file:
$set def ftools:[heasarc.src.fdummyftool]
$@make
$!