MODULE_TOPDIR = ../..

SUBDIRS = gis.m

ifndef MINGW
SUBDIRS += d.m
endif

include $(MODULE_TOPDIR)/include/Make/Dir.make

default: parsubdirs

clean: cleansubdirs

