#------------------------------------------------------------------
# This Makefile wll generate a Makefile for the library with
# full dependency list and execute it. You will need the Perl
# utility makemake.pl to execute it.
#
# Edit the following:
#
#   targets = list of targets as they are defined in the MMFile
#   top_dir = relative path to CODAS top directory
#------------------------------------------------------------------

# 2002/02/02 PJ Note fix_pr is still in development state, so do not
#               try to compile it, unless you know what you do...
targets = xtract delprf
top_dir = ../../../..

#------------------------------------------------------------------
# Normally no editing below
#------------------------------------------------------------------

include $(top_dir)/makefile.dep
include $(top_dir)/gfi/make/$(HOST)/makefile.mm

