# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # © University Corporation for Atmospheric Research (UCAR) 2009-2010. # All rights reserved. The Government's right to use this data and/or # software (the "Work") is restricted, per the terms of Cooperative # Agreement (ATM (AGS)-0753581 10/1/08) between UCAR and the National # Science Foundation, to a "nonexclusive, nontransferable, irrevocable, # royalty-free license to exercise or have exercised for or on behalf of # the U.S. throughout the world all the exclusive rights provided by # copyrights. Such license, however, does not include the right to sell # copies or phonorecords of the copyrighted works to the public." The # Work is provided "AS IS" and without warranty of any kind. UCAR # EXPRESSLY DISCLAIMS ALL OTHER WARRANTIES, INCLUDING, BUT NOT LIMITED TO, # ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. # # *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ########################################################################### # # Makefile for ConvWX # ########################################################################### include $(RAP_MAKE_INC_DIR)/rap_make_macros LOC_INCLUDES = -I../include LOC_CFLAGS = LOC_INC_DIR = ../include #LOC_INC_DIR = ../include #LOC_INCLUDES = -I../include #LOC_CPPC_CFLAGS = -I$(LOC_INC_DIR) -Wall #LOC_CFLAGS = $(LOC_CPPC_CFLAGS) MODULE_TYPE=library TARGET_FILE= ../libEpoch.a HDRS = CPPC_SRCS = \ AveragingGrids.cc \ ClimoState.cc \ ClimoStateGrids.cc \ CountSumNames.cc \ FixedFcstThreshInfo.cc \ GenTimeAndOlder.cc \ MdvMetadata.cc \ TiledFcstThreshInfo.cc # # comment this out as it does stuff not in CVS but leave it around for Dave Al. # include html_targets # # # general targets # include $(RAP_MAKE_INC_DIR)/rap_make_targets # DO NOT DELETE THIS LINE -- make depend depends on it.