PLUGIN_NAME = easydb-falconio-plugin

EASYDB_LIB = ../easydb-library

L10N_FILES = l10n/$(PLUGIN_NAME).csv
L10N_GOOGLE_KEY = 1glXObMmIUd0uXxdFdiPWRZPLCx6qEUaxDfNnmttave4
L10N_GOOGLE_GID = 445338134

INSTALL_FILES = \
	$(WEB)/l10n/cultures.json \
	$(WEB)/l10n/de-DE.json \
	$(WEB)/l10n/en-US.json \
	$(WEB)/l10n/es-ES.json \
	$(WEB)/l10n/it-IT.json \
	$(JS) \
	manifest.yml

COFFEE_FILES = src/webfrontend/FalconIODownloadManager.coffee \
	src/webfrontend/FalconIOFilepicker.coffee

all: build

include $(EASYDB_LIB)/tools/base-plugins.make

build: code $(L10N) buildinfojson

code: $(JS)

clean: clean-base

wipe: wipe-base
