PLUGIN_NAME = auto-keyworder
PLUGIN_PATH = easydb-auto-keyworder-plugin

SRV = src/server

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 \
	$(WEB)/l10n/pl-PL.json \
	$(WEB)/l10n/ru-RU.json \
	$(WEB)/l10n/cs-CZ.json \
	$(SRV)/auto-keyworder-easydb5.py \
	$(SRV)/auto_keyworder_modules/ai_services/__init__.py \
	$(SRV)/auto_keyworder_modules/ai_services/cloudsight.py \
	$(SRV)/auto_keyworder_modules/ai_services/deepva.py \
	$(SRV)/auto_keyworder_modules/ai_services/ai_service_configuration.py \
	$(SRV)/auto_keyworder_modules/ai_services/imagga.py \
	$(SRV)/auto_keyworder_modules/ai_services/ai_service.py \
	$(SRV)/auto_keyworder_modules/__init__.py \
	$(SRV)/auto_keyworder_modules/datamodel.py \
	$(SRV)/auto_keyworder_modules/event.py \
	$(SRV)/auto_keyworder_modules/util.py \
	$(SRV)/auto_keyworder_modules/search.py \
	$(SRV)/auto_keyworder_modules/eas.py \
	$(SRV)/auto_keyworder_modules/api.py \
	$(SRV)/auto_keyworder_modules/easydb_api.py \
	$(JS) \
	manifest.yml

L10N_FILES = l10n/auto-keyworder.csv

L10N_GOOGLE_KEY = 1glXObMmIUd0uXxdFdiPWRZPLCx6qEUaxDfNnmttave4
L10N_GOOGLE_GID = 2140551706

COFFEE_FILES = src/webfrontend/AutoKeyworder.coffee

all: build

include easydb-library/tools/base-plugins.make

build: code $(L10N) buildinfojson

code: $(JS)

clean: clean-base

wipe: wipe-base
