Skip to content

Commit

Permalink
#2574 Made vx_data2d_ugrid conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 10, 2023
1 parent 7e0aace commit 11bed9a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 4 additions & 2 deletions src/libcode/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ SUBDIRS = vx_grid \
vx_data2d_grib \
vx_data2d_nc_met \
vx_data2d_nccf \
vx_data2d_ugrid \
vx_data2d_nc_pinterp

if ENABLE_PYTHON
Expand All @@ -31,11 +30,14 @@ if ENABLE_PYTHON
SUBDIRS += vx_pointdata_python
endif


if ENABLE_GRIB2
SUBDIRS += vx_data2d_grib2
endif

if ENABLE_UGRID
SUBDIRS += vx_data2d_ugrid
endif

SUBDIRS += vx_data2d_factory \
vx_gsl_prob \
vx_gnomon \
Expand Down
22 changes: 12 additions & 10 deletions src/libcode/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ host_triplet = @host@
@ENABLE_PYTHON_TRUE@am__append_1 = vx_python3_utils vx_data2d_python \
@ENABLE_PYTHON_TRUE@ vx_pointdata_python
@ENABLE_GRIB2_TRUE@am__append_2 = vx_data2d_grib2
@ENABLE_UGRID_TRUE@am__append_3 = vx_data2d_ugrid
subdir = src/libcode
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Expand Down Expand Up @@ -155,14 +156,14 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = vx_grid vx_data2d vx_nc_util vx_data2d_grib \
vx_data2d_nc_met vx_data2d_nccf vx_data2d_ugrid \
vx_data2d_nc_pinterp vx_python3_utils vx_data2d_python \
vx_pointdata_python vx_data2d_grib2 vx_data2d_factory \
vx_gsl_prob vx_gnomon vx_geodesy vx_gis vx_nav vx_pb_util \
vx_afm vx_color vx_pxm vx_render vx_ps vx_plot_util \
vx_shapedata vx_statistics vx_stat_out vx_analysis_util \
vx_tc_util vx_summary vx_time_series vx_physics vx_series_data \
vx_regrid vx_nc_obs vx_solar vx_bool_calc vx_seeps
vx_data2d_nc_met vx_data2d_nccf vx_data2d_nc_pinterp \
vx_python3_utils vx_data2d_python vx_pointdata_python \
vx_data2d_grib2 vx_data2d_ugrid vx_data2d_factory vx_gsl_prob \
vx_gnomon vx_geodesy vx_gis vx_nav vx_pb_util vx_afm vx_color \
vx_pxm vx_render vx_ps vx_plot_util vx_shapedata vx_statistics \
vx_stat_out vx_analysis_util vx_tc_util vx_summary \
vx_time_series vx_physics vx_series_data vx_regrid vx_nc_obs \
vx_solar vx_bool_calc vx_seeps
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
Expand Down Expand Up @@ -288,6 +289,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
UGRID_LIBS = @UGRID_LIBS@
VERSION = @VERSION@
YACC = @YACC@
YFLAGS = @YFLAGS@
Expand Down Expand Up @@ -345,8 +347,8 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = vx_grid vx_data2d vx_nc_util vx_data2d_grib vx_data2d_nc_met \
vx_data2d_nccf vx_data2d_ugrid vx_data2d_nc_pinterp \
$(am__append_1) $(am__append_2) vx_data2d_factory vx_gsl_prob \
vx_data2d_nccf vx_data2d_nc_pinterp $(am__append_1) \
$(am__append_2) $(am__append_3) vx_data2d_factory vx_gsl_prob \
vx_gnomon vx_geodesy vx_gis vx_nav vx_pb_util vx_afm vx_color \
vx_pxm vx_render vx_ps vx_plot_util vx_shapedata vx_statistics \
vx_stat_out vx_analysis_util vx_tc_util vx_summary \
Expand Down

0 comments on commit 11bed9a

Please sign in to comment.