# -*- mode: makefile; coding: utf-8 -*-

export TOPDIR := $(CURDIR)
SRCDIR := $(TOPDIR)/src/{{package}}
PYTHON := $(BINDIR)python
VERSION_TXT := version.txt
VERSION = $(shell cat $(VERSION_TXT))

include Makefile.i18n
