view scripts/geometry/module.mk @ 15063:36cbcc37fdb8

Refactor configure.ac to make it more understandable. Use common syntax for messages in config.h Correct typos, refer to libraries in all caps, use two spaces after period. Follow Autoconf guidelines and place general tests before specific tests. * configure.ac, m4/acinclude.m4: Use common syntax for messages in config.h Correct typos, refer to libraries in all caps, use two spaces after period. Follow Autoconf guidelines and place general tests before specific tests.
author Rik <rik@octave.org>
date Tue, 31 Jul 2012 10:28:51 -0700
parents dc29b64668fa
children ba167badef9f
line wrap: on
line source

FCN_FILE_DIRS += geometry

geometry_FCN_FILES = \
  geometry/convhull.m \
  geometry/delaunay3.m \
  geometry/delaunayn.m \
  geometry/delaunay.m \
  geometry/dsearch.m \
  geometry/dsearchn.m \
  geometry/griddata.m \
  geometry/griddata3.m \
  geometry/griddatan.m \
  geometry/inpolygon.m \
  geometry/rectint.m \
  geometry/tsearchn.m \
  geometry/voronoi.m \
  geometry/voronoin.m

FCN_FILES += $(geometry_FCN_FILES)

PKG_ADD_FILES += geometry/PKG_ADD

DIRSTAMP_FILES += geometry/$(octave_dirstamp)