PLUGIN_NAME = basemigration
PLUGIN_PATH = easydb-basemigration-plugin

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)/basemigration.js \
	manifest.yml

L10N_FILES = l10n/basemigration.csv

L10N_GOOGLE_KEY = 1glXObMmIUd0uXxdFdiPWRZPLCx6qEUaxDfNnmttave4
L10N_GOOGLE_GID = 1291941429

COFFEE_FILES = \
	src/webfrontend/BaseMigration.coffee \
	src/webfrontend/BaseMigrationNode.coffee \
	src/webfrontend/BaseMigrationNodeStructure.coffee \
	src/webfrontend/BaseMigrationNodeData.coffee \
	src/webfrontend/BaseMigrationNodeObjecttypes.coffee \
	src/webfrontend/BaseMigrationNodeObjecttype.coffee \
	src/webfrontend/BaseMigrationNodeTagGroups.coffee \
	src/webfrontend/BaseMigrationNodeTagGroup.coffee \
	src/webfrontend/BaseMigrationNodeGroups.coffee \
	src/webfrontend/BaseMigrationNodeGroupType.coffee \
	src/webfrontend/BaseMigrationNodeGroup.coffee \
	src/webfrontend/BaseMigrationNodeTransitions.coffee \
	src/webfrontend/BaseMigrationNodeTransition.coffee \
	src/webfrontend/BaseMigrationNodeTag.coffee \
	src/webfrontend/BaseMigrationNodePresets.coffee \
	src/webfrontend/BaseMigrationNodePreset.coffee \
	src/webfrontend/BaseMigrationNodePresetContext.coffee \
	src/webfrontend/BaseMigrationNodePool.coffee

all: build

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

build: code buildinfojson # $(SCSS)

code: $(JS) $(L10N)

clean: clean-base
