# Last edited on 2008-01-15 01:14:57 by stolfi

PROGS := ${basename ${wildcard *.c}}

OTHER_I_FLAGS := \
  -I../liboct
  
JS_LIBS := \
  liboct.a \
  libgeo.a \
  libjs.a
  
OTHER_LIBS :=

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