# Last edited on 2023-02-03 19:41:15 by stolfi

DIRS_ALL := \
  aa-lhf \
  aa-lhf-attract \
  aa-lhf-zeros \
  acm-contest-2009 \
  acmcntst-puzz \
  anim-control \
  avgdist \
  blimpulse \
  bmix \
  booklets_ag \
  btcns \
  buffer-oflow-simple \
  buffer-oflow-tricky \
  bxor \
  choose_sheet_cuts \
  compute-frags-coords \
  compute_decim_weights \
  compute_gauss_resampling_weights \
  compute_interpolators \
  cryptoys-2013-10-31 \
  decode-url-form-data \
  dfltovfl \
  draft_douglas \
  dynstolfi \
  dynstolfi-ad \
  enumpaths \
  eratos64 \
  factay \
  fit_btc_bubble_model \
  fit_piecewise \
  gauss_series_error_map \
  gauss_tripart_opt \
  gem_convhull \
  gene-drift \
  gmoplot \
  goldberg \
  gravity-gas \
  helloworld \
  intvsolver \
  ioplot \
  ioplot-2013-10-27 \
  ircell \
  irt \
  linear_fit \
  liqsim \
  loctel \
  logsolve \
  make_test_classif_data \
  mandunfold \
  mlhpack \
  mlhtovoc \
  msdemo \
  nanotube_pics \
  nnclassif \
  overlap_comb \
  pc_decomp \
  pov_plot_terrain \
  predict \
  quadwfc \
  raut_build \
  rbisland \
  recluster \
  simoleo \
  sobrinhos \
  sort-distr \
  sphere-splines \
  strings-to-ppm \
  tcgates \
  test_gen_derangement \
  tilemazes \
  tseries_aggregate \
  tsp-enum \
  unitexture \
  vtt-rene \
  wikipedia_vorticity \
  xjsmessage \
  xor \

# Directories exported to GitHub:
DIRS_GITHUB := \
  bxor \
  bmix \
  choose_sheet_cuts \
  gem_convhull \
  ioplot \
  irt \
  linear_fit \
  nanotube_pics \
  nnclassif \
  pov_plot_terrain \
  quadwfc \
  simoleo \
  tcgates \
  tilemazes \
  wikipedia_vorticity \

DIRS_OK := \
  aa-lhf \
  aa-lhf-zeros \
  acmcntst-puzz \
  avgdist \
  blimpulse \
  buffer-oflow-simple \
  buffer-oflow-tricky \
  compute_interpolators \
  compute_decim_weights \
  decode-url-form-data \
  dfltovfl \
  dynstolfi \
  factay \
  loctel \
  logsolve \
  make_test_classif_data \
  mandunfold \
  mlhpack \
  mlhtovoc \
  msdemo \
  sort-distr \
  strings-to-ppm \
  tcgates \
  raut_build \
  unitexture \
  overlap-comb \
  vtt-rene \
  acm-contest-2009 \

DIRS_BUG := \
  goldberg \
  aa-lhf-attract \
  quadwfc \
  gem_convhull

DIRS_TO_FINISH := \
  enumpaths \
  liqsim \
  gmoplot \
  predict \
  recluster \
  simoleo \
  sobrinhos \
  xjsmessage \
  sphere-splines \
  nnclassif \
  intvsolver \
  rbisland \
  gene-drift \
  tsp-enum \
  pov_plot_terrain \
  compute-frags-coords \

# SUBDIRS := ${DIRS_TO_FINISH}
# SUBDIRS := ${DIRS_BUG} ${DIRS_REDO}
# SUBDIRS := ${DIRS_BUG}
# SUBDIRS := ${DIRS_REDO}
# SUBDIRS := ${DIRS_ALL}
# SUBDIRS := ${DIRS_OK}
SUBDIRS := ${DIRS_GITHUB}
  
IGNOREDIRS := ${filter-out ${SUBDIRS},${DIRS_ALL}}
    
ACTIONS := build install

all: actions

include ${STOLFIHOME}/programs/c/GENERIC-ROOT-DIR.make

