Skip to content

Commit

Permalink
#1355 Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Nov 17, 2020
1 parent 8f23f2d commit 0744ac0
Show file tree
Hide file tree
Showing 4 changed files with 1,703 additions and 0 deletions.
46 changes: 46 additions & 0 deletions met/src/tools/other/ioda2nc/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## @start 1
## Makefile.am -- Process this file with automake to produce Makefile.in
## @end 1

MAINTAINERCLEANFILES = Makefile.in

# Include the project definitions

include ${top_srcdir}/Make-include

# The program

bin_PROGRAMS = ioda2nc
ioda2nc_SOURCES = ioda2nc.cc \
ioda2nc_conf_info.cc ioda2nc_conf_info.h
ioda2nc_CPPFLAGS = ${MET_CPPFLAGS}
ioda2nc_LDFLAGS = ${MET_LDFLAGS}
ioda2nc_LDADD = -lvx_stat_out \
-lvx_statistics \
-lvx_shapedata \
-lvx_gsl_prob \
-lvx_analysis_util \
-lvx_data2d_factory \
-lvx_data2d_nc_met \
-lvx_data2d_grib $(GRIB2_LIBS) \
-lvx_data2d_nc_pinterp \
-lvx_data2d_nccf \
$(PYTHON_LIBS) \
-lvx_data2d \
-lvx_nc_obs \
-lvx_nc_util \
-lvx_regrid \
-lvx_grid \
-lvx_config \
-lvx_gsl_prob \
-lvx_pb_util \
-lvx_cal \
-lvx_util \
$(PYTHON_LIBS) \
-lvx_math \
-lvx_color \
-lvx_log \
-lvx_summary \
-lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas $(BLIB_NAME) \
$(FLIBS)

Loading

0 comments on commit 0744ac0

Please sign in to comment.