# Last edited on 2010-08-15 00:26:33 by stolfi

TO_FINISH :=
 
PROGS_BUG :=

LIBS_BUG :=

LIBS_OK :=
  
PROGS_OK := \
  fni_to_pnm \
  pnm_to_fni \
  fgi_to_fni \
  fni_hist \
  fni_plot \
  fni_size \
  make_test_slope_maps \
  normal_to_photo \
  normal_to_slope \
  photo_to_normal \
  slope_to_height \
  slope_to_normal \
  fit_light_to_photo \
  fit_ellipse_to_photo
  
PROGS_MISSING_LIBS := \
  fni_view \
  
PROGS_TO_FINISH := \
  make_sphere_normal_map \
  LATER/fni_arith \
  LATER/fit_sphere_to_photo

SUBDIRS := ${LIBS_OK} ${PROGS_OK}
# SUBDIRS := ${LIBS_OK} ${LIBS_BUG} ${PROGS_BUG} 

# ACTIONS := depend
# ACTIONS := uninstall clean
# ACTIONS := uninstall
ACTIONS := depend build install

all: actions

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