#
#      $Id: yMakefile,v 1.1 2006-12-01 16:42:46 grubin Exp $
#
#########################################################################
#                                                                       #
#               Copyright (C) 2006                                      #
#       University Corporation for Atmospheric Research                 #
#               All Rights Reserved                                     #
#                                                                       #
#########################################################################
#
#       File:		yMakefile
#
#       Author:     Jeff W. Boote
#                   National Center for Atmospheric Research
#                   POB 3000, Boulder, Colorado
#
#       Date:
#
#Description:   yMakefile for ncarg/ni/src/db/grib2_codetables

#if !defined(CRAY)
#define	IHaveSubdirs
SUBDIRS = ecmwf ncep tigge
#endif

TABLES	 = centers.table

GRIB2_CODETABLE_PATH = $(LIBNCARGPATH)/grib2_codetables

INSTALL_GRIB2_CODETABLE = $(INSTALL_LIB)

InstallTarget($(TABLES),$(INSTALL_LIB),$(GRIB2CODETABLEROOT))
ConditionalInstallTarget($(TABLES),$(INSTALL_INC),$(PYNIOSRC),$(PYNIOSRC)/ncarg/grib2_codetables)
