pointcloud/Makefile
Paul Ramsey cec591ce2e Start on WKB support and necessary
infrastructure to do PCPOINT in the database
2013-01-18 12:02:54 -08:00

18 lines
268 B
Makefile

all install uninstall noop clean distclean:
$(MAKE) -C libpc $@
$(MAKE) -C pgsql $@
check:
$(MAKE) -C libpc $@
astyle:
find . \
-name "*.c" \
-type f \
-or \
-name "*.h" \
-type f \
-exec astyle --style=ansi --indent=tab --suffix=none {} ';'