pointcloud/Makefile
2013-03-08 10:25:52 -08:00

19 lines
293 B
Makefile

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