[Met_help] Problem with compiling METv1.0

Bosko Telenta btelenta at senes.ca
Fri Apr 11 12:14:35 MDT 2008


Hi met_help,

I am trying to compile METv1.0 and I am stuck on message downthere:
-----------------------------------------------------------------------------------------------------------
pcp_combine/pcp_combine.cc:574: undefined reference to 
`NcFile::__ct(char const *, NcFil
e::FileMode, unsigned int *, unsigned int, NcFile::FileFormat)'
-----------------------------------------------------------------------------------------------------------

I followed all instructions using fist netcdf-3.6.2 and netcdf-3.6.1
but I am getting the same message.

Please find in attachment two files "Makefile" and "make_met.log"

I will appreciate your help to resolve that obstacle.

With my best regards,

Bosko Telenta


-------------- next part --------------

*** Making the Model Evaluation Tools Project ***


*** Making vx_afm Library ***

/usr/pgi/linux86/7.0/bin/pgCC afm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC afm_keywords.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC afm_line.cc -g -Bstatic  -c -I..
"afm_line.cc", line 375: warning: statement is unreachable
  return ( in );
  ^

/usr/pgi/linux86/7.0/bin/pgCC afm_token.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC afmkeyword_to_string.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC afmtokentype_to_string.cc -g -Bstatic  -c -I..
ar -rs libvx_afm.a afm.o afm_keywords.o afm_line.o afm_token.o afmkeyword_to_string.o afmtokentype_to_string.o
ar: creating libvx_afm.a
ranlib libvx_afm.a

cp libvx_afm.a ../.

*** Making vx_analysis_util Library ***

/usr/pgi/linux86/7.0/bin/pgCC analysis_utils.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC box.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC by_case_info.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC data_line.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC mask_poly.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC mode_atts.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC mode_job.cc -g -Bstatic  -c -I..
"../vx_analysis_util/mode_job.h", line 96: warning: function
          "BasicModeAnalysisJob::assign(const BasicModeAnalysisJob &)" is
          hidden by "SummaryJob::assign" -- virtual function override intended?
        void assign(const SummaryJob &);
             ^

"../vx_analysis_util/mode_job.h", line 127: warning: function
          "BasicModeAnalysisJob::assign(const BasicModeAnalysisJob &)" is
          hidden by "ByCaseJob::assign" -- virtual function override intended?
        void assign(const ByCaseJob &);
             ^

/usr/pgi/linux86/7.0/bin/pgCC mode_line.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC time_series.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vsdb_columns.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vsdb_job.cc -g -Bstatic  -c -I..
"../vx_analysis_util/vsdb_line.h", line 130: warning: type qualifier on return
          type is meaningless
        const int    interp_pnts() const;
                     ^

/usr/pgi/linux86/7.0/bin/pgCC vsdb_line.cc -g -Bstatic  -c -I..
"../vx_analysis_util/vsdb_line.h", line 130: warning: type qualifier on return
          type is meaningless
        const int    interp_pnts() const;
                     ^

"vsdb_line.cc", line 314: warning: type qualifier on return type is meaningless
  const int VSDBLine::interp_pnts() const
            ^

/usr/pgi/linux86/7.0/bin/pgCC vsdbjobtype_to_string.cc -g -Bstatic  -c -I..
"../vx_analysis_util/vsdb_line.h", line 130: warning: type qualifier on return
          type is meaningless
        const int    interp_pnts() const;
                     ^

/usr/pgi/linux86/7.0/bin/pgCC vsdblinetype_to_string.cc -g -Bstatic  -c -I..
"../vx_analysis_util/vsdb_line.h", line 130: warning: type qualifier on return
          type is meaningless
        const int    interp_pnts() const;
                     ^

ar -rs libvx_analysis_util.a analysis_utils.o box.o by_case_info.o data_line.o mask_poly.o mode_atts.o mode_job.o mode_line.o time_series.o vsdb_columns.o vsdb_job.o vsdb_line.o vsdbjobtype_to_string.o vsdblinetype_to_string.o
ar: creating libvx_analysis_util.a
ranlib libvx_analysis_util.a

cp libvx_analysis_util.a ../.

*** Making vx_cal Library ***

/usr/pgi/linux86/7.0/bin/pgCC date_to_mjd.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC day_dif.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC day_of_week.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC doyhms_to_unix.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC easter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC holiday.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC is_dst.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC is_leap_year.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC mdyhms_to_unix.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC mjd_to_date.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC time_strings.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC unix_to_mdyhms.cc -g -Bstatic  -c -I..
ar -rs libvx_cal.a date_to_mjd.o day_dif.o day_of_week.o doyhms_to_unix.o easter.o holiday.o is_dst.o is_leap_year.o mdyhms_to_unix.o mjd_to_date.o time_strings.o unix_to_mdyhms.o
ar: creating libvx_cal.a
ranlib libvx_cal.a

cp libvx_cal.a ../.

*** Making vx_color Library ***

/usr/pgi/linux86/7.0/bin/pgCC cfile.tab.cc -g -Bstatic  -c -I..
"cfile.tab.c", line 1355: warning: label "yyerrorlab" was declared but never
          referenced
  yyerrorlab:
  ^

/usr/pgi/linux86/7.0/bin/pgCC lex.color.cc -g -Bstatic  -c -I..
"cfile.l", line 90: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 93: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 94: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 96: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 97: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 99: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 104: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 107: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 111: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 115: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 117: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 119: warning: statement is unreachable
  	YY_BREAK
  	^

"cfile.l", line 121: warning: statement is unreachable
  	YY_BREAK
  	^

/usr/pgi/linux86/7.0/bin/pgCC vx_clist.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_color.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_ctable.cc -g -Bstatic  -c -I..
ar -rs libvx_color.a cfile.tab.o lex.color.o vx_clist.o vx_color.o vx_ctable.o
ar: creating libvx_color.a
ranlib libvx_color.a

cp libvx_color.a ../.

*** Making vx_contable Library ***

/usr/pgi/linux86/7.0/bin/pgCC vx_contable.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_contable_stats.cc -g -Bstatic  -c -I..  -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
"/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx/ncvalues.h", line 35: warning: 
          integer conversion resulted in a change of sign
  static const ncbyte ncBad_byte = NC_FILL_BYTE;
                                   ^

ar -rs libvx_contable.a vx_contable.o vx_contable_stats.o
ar: creating libvx_contable.a
ranlib libvx_contable.a

cp libvx_contable.a ../.

*** Making vx_data_grids Library ***

/usr/pgi/linux86/7.0/bin/pgCC exp_grid.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC grid_base.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC grid_defs.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC lc_grid.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC pc_grid.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC st_grid.cc -g -Bstatic  -c -I..
ar -rs libvx_data_grids.a exp_grid.o grid_base.o grid_defs.o lc_grid.o pc_grid.o st_grid.o
ar: creating libvx_data_grids.a
ranlib libvx_data_grids.a

cp libvx_data_grids.a ../.

*** Making vx_econfig Library ***

/usr/pgi/linux86/7.0/bin/pgCC algline.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC array.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC builtin.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC builtin_to_string.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC celltype_to_string.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC econfig.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

"temp000.cc", line 1541: warning: label "yyerrorlab" was declared but never
          referenced
  yyerrorlab:
  ^

/usr/pgi/linux86/7.0/bin/pgCC econfigl.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

"econfigl.l", line 89: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 91: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 92: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 93: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 94: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 95: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 96: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 97: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 98: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 101: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 102: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 103: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 104: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 106: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 109: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 112: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 116: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 120: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 122: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 124: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.l", line 126: warning: statement is unreachable
  	YY_BREAK
  	^

"econfigl.cc", line 1236: warning: function "yyunput" was declared but never
          referenced
      static void yyunput (int c, register char * yy_bp )
                  ^

/usr/pgi/linux86/7.0/bin/pgCC gen.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC icode.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC icodecell_to_result.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC idstack.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC machine.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

"machine.cc", line 964: warning: statement is unreachable
           break;
           ^

"machine.cc", line 1047: warning: statement is unreachable
           break;
           ^

/usr/pgi/linux86/7.0/bin/pgCC pwl.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC result.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC resulttype_to_string.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC stetype_to_string.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC symtab.cc -g -Bstatic  -c -I..
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

"symtab.cc", line 49: warning: type qualifier on return type is meaningless
  static const int file_exists(const char *);
                   ^

"symtab.cc", line 1759: warning: statement is unreachable
           break;
           ^

"symtab.cc", line 1815: warning: type qualifier on return type is meaningless
  const SymbolTableEntry * const SymbolTable::entry(int k) const
                                 ^

"symtab.cc", line 2251: warning: type qualifier on return type is meaningless
  const int file_exists(const char * path)
            ^

ar -rs libvx_econfig.a algline.o array.o builtin.o builtin_to_string.o celltype_to_string.o econfig.o econfigl.o gen.o icode.o icodecell_to_result.o idstack.o machine.o pwl.o result.o resulttype_to_string.o stetype_to_string.o symtab.o
ar: creating libvx_econfig.a
ranlib libvx_econfig.a

cp libvx_econfig.a ../.

*** Making vx_gnomon Library ***

/usr/pgi/linux86/7.0/bin/pgCC gnomon.cc -g -Bstatic  -c -I..
ar -rs libvx_gnomon.a gnomon.o
ar: creating libvx_gnomon.a
ranlib libvx_gnomon.a

cp libvx_gnomon.a ../.

*** Making vx_grib_classes Library ***

/usr/pgi/linux86/7.0/bin/pgCC grib_classes.cc -g -Bstatic  -c -I..
"grib_classes.cc", line 1999: warning: variable "pp2" was set but never used
  int pp1, pp2;
           ^

"grib_classes.cc", line 31: warning: variable "record_alloc_jump" was declared
          but never referenced
  static const int record_alloc_jump = 100;
                   ^

/usr/pgi/linux86/7.0/bin/pgCC grib_strings.cc -g -Bstatic  -c -I..
"grib_strings.cc", line 48: warning: returning pointer to local variable
           return(tmp_str);
                 ^

"grib_strings.cc", line 73: warning: returning pointer to local variable
           return(tmp_str);
                 ^

"grib_strings.cc", line 98: warning: returning pointer to local variable
           return(tmp_str);
                 ^

"grib_strings.cc", line 123: warning: returning pointer to local variable
           return(tmp_str);
                 ^

"grib_strings.cc", line 148: warning: returning pointer to local variable
           return(tmp_str);
                 ^

"grib_strings.cc", line 190: warning: returning pointer to local variable
     return(tmp_str);
           ^

ar -rs libvx_grib_classes.a grib_classes.o grib_strings.o
ar: creating libvx_grib_classes.a
ranlib libvx_grib_classes.a

cp libvx_grib_classes.a ../.

*** Making vx_gsl_prob Library ***

/usr/pgi/linux86/7.0/bin/pgCC gsl_cdf.cc -g -Bstatic  -c -I.. 
/usr/pgi/linux86/7.0/bin/pgCC gsl_bvn.cc -g -Bstatic  -c -I.. 
ar -rs libvx_gsl_prob.a gsl_cdf.o gsl_bvn.o
ar: creating libvx_gsl_prob.a
ranlib libvx_gsl_prob.a

cp libvx_gsl_prob.a ../.

*** Making vx_math Library ***

/usr/pgi/linux86/7.0/bin/pgCC hist.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC nint.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC nti.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC ptile.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC pwl_interpolate.cc -g -Bstatic  -c -I..
ar -rs libvx_math.a hist.o nint.o nti.o ptile.o pwl_interpolate.o
ar: creating libvx_math.a
ranlib libvx_math.a

cp libvx_math.a ../.

*** Making vx_met_util Library ***

/usr/pgi/linux86/7.0/bin/pgCC apply_mask.cc -g -Bstatic  -c -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" -I..
/usr/pgi/linux86/7.0/bin/pgCC compute_ci.cc -g -Bstatic  -c -I.. 
"compute_ci.cc", line 156: warning: variable "f" was set but never used
     double h, f, h_var, f_var;
               ^

"compute_ci.cc", line 157: warning: variable "n" was set but never used
     int n, h_n, f_n;
         ^

/usr/pgi/linux86/7.0/bin/pgCC met_stats.cc -g -Bstatic  -c -I.. 
/usr/pgi/linux86/7.0/bin/pgCC read_grib.cc -g -Bstatic  -c -I.. 
"read_grib.cc", line 813: warning: integer operation result is out of range
           sec_per_fcst_unit = sec_per_day*365*100;
                                              ^

/usr/pgi/linux86/7.0/bin/pgCC read_pcp_combine_netcdf.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
"/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx/ncvalues.h", line 35: warning: 
          integer conversion resulted in a change of sign
  static const ncbyte ncBad_byte = NC_FILL_BYTE;
                                   ^

/usr/pgi/linux86/7.0/bin/pgCC rescale_lon.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC two_to_one.cc -g -Bstatic  -c -I..
ar -rs libvx_met_util.a apply_mask.o compute_ci.o met_stats.o read_grib.o read_pcp_combine_netcdf.o rescale_lon.o two_to_one.o
ar: creating libvx_met_util.a
ranlib libvx_met_util.a

cp libvx_met_util.a ../.

*** Making vx_nav Library ***

/usr/pgi/linux86/7.0/bin/pgCC nav.cc -g -Bstatic  -c -I..
"nav.cc", line 25: warning: variable "cf" was declared but never referenced
  static const double cf      = 57.2957795130823208768;
                      ^

ar -rs libvx_nav.a nav.o
ar: creating libvx_nav.a
ranlib libvx_nav.a

cp libvx_nav.a ../.

*** Making vx_plot_util Library ***

/usr/pgi/linux86/7.0/bin/pgCC vx_plot_util.cc -g -Bstatic  -c -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" -I..
ar -rs libvx_plot_util.a vx_plot_util.o
ar: creating libvx_plot_util.a
ranlib libvx_plot_util.a

cp libvx_plot_util.a ../.

*** Making vx_ps Library ***

/usr/pgi/linux86/7.0/bin/pgCC vx_ps.cc -g -Bstatic  -c -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" -I..
"vx_ps.cc", line 496: warning: variable "W" was set but never used
  double L, R, B, T, W;
                     ^

"vx_ps.cc", line 48: warning: variable "max_string_length" was declared but
          never referenced
  static const int max_string_length   = 512;
                   ^

/usr/pgi/linux86/7.0/bin/pgCC vx_ps_text.cc -g -Bstatic  -c -I..
ar -rs libvx_ps.a vx_ps.o vx_ps_text.o
ar: creating libvx_ps.a
ranlib libvx_ps.a

cp libvx_ps.a ../.

*** Making vx_pxm Library ***

/usr/pgi/linux86/7.0/bin/pgCC vx_pbm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_pcm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_pgm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_ppm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_pxm_base.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_pxm_utils.cc -g -Bstatic  -c -I..
ar -rs libvx_pxm.a vx_pbm.o vx_pcm.o vx_pgm.o vx_ppm.o vx_pxm_base.o vx_pxm_utils.o
ar: creating libvx_pxm.a
ranlib libvx_pxm.a

cp libvx_pxm.a ../.

*** Making vx_render Library ***

/usr/pgi/linux86/7.0/bin/pgCC vx_ascii85_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_bit_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_hex_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_ps_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_psout_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_render_pbm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_render_pcm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_render_pgm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_render_ppm.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_renderinfo.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_rle_filter.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_uc_queue.cc -g -Bstatic  -c -I..
ar -rs libvx_render.a vx_ascii85_filter.o vx_bit_filter.o vx_hex_filter.o vx_ps_filter.o vx_psout_filter.o vx_render_pbm.o vx_render_pcm.o vx_render_pgm.o vx_render_ppm.o vx_renderinfo.o vx_rle_filter.o vx_uc_queue.o
ar: creating libvx_render.a
ranlib libvx_render.a

cp libvx_render.a ../.

*** Making vx_util Library ***

/usr/pgi/linux86/7.0/bin/pgCC ascii_table.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC bitarray.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC boundingbox.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC comma_string.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC concat_string.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC double_array.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC indent.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC int_array.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC is_number.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC make_path.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC num_array.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC ordinal.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC roman_numeral.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC string_array.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC string_fxns.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC substring.cc -g -Bstatic  -c -I..
/usr/pgi/linux86/7.0/bin/pgCC vx_endian.cc -g -Bstatic  -c -I..
ar -rs libvx_util.a ascii_table.o bitarray.o boundingbox.o comma_string.o concat_string.o double_array.o indent.o int_array.o is_number.o make_path.o num_array.o ordinal.o roman_numeral.o string_array.o string_fxns.o substring.o vx_endian.o
ar: creating libvx_util.a
ranlib libvx_util.a

cp libvx_util.a ../.

*** Making vx_wrfdata Library ***

/usr/pgi/linux86/7.0/bin/pgCC filterbox.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
/usr/pgi/linux86/7.0/bin/pgCC moments.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
/usr/pgi/linux86/7.0/bin/pgCC node.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
/usr/pgi/linux86/7.0/bin/pgCC polyline.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx 
"/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx/ncvalues.h", line 35: warning: 
          integer conversion resulted in a change of sign
  static const ncbyte ncBad_byte = NC_FILL_BYTE;
                                   ^

/usr/pgi/linux86/7.0/bin/pgCC vx_wrfdata.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
"vx_wrfdata.cc", line 467: warning: variable "k2" was set but never used
     int k1, k2;
             ^

"vx_wrfdata.cc", line 491: warning: variable "k2" was set but never used
     int k1, k2;
             ^

"vx_wrfdata.cc", line 508: warning: variable "n_written" was set but never used
     int bytes, n_written;
                ^

"vx_wrfdata.cc", line 586: warning: variable "n_read" was set but never used
     int bytes, n_read;
                ^

ar -rs libvx_wrfdata.a filterbox.o moments.o node.o polyline.o vx_wrfdata.o
ar: creating libvx_wrfdata.a
ranlib libvx_wrfdata.a

cp libvx_wrfdata.a ../.

*** Making vx_wrfmode Library ***

/usr/pgi/linux86/7.0/bin/pgCC WrfMode_Conf.cc -g -Bstatic  -c -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

/usr/pgi/linux86/7.0/bin/pgCC engine.cc -g -Bstatic  -c -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx 
"../vx_econfig/symtab.h", line 210: warning: type qualifier on return type is
          meaningless
        const SymbolTableEntry * const entry(int) const;
                                       ^

"/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx/ncvalues.h", line 35: warning: 
          integer conversion resulted in a change of sign
  static const ncbyte ncBad_byte = NC_FILL_BYTE;
                                   ^

/usr/pgi/linux86/7.0/bin/pgCC interest.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
/usr/pgi/linux86/7.0/bin/pgCC set.cc -g -Bstatic  -c -I.. -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx
ar -rs libvx_wrfmode.a WrfMode_Conf.o engine.o interest.o set.o
ar: creating libvx_wrfmode.a
ranlib libvx_wrfmode.a

cp libvx_wrfmode.a ../.

*** Making pcp_combine application ***


/usr/pgi/linux86/7.0/bin/pgCC -o pcp_combine pcp_combine.cc \
-g -Bstatic  -DMET_BASE=\"/home2/oper/WRF_ON/METv1.0\" \
 \
-I../../lib -I/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx \
-L../../lib -L/home2/oper/WRF_ON/verification/netcdf-3.6.1/libsrc -L/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx \
-lvx_met_util -lvx_grib_classes -lvx_wrfdata -lvx_data_grids -lvx_nav -lvx_cal \
-lvx_math -lvx_util -lm -lnetcdf_c++ -lnetcdf
"/home2/oper/WRF_ON/verification/netcdf-3.6.1/cxx/ncvalues.h", line 35: warning: 
          integer conversion resulted in a change of sign
  static const ncbyte ncBad_byte = NC_FILL_BYTE;
                                   ^

"pcp_combine.cc", line 512: warning: integer operation result is out of range
                 sec_per_fcst_unit = sec_per_day*365*100;
                                                    ^

pcp_combine.o: In function `write_netcdf':
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:574: undefined reference to `NcFile::__ct(char const *, NcFile::FileMode, unsigned int *, unsigned int, NcFile::FileFormat)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:576: undefined reference to `NcFile::is_valid( const(void))'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:579: undefined reference to `NcFile::close(void)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:587: undefined reference to `NcFile::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:597: undefined reference to `NcFile::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:599: undefined reference to `NcFile::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:607: undefined reference to `NcFile::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:609: undefined reference to `NcFile::add_att(char const *, char const *)'
pcp_combine.o:/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:611: more undefined references to `NcFile::add_att(char const *, char const *)' follow
pcp_combine.o: In function `write_netcdf':
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:675: undefined reference to `NcFile::add_dim(char const *, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:676: undefined reference to `NcFile::add_dim(char const *, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:679: undefined reference to `NcFile::add_var(char const *, NcType, NcDim const *, NcDim const *, NcDim const *, NcDim const *, NcDim const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:680: undefined reference to `NcFile::add_var(char const *, NcType, NcDim const *, NcDim const *, NcDim const *, NcDim const *, NcDim const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:681: undefined reference to `NcFile::add_var(char const *, NcType, NcDim const *, NcDim const *, NcDim const *, NcDim const *, NcDim const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:684: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:685: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:686: undefined reference to `NcVar::add_att(char const *, float)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:688: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:689: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:690: undefined reference to `NcVar::add_att(char const *, float)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:692: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:693: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:694: undefined reference to `NcVar::add_att(char const *, float)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:704: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:705: undefined reference to `NcVar::add_att(char const *, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:709: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:710: undefined reference to `NcVar::add_att(char const *, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:713: undefined reference to `NcVar::add_att(char const *, char const *)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:736: undefined reference to `NcVar::put(float const *, long, long, long, long, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:736: undefined reference to `NcVar::put(float const *, long, long, long, long, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:736: undefined reference to `NcVar::put(float const *, long, long, long, long, long)'
/home2/oper/WRF_ON/METv1.0/src/pcp_combine/pcp_combine.cc:749: undefined reference to `NcFile::close(void)'
make[3]: *** [pcp_combine] Error 2
make[2]: *** [all] Error 2
make[1]: *** [targets] Error 2
make: *** [all] Error 2
-------------- next part --------------
# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
# ** Copyright UCAR (c) 1992 - 2005
# ** University Corporation for Atmospheric Research(UCAR)
# ** National Center for Atmospheric Research(NCAR)
# ** Research Applications Lab (RAL)
# ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA
# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

###############################################################################
#
# Makefile for the Model Evaluation Tools Project 
#
###############################################################################

###############################################################################
#
# Begin Variables to be modified before building
#
###############################################################################

# Path to the C++ Compiler
#CPP_COMPILER = /tools/pgi-v6.1-6/bin/pgCC
CPP_COMPILER = /usr/pgi/linux86/7.0/bin/pgCC

# Path to the Fortran-77 Compiler
#F77_COMPILER = /tools/pgi-v6.1-6/bin/pgf77
F77_COMPILER =/usr/pgi/linux86/7.0/bin/pgf77

# Top level directory for the MET build
#MET_BASE     = /pd6/score/MET/MET_releases/METv1.0
MET_BASE     = /home2/oper/WRF_ON/METv1.0

# Top level directory for the NetCDF library
#NETCDF_BASE  = /usr/local/netcdf-3.6.1-pgi6
#NETCDF_BASE  = /usr/local/netcdf
#NETCDF_BASE  = /home2/oper/WRF_ON/verification/netcdf-3.6.2
NETCDF_BASE  = /home2/oper/WRF_ON/verification/netcdf-3.6.1

# Directory within the NetCDF library containing the C/C++ header files:
#    netcdf.hh
# Specified as "-I/your/include/path"
NETCDF_INCS  = -I$(NETCDF_BASE)/cxx

# Directories within the NetCDF library containing the C/C++ archive files:
#    libnetcdf.a and libnetcdf_c++.a
# Specified as "-L/your/library/path"
#NETCDF_LIBS  = -L$(NETCDF_BASE)/libsrc/.libs -L$(NETCDF_BASE)/cxx/.libs
NETCDF_LIBS  = -L$(NETCDF_BASE)/libsrc -L$(NETCDF_BASE)/cxx

# Top level directory for the BUFR library
#BUFR_BASE    = /pd6/score/verif_se/lib/bufrlib_pgi
BUFR_BASE    = /home2/oper/WRF_ON/METv1.0/bufrlib_pgi

# Directory within the BUFR library containing header files
# Specified as "-I/your/include/path"
BUFR_INCS    = -I$(BUFR_BASE)

# Directory within the BUFR library containing the libbufr.a archive file
# Specified as "-L/your/library/path"
BUFR_LIBS    = -L$(BUFR_BASE)

# Directory containing the GNU Scientific Library header files 
# (if they're not in a standard location)
# Specified as "-I/your/include/path"
GSL_INCS     =

# Directory containing the GNU Scientific Library archive file, libgsl.a
# (if it's not in a standard location)
# Specified as "-L/your/library/path"
GSL_LIBS     = /usr/lib

# Directory containing the F2C Library header files 
# (if they're not in a standard location)
# Specified as "-I/your/include/path"
F2C_INCS     =

# Directory containing the F2C Library archive file, libf2c.a
# (if it's not in a standard location)
# Specified as "-L/your/library/path"
F2C_LIBS     =

###############################################################################
#
# End Variables to be modified before building
#
###############################################################################

###############################################################################
#
# Export variables to be used by submakes
#
###############################################################################

export MET_BASE

export NETCDF_INCS

export NETCDF_LIBS

export BUFR_INCS

export BUFR_LIBS

export GSL_INCS

export GSL_LIBS

export F2C_INCS

export F2C_LIBS

###############################################################################
#
# End export variables to be used by submakes
#
###############################################################################

PGI_LIBS	= -lpgftnrtl

FLAGS		= -g -Bstatic

FAKES		= all clean libs targets

LIB_DIR		= lib

INC_DIR		= lib

SRC_DIR		= src

VX_AFM		= $(LIB_DIR)/vx_afm
VX_ANALYSIS_UTIL= $(LIB_DIR)/vx_analysis_util
VX_CAL		= $(LIB_DIR)/vx_cal
VX_COLOR	= $(LIB_DIR)/vx_color
VX_CONTABLE	= $(LIB_DIR)/vx_contable
VX_DATA_GRIDS	= $(LIB_DIR)/vx_data_grids
VX_ECONFIG	= $(LIB_DIR)/vx_econfig
VX_GNOMON	= $(LIB_DIR)/vx_gnomon
VX_GRIB_CLASSES	= $(LIB_DIR)/vx_grib_classes
VX_GSL_PROB	= $(LIB_DIR)/vx_gsl_prob
VX_MATH		= $(LIB_DIR)/vx_math
VX_MET_UTIL	= $(LIB_DIR)/vx_met_util
VX_NAV		= $(LIB_DIR)/vx_nav
VX_PLOT_UTIL	= $(LIB_DIR)/vx_plot_util
VX_PS		= $(LIB_DIR)/vx_ps
VX_PXM		= $(LIB_DIR)/vx_pxm
VX_RENDER	= $(LIB_DIR)/vx_render
VX_UTIL		= $(LIB_DIR)/vx_util
VX_WRFDATA	= $(LIB_DIR)/vx_wrfdata
VX_WRFMODE	= $(LIB_DIR)/vx_wrfmode
PCP_COMBINE	= $(SRC_DIR)/pcp_combine
MODE		= $(SRC_DIR)/mode
GRID_STAT	= $(SRC_DIR)/grid_stat
PB2NC		= $(SRC_DIR)/pb2nc
POINT_STAT	= $(SRC_DIR)/point_stat
VSDB_ANALYSIS	= $(SRC_DIR)/vsdb_analysis
MODE_ANALYSIS	= $(SRC_DIR)/mode_analysis

all:
	@ echo
	@ echo "*** Making the Model Evaluation Tools Project ***"
	@ echo
	@ make libs    --no-print-directory
	@ make targets --no-print-directory
	@ echo
	@ echo "*** Finished Making the Model Evaluation Tools Project ***"
	@ echo

libs:
	@ cd $(VX_AFM);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_ANALYSIS_UTIL);make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_CAL);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_COLOR);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_CONTABLE);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_DATA_GRIDS);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_ECONFIG);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_GNOMON);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_GRIB_CLASSES); make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_GSL_PROB);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_MATH);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_MET_UTIL);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_NAV);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_PLOT_UTIL);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_PS);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_PXM);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_RENDER);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_UTIL);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_WRFDATA);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VX_WRFMODE);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory

targets: 
	@ cd $(PCP_COMBINE);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(MODE);		 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(GRID_STAT);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(PB2NC);		 make CPP_COMPILER=$(CPP_COMPILER) F77_COMPILER=$(F77_COMPILER) FLAGS="$(FLAGS)" PGI_LIBS="$(PGI_LIBS)" --no-print-directory
	@ cd $(POINT_STAT);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(VSDB_ANALYSIS);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory
	@ cd $(MODE_ANALYSIS);	 make COMPILER=$(CPP_COMPILER) FLAGS="$(FLAGS)" --no-print-directory

clean:
	@ cd $(VX_AFM);		 make clean --no-print-directory
	@ cd $(VX_ANALYSIS_UTIL);make clean --no-print-directory
	@ cd $(VX_CAL);		 make clean --no-print-directory
	@ cd $(VX_COLOR);	 make clean --no-print-directory
	@ cd $(VX_CONTABLE);	 make clean --no-print-directory
	@ cd $(VX_DATA_GRIDS);	 make clean --no-print-directory
	@ cd $(VX_ECONFIG);	 make clean --no-print-directory
	@ cd $(VX_GNOMON);	 make clean --no-print-directory
	@ cd $(VX_GRIB_CLASSES); make clean --no-print-directory
	@ cd $(VX_GSL_PROB);	 make clean --no-print-directory
	@ cd $(VX_MATH);	 make clean --no-print-directory
	@ cd $(VX_MET_UTIL);	 make clean --no-print-directory
	@ cd $(VX_NAV);		 make clean --no-print-directory
	@ cd $(VX_PLOT_UTIL);	 make clean --no-print-directory
	@ cd $(VX_PS);		 make clean --no-print-directory
	@ cd $(VX_PXM);		 make clean --no-print-directory
	@ cd $(VX_RENDER);	 make clean --no-print-directory
	@ cd $(VX_UTIL);	 make clean --no-print-directory
	@ cd $(VX_WRFDATA);	 make clean --no-print-directory
	@ cd $(VX_WRFMODE);	 make clean --no-print-directory
	@ cd $(PCP_COMBINE);	 make clean --no-print-directory
	@ cd $(MODE);		 make clean --no-print-directory
	@ cd $(GRID_STAT);	 make clean --no-print-directory
	@ cd $(PB2NC);		 make clean --no-print-directory
	@ cd $(POINT_STAT);	 make clean --no-print-directory
	@ cd $(VSDB_ANALYSIS);	 make clean --no-print-directory
	@ cd $(MODE_ANALYSIS);	 make clean --no-print-directory
	rm -r -f *.a *.o junk temp core log c.ps a.out

.PHONY: $(FAKES)


More information about the Met_help mailing list