%(sh_comment template "header_gpl")

if FLYN
# For local development use only.
include /etc/fctk/config.mk
endif

AUTOMAKE_OPTIONS = gnu

EXTRA_DIST = control

if FLYN
# For local development use only.
# ============================= maintainer-clean-local ======================== 
maintainer-clean-local:
	rm -f control
	rm -rf $(PACKAGE)

# ============================= all =========================================== 
all: control

endif
