#-----------------------------------------------------------------------------#
# vim: ts=8 sw=8 noexpandtab
#-----------------------------------------------------------------------------#

main_target: check

PROGS=
TESTS=
EXTRA_FILES=
DEPTH=.
THISDIR=.

#-----------------------------------------------------------------------------#

include $(DEPTH)/Mmake.common
include $(DEPTH)/Mmake.common.samples

#-----------------------------------------------------------------------------#
