# This file is part of the Coral project.
# Please read the copyright notice in the LICENSE file.

PEGEN:=../../lgen/pegen/pegen.py
FIELDHANDLER:=../../lgen/pegen/fieldhandler.py
ESMD_FILE:=CoralEx10_PE.xml
PYTHON=python

propertyeditors.py: $(PEGEN) $(ESMD_FILE) $(FIELDHANDLER)
	$(PYTHON) $(PEGEN) --license -p "coral.addins.CoralEx10" $(ESMD_FILE) / 


$(ESMD_FILE):

$(FIELDHANDLER):

clean:
	-rm propertyeditors.py
	-rm propertyeditors.mnf.xmi
